You're viewing a demo portfolio

Join the waitlist
PRSM

eodhd_eod_prices

Active

Tool of Eodhd

declared in 0.1.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Eodhd

https://github.com/pipeworx-io/mcp-eodhd

1/7 registries
View full server →
eodhd_eod_prices — Eodhd — PRSM MCP