Skip to main content
POST
/
api
/
v1
/
prices
/
current
Current prices for two symbols.
finterm tool stock_prices_current NVDA AAPL
{
  "finterm": {
    "schema": "<string>",
    "tool": "<string>",
    "args": {},
    "request_id": "<string>",
    "cursor": "<string>"
  },
  "data": {
    "ticker": "<string>",
    "price": 123
  }
}

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 current prices for

Required array length: 1 - 100 elements

Response

Success.

The two-key success envelope.

finterm
object
required

Canonical result meta header.

data
object
required