eodhd_fundamentals

Pack: eodhd · Endpoint: https://gateway.pipeworx.io/eodhd/mcp

Get fundamentals + analyst price target & estimates for — company profile, highlights, valuation ratios, analyst ratings/target price, and forward EPS/revenue estimates. Symbol uses EXCHANGE.SUFFIX format, e.g. “AAPL.US”. Example: eodhd_fundamentals({ symbol: “AAPL.US”, _apiKey: “your-api_token” })

Parameters

NameTypeRequiredDescription
symbolstringyesTicker with exchange suffix, e.g. “AAPL.US”, “TSLA.US”, “BMW.XETRA”
_apiKeystringyesEODHD api_token (get one free at eodhd.com; free tier 20 calls/day)

Example call

curl -X POST https://gateway.pipeworx.io/eodhd/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"eodhd_fundamentals","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "eodhd": {
      "url": "https://gateway.pipeworx.io/eodhd/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026