Daily market capitalisation for global equities, expressed in the security's local trading currency.
Available Data Points:
- Date: Date of the market cap value.
- Market Cap: Market capitalisation in the local trading currency (shares outstanding x closing price).
- Market Cap USD: The same market capitalisation converted to USD.
- Currency: ISO code of the local trading currency (e.g. USD).
Pass from_date and to_date (yyyy-mm-dd) for a daily series; set both to the same value
to read the market cap on a single date. Defaults to the last month when no dates are supplied.
Resolving renamed, delisted or moved tickers (US only)
ticker_as_of_date (yyyy-mm-dd) selects which instrument the ticker refers
to, as of that date. It changes instrument resolution only — it does
not filter the returned data (the date range is still from_date /
to_date). Tickers get reused, renamed and delisted, so by default a ticker that is no longer
active returns 404 and a recycled ticker resolves to today's owner. With this set, the URL
path exchange is ignored and all US exchanges are searched for whoever held the ticker on that date,
letting you pull history for a company that has since changed ticker, delisted, or moved exchange. Omit
it for the current, unchanged behaviour; a non-US instrument with this parameter returns
400.
Try it out! You can test the API with the trial key TEST. Simply include it in your request headers; either here, or add the header "Ortex-Api-Key": "TEST" to your http request.
Trial key restrictions: A list of randomly selected rows will be returned
Get full access! Get a key at app.ortex.com/apis
400Invalid request parameters
403Not authorized
404Data not found
429Rate limit exceeded
500Internal server error