This API returns realtime US options data with full market coverage. Option chains are sorted by expiration dates in chronological order. Within the same expiration date, contracts are sorted by strike prices from low to high.
- Provider
- Alpha Vantage (Market Data)
- Input summary
- {"name":"function","type":"string","required":true,"description":"The time series of your choice. In this case, `function=REALTIME_OPTIONS`","enum":["REALTIME_OPTIONS"]}, {"name":"symbol","type":"string","required":true,"description":"The name of the equity of your choice. For example: `symbol=IBM`"}, {"name":"require_greeks","type":"string","required":false,"description":"Enable greeks & implied volatility (IV) fields. By default, `require_greeks=false`. Set `require_greeks=true` to enable greeks & IVs in the API response.","enum":["..., {"name":"contract","type":"string","required":false,"description":"The US options contract ID you would like to specify. By default, the `contract` parameter is not set and the entire option chain for a given symbol will be returned."}, {"name":"datatype","type":"string","required":false,"description":"By default, `datatype=json`. Strings `json` and `csv` are accepted with the following specifications: `json` returns the options data in JSON format; `csv` returns the da...
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available