Fetch technical analysis indicators for a given financial instrument (stock, crypto, forex) using various functions like SMA, EMA, RSI, MACD, etc.
- Provider
- EODHD (Market Data)
- Input summary
- {"name":"symbol","type":"string","required":true,"description":"The ticker symbol with exchange suffix, e.g., AAPL.US for Apple on NASDAQ or AAPL.MX for Mexican Stock Exchange."}, {"name":"function","type":"string","required":true,"description":"The technical indicator function to apply (e.g., sma, ema, rsi, macd, atr, cci, etc.).","enum":["splitadjusted","avgvol","avgvolccy","sma","ema","wma","volatility","stocha..., {"name":"period","type":"integer","required":false,"description":"Number of data points used in calculation. Valid range: 2–100000. Default: 50."}, {"name":"from","type":"string","required":false,"description":"Start date in YYYY-MM-DD format."}, {"name":"to","type":"string","required":false,"description":"End date in YYYY-MM-DD format."}, {"name":"order","type":"string","required":false,"description":"Sort order of results: 'a' for ascending (oldest first), 'd' for descending (newest first). Default: 'a'.","enum":["a","d"]}, {"name":"fmt","type":"string","required":false,"description":"Response format.","enum":["json","csv"]}, {"name":"filter","type":"string","required":false,"description":"Return only the last computed value (e.g., 'last_ema', 'last_rsi'). Only works with fmt=json."}
- Output summary
- Not available
- Billing
- 2.81
- Freshness
- Not available
- Verification
- Not available