v3
latestOpenAPI 3.1.02026-07-26490368.4 KB[DEPRECATED] Get the stock prices for a company (use /v3/company/stock-prices instead)
Returns the daily stock price series for the specified company, including open price, close price, and volume. Prices are split-adjusted, expressed in the company reporting currency where applicable, and returned in reverse chronological order (most recent first). Secondary listings return their own price series; if unavailable, the primary listing's prices are returned as a fallback — but the response does not indicate which listing was returned. This endpoint is deprecated, please use /v3/company/stock-prices instead, which identifies the exact listing the prices belong to.
Query parameters
API Key (alternatively send via X-Api-Key header)
API Key (alternatively send via X-Api-Key header)
Company ticker, use with mic or alone for US tickers
Company ticker, use with mic or alone for US tickers
Company MIC, use with ticker
Company MIC, use with ticker
Company exchange code, use with ticker
Company exchange code, use with ticker
Company key (alternative to ticker/micCode/exchange)
Company key (alternative to ticker/micCode/exchange)
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN
FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.
FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.
Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.
Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.
Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.
Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.
Filter prices from this date onwards (YYYY-MM-DD format)
Filter prices up to and including this date (YYYY-MM-DD format)
If true, returns only the most recent stock price
If true, returns only the most recent stock price
Response
Stock prices
Example response
[
{
"date": "2025-07-10",
"open_price": 193.12,
"close_price": 195.38,
"volume": 5432100
}
]