POST /api/v1/prices/historical
Tier: point · Delivery: sync
Request
| Field | Type |
|---|---|
symbols | string[] |
date | string |
timespan | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year" |
limit | number |
Response
The response is the two-key envelope{ finterm, data }, where data is the finterm.result:StockPricesHistorical/v1 contract:
| Field | Description |
|---|---|
ticker | The stock ticker symbol, uppercased (e.g. “AAPL”). |
price | The closing trade price for the symbol on as_of_date, in USD. |
as_of_date | The date the price is reported for, in YYYY-MM-DD format. |
data_type | Always “historical” for this tool. |