Daily prices for global equities with open high low and close as well as volume on main exchange or all exchanges.
Available Data Points:
- Date: Date of prices.
- Open: Open price.
- High: Highest price reached on the date.
- Low: Lowest price reached on the date.
- Close: Close price.
- Volume: Volume traded on the exchange selected or total volumen traded on all exchanges where the company security is listed, depending on parameter.
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