Back to Alpha Vantage Technical Indicators
Connect Knoon AI with Alpha Vantage Technical Indicators (Alpha Vantage) to automate AI workflows.
Fetch any Alpha Vantage technical indicator by function name.
alphaVantageTechnicalIndicatorsQuery
BETA
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| indicator | mustache | Indicator function (e.g. "SMA", "RSI", "MACD", "BBANDS"). | Yes |
| symbol | mustache | Stock symbol (e.g. "IBM"). | Yes |
| interval | mustache | Interval (e.g. "1min", "5min", "daily", "weekly", "monthly"). | Yes |
| month | mustache | Optional. Slice month for extended intraday history (e.g. "2009-01"). | No |
| seriesType | mustache | Optional. Series type ("close", "open", "high", "low"). | No |
| timePeriod | mustache | Optional. Time period for the indicator. | No |
| timePeriod1 | mustache | Optional. Time period 1 (for indicators like ULTOSC). | No |
| timePeriod2 | mustache | Optional. Time period 2 (for indicators like ULTOSC). | No |
| timePeriod3 | mustache | Optional. Time period 3 (for indicators like ULTOSC). | No |
| fastPeriod | mustache | Optional. Fast period. | No |
| slowPeriod | mustache | Optional. Slow period. | No |
| signalPeriod | mustache | Optional. Signal period. | No |
| fastKPeriod | mustache | Optional. Fast K period. | No |
| slowKPeriod | mustache | Optional. Slow K period. | No |
| slowDPeriod | mustache | Optional. Slow D period. | No |
| fastDPeriod | mustache | Optional. Fast D period. | No |
| fastDMaType | mustache | Optional. Fast D MA type. | No |
| slowKMaType | mustache | Optional. Slow K MA type. | No |
| slowDMaType | mustache | Optional. Slow D MA type. | No |
| maType | mustache | Optional. MA type. | No |
| fastMaType | mustache | Optional. Fast MA type. | No |
| slowMaType | mustache | Optional. Slow MA type. | No |
| signalMaType | mustache | Optional. Signal MA type. | No |
| nbdevUp | mustache | Optional. Number of standard deviations up. | No |
| nbdevDn | mustache | Optional. Number of standard deviations down. | No |
| acceleration | mustache | Optional. Acceleration (SAR). | No |
| maximum | mustache | Optional. Maximum (SAR). | No |
| fastLimit | mustache | Optional. Fast limit (MAMA). | No |
| slowLimit | mustache | Optional. Slow limit (MAMA). | No |
| datatype | mustache | Optional. Response datatype ("json" or "csv"). Defaults to json. | No |
Returns
| Name | Type | Description |
|---|---|---|
| indicator | string | Indicator function name. |
| metadata | object | Raw metadata returned by Alpha Vantage. |
| seriesKey | string | Raw technical analysis key name. |
| series.timestamp | string | Timestamp for the data point. |