Now serving 105M+ standardized SEC EDGAR factsBrowse the Data Catalog →
Valuein
Developer & Quant

From pip install to
10 years of fundamentals
in 60 seconds.

Bitemporal SEC EDGAR data. Python SDK. REST API. Parquet. Built so you spend time on alpha, not on data cleaning.

fundamentals.py
# Install once
$ pip install valuein

import valuein as v
v.authenticate('vi_live_your_key')

# 10 years of AAPL in one line
df = v.fundamentals(
    ticker='AAPL',
    form_type='10-K',
    period='10y'
).to_dataframe()

# Returns a pandas DataFrame
df.shape  # (40, 42)
< 80ms
Median Latency
< 450ms
P99 Latency
99.96%
Uptime (90 days)
105M+
Facts in DB

Built for production quant workflows

Bitemporal Data Integrity

Every fact carries a knowledge_at timestamp. Query what was known at any historical date — critical for walk-forward backtesting.

Point-in-Time Accuracy

No look-ahead bias. Your 2015 backtest uses only data that was available in 2015, including amendment tracking.

Zero Survivorship Bias

Delisted, bankrupt, and acquired companies are fully included in the universe. No distorted historical performance.

Native Parquet Format

Columnar storage compatible with DuckDB, Polars, and Spark. Query 105M rows locally with zero egress cost on sample data.

Sub-100ms API Latency

Cloudflare edge infrastructure. Median response time under 100ms globally. P99 under 500ms.

Schema Stability Guarantee

Field names and types are versioned. Breaking changes are never shipped without a major version bump and 90-day deprecation notice.

Real data. Right now.

AAPL 10-K annual fundamentals — standardized from SEC EDGAR (USD millions)

tickerperiod_endrevenue ($M)net_income ($M)eps_dilutedform_type
AAPL2023-09-30383,28596,9956.13
10-K
AAPL2022-09-24394,32899,8036.11
10-K
AAPL2021-09-25365,81794,6805.61
10-K
AAPL2020-09-26274,51557,4113.28
10-K
AAPL2019-09-28260,17455,2562.97
10-K

Live data from the Sample tier. Revenue and net income in USD millions. Available via API and Python SDK.

Ready to build?

Free tier includes 10 tickers, 5-year history. No credit card required.