quote.get
anonymous okUnderlying quotes
Last price, change and previous close for up to 25 symbols. Free callers are 15-minute delayed.
Free. Anonymous and Free callers get 15-minute delayed data capped at 50 rows.
Input
| Field | Type | Description |
|---|---|---|
| symbols* | string[] | Ticker symbols (max 25) |
* required
Output
Returned under data; every response also carries meta with freshness, as_of and truncated.
| Field | Type | Description |
|---|---|---|
| quotes* | object[] | |
| errors | object[] |
* required
Example request
Three quotes in one call
curl -X POST "https://impliedoptions.com/api/v1/tools/quote.get" \
-H "Authorization: Bearer <YOUR_KEY>" \
-H "Content-Type: application/json" \
-d '{
"args": {
"symbols": [
"SPY",
"QQQ",
"NVDA"
]
}
}'