Fetch historical end-of-day stock market data for a given ticker symbol and exchange, supporting daily, weekly, and monthly intervals with optional date range filtering.
- Provider
- EODHD (Market Data)
- Input summary
- {"name":"symbol_exchange","type":"string","required":true,"description":"Ticker symbol combined with exchange ID in the format {SYMBOL}.{EXCHANGE_ID}, e.g., MCD.US or MCD.MX"}, {"name":"fmt","type":"string","required":false,"description":"Response format: 'json' or 'csv'","enum":["json","csv"]}, {"name":"period","type":"string","required":false,"description":"Data frequency: 'd' for daily, 'w' for weekly, 'm' for monthly","enum":["d","w","m"]}, {"name":"order","type":"string","required":false,"description":"Sort order: 'a' for ascending (oldest first), 'd' for descending (newest first)","enum":["a","d"]}, {"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":"filter","type":"string","required":false,"description":"Return only a single value (e.g., last closing price or volume) for use with Excel WEBSERVICE function","enum":["last_close","last_volume"]}
- Output summary
- Not available
- Billing
- 2.81
- Freshness
- Not available
- Verification
- Not available