Financial Data API for Academic Research
Free tier for researchers. Point-in-time data. Citation-ready. Python and R SDKs. The academic financial data and free research data API for university finance research.
Get free accessFree access for researchers
Free tier
100,000 API calls per month free — and students & academics get the Startup tier (10M calls) at no cost. No credit card. No paywall.
Point-in-time data
Survivorship-bias-free. Backtest-safe. Publication-ready.
Citation-ready
Stable schemas. Reproducible. Documented methodology.
Python & R SDKs
Native packages for quantitative research workflows.
100+ years history
Long-run studies. Event studies. Factor research.
Global coverage
Equities, fixed income, macro, fundamentals.
Data quality for rigorous research
Point-in-time fundamentals
No look-ahead bias. Data as it was known at each date.
Survivorship-bias-free
Delisted firms included. No cherry-picking.
Structured JSON
Typed schemas. No parsing. Direct to pandas/R.
Documented methodology
Transparent definitions. Replicable results.
Python and R examples
import eulerpool import pandas as pd client = eulerpool.Client("ep_live_xxx") df = client.equity.fundamentals( "AAPL", as_of="2020-01-15" ) print(df.head())
library(eulerpool) client <- eulerpool_client("ep_live_xxx") fundamentals <- equity_fundamentals( client, "AAPL", as_of = "2020-01-15" ) head(fundamentals)
Frequently asked questions
Start your research today.
Free academic access. No credit card. No sales calls.
Get free API access