eodhd_eod_prices
ActiveTool of Eodhd
Get historical daily prices for <symbol> — end-of-day OHLCV plus adjusted close. Symbol uses EXCHANGE.SUFFIX format, e.g. "AAPL.US". Optionally bound with from/to (YYYY-MM-DD) and period (d/w/m). Example: eodhd_eod_prices({ symbol: "AAPL.US", from: "2024-01-01", to: "2024-06-30", _apiKey: "your-api_token" })
Parameters schema
{
"type": "object",
"required": [
"symbol",
"_apiKey"
],
"properties": {
"to": {
"type": "string",
"description": "End date in YYYY-MM-DD format (optional)"
},
"from": {
"type": "string",
"description": "Start date in YYYY-MM-DD format (optional)"
},
"period": {
"type": "string",
"description": "Sampling period: \"d\" daily (default), \"w\" weekly, \"m\" monthly"
},
"symbol": {
"type": "string",
"description": "Ticker with exchange suffix, e.g. \"AAPL.US\""
},
"_apiKey": {
"type": "string",
"description": "EODHD api_token (get one free at eodhd.com; free tier 20 calls/day)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Eodhd
https://github.com/pipeworx-io/mcp-eodhd
1/7 registries