API Documentation
Quick Start
Three steps. No credit card. No friction.
Get your API key
Sign in first, then generate your key here.
Make your first request
Copy, paste, run. That's it.
$ curl "https://api.eulerpool.com/api/1/equity/profile/US0378331005?token=YOUR_API_KEY"
{
"name": "Apple Inc.",
"isin": "US0378331005",
"ticker": "AAPL",
"exchange": "NASDAQ",
"currency": "USD",
"marketCap": 3420000000000,
"sector": "Technology"
}Sign in and create a key above to run this request live from your browser.
Install an SDK
Or just use plain HTTP — no SDK required.
pip install eulerpoolnpm install eulerpoolFrequently Asked Questions
How long does it take to set up?
Under 60 seconds. Create a free account, copy your API key, and make your first request. No credit card, no approval process.
What programming languages are supported?
The API is a standard REST API returning JSON, so it works with any language. Official SDKs: pip install eulerpool (Python, live on PyPI) and npm install eulerpool (JavaScript/TypeScript, live on npm), plus a Go client. Code examples for cURL and PHP, plus an MCP server for AI agents like Claude, Cursor, and Windsurf.
Is there a free tier?
Yes. The free plan includes 100,000 requests per month with access to all endpoints. No credit card required. Free forever — upgrade anytime for higher limits.