Skip to main content
Get the latest trade price for one or more stock symbols in a single call. Returns one price per requested symbol. For the price on a past date, use stock_prices_historical. Endpoint: POST /api/v1/prices/current Tier: point · Delivery: sync

Request

FieldType
symbolsstring[]

Response

The response is the two-key envelope { finterm, data }, where data is the finterm.result:StockPricesCurrent/v1 contract:
FieldDescription
tickerThe stock ticker symbol, uppercased (e.g. “AAPL”).
priceThe latest trade price for the symbol, in USD.

Example

finterm tool stock_prices_current NVDA AAPL