Skip to main content
GET
Daily Price
Get historical daily OHLCV price data for a stock.

Query Parameters

Response

Returns an array of daily price records:

Key Fields

Example

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Query Parameters

symbol
string
required

Stock symbol (e.g., AAPL, MSFT). Comma-separated for multiple.

start_date
string<date>

Start date (YYYY-MM-DD). Defaults to 1 year ago.

end_date
string<date>

End date (YYYY-MM-DD). Defaults to latest available.

Response

Daily price data retrieved successfully

ric
string

Resolved RIC

date
string<date>

Trading date

open
number

Opening price

high
number

Day high price

low
number

Day low price

close
number

Closing price

volume
integer

Daily trading volume

changepercent
number

Percentage price change from previous close