Skip to main content
POST
/
api
/
v1
/
prices
/
historical
Closing prices on a specific date.
finterm tool stock_prices_historical AAPL --as-of-date 2024-01-15
{
  "finterm": {
    "schema": "<string>",
    "tool": "<string>",
    "args": {},
    "request_id": "<string>",
    "cursor": "<string>"
  },
  "data": {
    "ticker": "<string>",
    "price": 123,
    "as_of_date": "<string>",
    "data_type": "historical"
  }
}

Authorizations

Authorization
string
header
required

A live account API key from FINTERM_API_KEY.

Body

application/json
symbols
string[]
required

Stock ticker symbols to fetch historical prices for

Required array length: 1 - 100 elements
date
string
required

Price date in YYYY-MM-DD format

timespan
enum<string>

Aggregation timespan

Available options:
minute,
hour,
day,
week,
month,
quarter,
year
limit
integer

Maximum rows to return

Required range: 1 <= x <= 50000

Response

Success.

The two-key success envelope.

finterm
object
required

Canonical result meta header.

data
object
required