Back to Alpha Vantage Options

Connect Knoon AI with Alpha Vantage Options (Alpha Vantage) to automate AI workflows.

Fetch realtime options data for a stock symbol.
alphaVantageOptionsRealtime
BETA
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
symbolmustache Stock symbol (e.g. "IBM").Yes
contractmustache Optional. Specific option contract (e.g. "TSLA241018C00250000").No
requireGreeksmustache Optional. Include Greeks ("true" or "false").No
datatypemustache Optional. Response datatype ("json" or "csv"). Defaults to json.No
Returns
NameTypeDescription
symbolstring Stock symbol.
contractstring Contract filter when provided.
endpointstring Alpha Vantage endpoint name.
messagestring Status message.
data.contract_idstring Option contract identifier.
data.symbolstring Underlying symbol.
data.expirationstring Expiration date.
data.strikenumber Strike price.
data.typestring Option type (call or put).
data.lastnumber Last traded price.
data.marknumber Midpoint price.
data.bidnumber Bid price.
data.bid_sizenumber Bid size.
data.asknumber Ask price.
data.ask_sizenumber Ask size.
data.volumenumber Trading volume.
data.open_interestnumber Open interest.
data.datestring Quote date.
data.implied_volatilitynumber Implied volatility.
data.deltanumber Delta.
data.gammanumber Gamma.
data.thetanumber Theta.
data.veganumber Vega.
data.rhonumber Rho.