quote.get

anonymous ok

Underlying 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

FieldTypeDescription
symbols*string[]Ticker symbols (max 25)

* required

Output

Returned under data; every response also carries meta with freshness, as_of and truncated.

FieldTypeDescription
quotes*object[]
errorsobject[]

* required

Example request

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"
      ]
    }
  }'

Run

Anonymous: 100 runs/day, delayed.
quote.getUnderlying quotesFree

Ticker symbols (max 25). Comma-separated.