Retour à Alpha Vantage Options

Connecter Knoon AI avec Alpha Vantage Options (Alpha Vantage) pour automatiser les flux de travail AI.

Fetch historical options data for a stock symbol and date.
alphaVantageOptionsHistorical
Bêta
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
NomTypeDescriptionRequis
symbolmustache Stock symbol (e.g. "IBM").Oui
datemustache Optional. Historical date in YYYY-MM-DD format.Non
datatypemustache Optional. Response datatype ("json" or "csv"). Defaults to json.Non
Retours
NomTypeDescription
symbolstring Stock symbol.
datestring Historical date 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.