Closing Prices

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.

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

Path Params
string
required

Exchange symbol (e.g. "nyse", "nasdaq"), MIC code (e.g. "xnys", "xnas") or two character ISO country code (e.g "us", "ca" for ALL country exchanges)

string
required

Ticker symbol

Query Params
string

format yyyy-mm-dd or number of days before to_date. Default: 30 days before to_date if present

string

format yyyy-mm-dd or text LATEST for current date. Default: 30 days after from_date if present. Maximum 30 days range. If run with no dates, will return data for latest available day

boolean

If true, volume is aggregated across all exchanges. Default: false

Responses

400

Invalid request parameters

403

Not authorized

404

Data not found

429

Rate limit exceeded

500

Internal server error

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