Indietro a Alpha Vantage Options
Connetti Knoon AI con Alpha Vantage Options (Alpha Vantage) per automatizzare i flussi di lavoro AI.
Fetch realtime options data for a stock symbol.
alphaVantageOptionsRealtime
Beta
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| symbol | mustache | Stock symbol (e.g. "IBM"). | Sì |
| contract | mustache | Optional. Specific option contract (e.g. "TSLA241018C00250000"). | No |
| requireGreeks | mustache | Optional. Include Greeks ("true" or "false"). | No |
| datatype | mustache | Optional. Response datatype ("json" or "csv"). Defaults to json. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| symbol | string | Stock symbol. |
| contract | string | Contract filter when provided. |
| endpoint | string | Alpha Vantage endpoint name. |
| message | string | Status message. |
| data.contract_id | string | Option contract identifier. |
| data.symbol | string | Underlying symbol. |
| data.expiration | string | Expiration date. |
| data.strike | number | Strike price. |
| data.type | string | Option type (call or put). |
| data.last | number | Last traded price. |
| data.mark | number | Midpoint price. |
| data.bid | number | Bid price. |
| data.bid_size | number | Bid size. |
| data.ask | number | Ask price. |
| data.ask_size | number | Ask size. |
| data.volume | number | Trading volume. |
| data.open_interest | number | Open interest. |
| data.date | string | Quote date. |
| data.implied_volatility | number | Implied volatility. |
| data.delta | number | Delta. |
| data.gamma | number | Gamma. |
| data.theta | number | Theta. |
| data.vega | number | Vega. |
| data.rho | number | Rho. |