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

Arguments

{
  "symbol": "AAPL.US",
  "_apiKey": "your-eodhd-api-key"
}

curl

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":{"symbol":"AAPL.US","_apiKey":"your-eodhd-api-key"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('eodhd_fundamentals', {
  "symbol": "AAPL.US",
  "_apiKey": "your-eodhd-api-key"
});

More examples

{
  "symbol": "BMW.XETRA",
  "_apiKey": "your-eodhd-api-key"
}

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 August 15, 2026