Rename a universe

API QuantAPI Developer

Rename a universe you own. The new name must be unique for you (case-insensitive), must not contain spaces, and is limited to 60 characters.

Universe maintenance requires a Quant, Developer or Professional API plan. Trader, Custom and Enterprise keys, and the TEST trial key, are rejected with 403 insufficientSubscription. Quant keys may hold up to 250 constituents per universe; Developer and Professional keys are unlimited. Every call costs a flat 0.1 credits.

Available Data Points:

  • Name: The universe name — unique per user (case-insensitive).
  • Constituent Count: The number of trading items currently in the universe.
  • Created At: When the universe was created (ISO-8601 UTC).
  • Updated At: When the universe was last modified (ISO-8601 UTC).

Paid key required: These endpoints act on universes owned by your ORTEX account, so the TEST trial key cannot be used with them — a request carrying it is rejected with 403 insufficientSubscription.

Get full access! Get a key at app.ortex.com/apis

Path Params
string
required

Universe name (unique per user, case-insensitive, no spaces).

Body Params

Request body for creating or renaming a universe.

string
length ≥ 1

Universe name — unique per user (case-insensitive), no spaces, max 60 characters.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json