API Documentation

⌘K

Eulerpool Financial Data API

The Eulerpool Financial Data API gives you programmatic access to institutional-quality financial data for 100,000+ securities across 90+ exchanges worldwide.

All endpoints return JSON. Authenticate with a query parameter (?token=YOUR_API_KEY) or an Authorization: Bearer header.

140+
Endpoints
100k+
Securities
90+
Exchanges
99.9%
Uptime SLA

Browse the endpoints in the sidebar to explore all available data. Each endpoint page includes parameters, example requests, and live response previews.

MCP Server

Eulerpool provides an official Model Context Protocol (MCP) server that connects AI assistants like Claude, Cursor, and Windsurf directly to Eulerpool's financial data.

Quick Setup

{
  "mcpServers": {
    "eulerpool": {
      "command": "npx",
      "args": ["-y", "eulerpool-mcp"],
      "env": { "EULERPOOL_API_KEY": "YOUR_API_KEY" }
    }
  }
}