Use Cases
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
1,000 API calls per day. 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
01
Point-in-time fundamentals
No look-ahead bias. Data as it was known at each date.
02
Survivorship-bias-free
Delisted firms included. No cherry-picking.
03
Structured JSON
Typed schemas. No parsing. Direct to pandas/R.
04
Documented methodology
Transparent definitions. Replicable results.
Python and R examples
Python
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())
R
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