POST /api/v1/prices/current
Tier: point · Delivery: sync
Request
| Field | Type |
|---|---|
symbols | string[] |
Response
The response is the two-key envelope{ finterm, data }, where data is the finterm.result:StockPricesCurrent/v1 contract:
| Field | Description |
|---|---|
ticker | The stock ticker symbol, uppercased (e.g. “AAPL”). |
price | The latest trade price for the symbol, in USD. |