Market Cap

API TraderAPI QuantAPI Developer

Follow a company's total market value day by day. Market capitalisation is reported in the instrument's own trading currency and, where an exchange rate is available, converted to US dollars so you can compare listings across markets on one scale.

Market cap needs no split adjustment. A split multiplies the share count and divides the price by the same factor, so the value they multiply out to is unchanged and a figure from before a split is already comparable with a current one.

Available Data Points:

  • Date: The trading date for the market cap. (YYYY-MM-DD format).
  • Market Cap: Total market value in the instrument's local trading currency.
  • Market Cap USD: Total market value converted to US dollars. Null when no exchange rate was available for that date.
  • Currency: ISO code of the local trading currency that Market Cap is quoted in.

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: Trial keys may be limited to a specific date range and set of regions. Requests outside the allowed regions or entirely outside the allowed date range are rejected; a date window that partially overlaps the allowed range is trimmed to it, reported in meta.restriction.

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
enum
Defaults to json

Response format. "json" (default) or "csv".

Allowed:
date
required

Inclusive start of the returned date window. Format: YYYY-MM-DD.

integer

Page number within the paginated result set. Must be >= 1. Defaults to 1.

integer

Number of rows per page. The default and the maximum allowed depend on the API tier; values above the tier maximum are clamped down to it.

date

Inclusive end of the returned date window (defaults to today). Format: YYYY-MM-DD.

Headers
string
enum
Defaults to application/json

Generated from available response 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
text/csv