v1
latestOpenAPI 3.0.3Proprietary2026-07-244065126.5 KBMarket Data
Get Company Stock Prices
Retrieve paginated daily OHLCV (Open, High, Low, Close, Volume) stock price data for a specific company.
get/api/v2/companies/{company_id}/stock-prices
Path parameters
company_idinteger required
The unique identifier of the company.
Query parameters
adjustedboolean
Return adjusted prices when true; raw prices when false. Defaults to false.
end_datestring date required
End date of the desired market data window (YYYY-MM-DD).
limitinteger
Number of results to return per page.
offsetinteger
The initial index from which to return results.
start_datestring date required
Start date of the desired market data window (YYYY-MM-DD).
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100"
}