Financial Data API

Company Fundamentals API — Income Statements, Balance Sheets & Ratios

Income statements, balance sheets, cash flow statements, financial ratios, SEC filings, and earnings estimates. Point-in-time, GAAP + IFRS.

No credit card required · Free forever · Live in 60 seconds

Coverage

Everything you need for fundamental analysis

01

Income Statements

Revenue, gross profit, operating income, net income. Quarterly and annual.

02

Balance Sheets

Assets, liabilities, equity. Full breakdown by category.

03

Cash Flow Statements

Operating, investing, financing activities. Free cash flow.

04

Financial Ratios

P/E, P/B, ROE, ROA, debt-to-equity, current ratio, and more.

05

SEC Filings

10-K, 10-Q, 8-K, proxy statements. Metadata and links.

06

Earnings Estimates

Analyst consensus estimates. EPS, revenue, price targets.

Endpoint Examples

Simple REST endpoints

GET /v1/companies/{ticker}/income-statement
$
curl https://api.eulerpool.com/v1/companies/AAPL/income-statement?period=annual \
-H "Authorization: Bearer ep_live_xxx"
{
  "ticker": "AAPL",
  "period": "annual",
  "data": [{
    "fiscalYear": 2024,
    "revenue": 394328000000,
    "grossProfit": 170782000000,
    "operatingIncome": 123126000000,
    "netIncome": 99803000000,
    "eps": 6.42
  }]
}
200 OK — 12ms
GET /v1/companies/{ticker}/balance-sheet · /v1/companies/{ticker}/ratios
$
curl https://api.eulerpool.com/v1/companies/AAPL/balance-sheet \
-H "Authorization: Bearer ep_live_xxx"
curl https://api.eulerpool.com/v1/companies/AAPL/ratios \
-H "Authorization: Bearer ep_live_xxx"

Key Stats

Built for scale

100,000+

Companies

30+

Years of history

GAAP + IFRS

Accounting standards

Point-in-time

No look-ahead bias

Start building for free

Get your free API key

No credit card required. Free forever tier.