Get Company Stock Prices

Retrieve paginated daily OHLCV (Open, High, Low, Close, Volume) stock price data for a specific company.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The unique identifier of the company.

Query Params
boolean

Return adjusted prices when true; raw prices when false. Defaults to false. Adjusted prices restate history onto today's per-share scale (the forward-adjustment convention): OHLC are multiplied by the cumulative factor of every stock split, cash dividend (including specials), and the price effect of spinoffs and distributions with an ex-date after the row's date. Volume is adjusted only for share-count-changing splits and rounded to whole shares. Not provided: valuation of spun-off entities and reconstructed total-return series.

dates
array of dates

Specific dates to retrieve data for, passed as repeated keys (?dates=2024-01-02&dates=2024-01-03), up to 100 per request. Mutually exclusive with start_date/end_date; one of dates or start_date is required.

dates
date

End date of the desired market data window (YYYY-MM-DD).

integer

Number of results to return per page.

integer

The initial index from which to return results.

date

Start date of the desired market data window (YYYY-MM-DD). Required unless dates is provided.

Responses

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