alphavantage.co API: get_technical_indicator
alphavantage.co via Parse · Finance
Get technical indicator values for a stock symbol. Supports indicators such as SMA, EMA, RSI, MACD, BBANDS, STOCH, ADX, CCI, AROON, and MFI. Returns the full history of indicator values. Access stock prices, financial statements, forex rates, crypto data, technical indicators, and market news from Alpha Vantage. Fulfilled by Parse from alphavantage.co.
- alphavantage-co
- crypto-web3
- finance
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d56864ac-4e63-44db-9685-98dd1d46ef02/get_technical_indicator
- Interface artifact
- sha256:63b535fe3e398e242ba150d04b1c240f402691884b24e3fef5ec91b8b94d57dd
- Manifest digest
- sha256:06a0a76e6545d91d6ac57826429c926538013a9c70e1c0ece63bd4391b70906d
Request fields
- symbol (string, required): Stock ticker symbol (e.g. IBM, AAPL, MSFT).
- function (string, required): Indicator function name (e.g. SMA, EMA, RSI, MACD, BBANDS, STOCH, ADX, CCI, AROON, MFI).
- interval (string): Time interval: 1min, 5min, 15min, 30min, 60min, daily, weekly, monthly.: Allowed values: 1min, 5min, 15min, 30min, 60min, daily, weekly, monthly
- series_type (string): Price type used for calculation: open, high, low, close.: Allowed values: open, high, low, close
- time_period (string): Number of data points used for the indicator calculation.
Example queries
- {"symbol":"IBM","function":"SMA","interval":"1min","series_type":"open","time_period":"10"}