Skip to main content
Get the closing trade price for one or more stock symbols as of a past date. Returns one price per requested symbol together with the date it is reported for. Endpoint: POST /api/v1/prices/historical Tier: point · Delivery: sync

Request

FieldType
symbolsstring[]
datestring
timespan"minute" | "hour" | "day" | "week" | "month" | "quarter" | "year"
limitnumber

Response

The response is the two-key envelope { finterm, data }, where data is the finterm.result:StockPricesHistorical/v1 contract:
FieldDescription
tickerThe stock ticker symbol, uppercased (e.g. “AAPL”).
priceThe closing trade price for the symbol on as_of_date, in USD.
as_of_dateThe date the price is reported for, in YYYY-MM-DD format.
data_typeAlways “historical” for this tool.

Example

finterm tool stock_prices_historical AAPL --as-of-date 2024-01-15