// edgar.financials.query { 1"ticker": "AAPL", 2"period": "annual", 3"filingType": "10-K", 4"income": { 5 "revenue": 383285000000, 6 "grossProfit": 169148000000, 7 "operatingIncome": 113736000000, 8 "netIncome": 99803000000, 9 "eps": 6.43 10}, 11"balance": { 12 "totalAssets": 352583000000, 13 "totalLiabilities": 290437000000, 14 "equity": 62146000000, 15 "debtToEquity": 1.73 16}, 17"source": "SEC EDGAR", 18"normalized": true }
// data.transform.pipeline async function processFilings(tickers) { 1 const results = []; 2 for (const sym of tickers) { 3 const raw = await edgar.fetch(sym); 4 const norm = normalize(raw); 5 results.push({ 6 ticker: sym, 7 income: norm.income, 8 balance: norm.balance, 9 cashflow: norm.cashflow 10 }); 11 } 12 return exportDataset({ json, excel }); }
// macro.fred.timeseries { 1"series": "CPIAUCSL", 2"label": "CPI All Items", 3"frequency": "monthly", 4"source": "FRED · St. Louis", 5"data": [ 6 { "date": "2024-12", "value": 314.8, "yoy": 2.9 }, 7 { "date": "2024-11", "value": 314.1, "yoy": 2.7 }, 8 { "date": "2024-10", "value": 313.5, "yoy": 2.6 }, 9 { "date": "2024-09", "value": 312.8, "yoy": 2.4 } 10], 11"normalized": true, 12"format": "excel + json" }
// screener.query → results SELECT ticker, company, 1 revenue_ttm, net_margin, 2 pe_ratio, free_cashflow FROM edgar.fundamentals WHERE net_margin > 0.20 3 AND pe_ratio < 30 4 AND sector = 'Technology' 5 AND market_cap > 10e9 ORDER BY free_cashflow DESC LIMIT 20; 6-- 12 results: AAPL MSFT GOOGL 7-- NVDA META ADBE
Data Processing Transforming
1 { 2 "ticker": "AAPL", 3 "filingType": "10-K", 4 "income": { 5 "revenue": 383285000000, 6 "grossProfit": 169148000000, 7 "netIncome": 99803000000, 8 "eps": 6.43 9 }, 10 "normalized": true 11 }
Transformation Script
1 async function processFilings(tickers) { 2 const results = []; 3 for (const sym of tickers) { 4 const raw = await edgar.fetch(sym); 5 const norm = normalize(raw); 6 results.push({ 7 ticker: sym, 8 income: norm.income, 9 balance: norm.balance 10 }); 11 } 12 return exportDataset({ json, excel }); 13 }
SEC EDGAR Intelligence · Free to use

Institutional analysis,
no paywall.

Every tool you need to analyze a stock — technical indicators, risk metrics, SEC fundamentals — available instantly, without signing up.

20+
Technical indicators
7+
Risk metrics tracked over time
320
US tickers covered
0$
Cost to get started
Platform

Every tool
in one place.

From price action to balance sheets. No sign-up walls, no paywalled metrics.

Technical Analysis

RSI, MACD, Bollinger Bands, OBV, CCI — interactive time-series with interpretation panels.

Risk Metrics

Sharpe, Sortino, Max Drawdown, VaR, Beta and Alpha — tracked over time, not as single numbers.

SEC Fundamentals

10-K and 10-Q filings structured into income, balance sheet, and cashflow tables with 5-year trends.

Momentum Suite

ADX, Stochastic, Williams %R, ROC — a full suite for trend strength and reversals.

Stock Screener

Filter by fundamentals, technicals, and risk metrics simultaneously to surface the right opportunities.

Insight Chart

SMA, EMA, Bollinger Bands overlays, volume bars, scroll-to-zoom — all on one precision canvas.

SEC EDGAR

Filings,
structured.

10-K and 10-Q filings parsed, normalized, and displayed as clean tables and charts.

nivvuro — edgar.financials · live query
TickerCompanySectorRevenue (TTM)Net MarginP/EFree CFΔ 30d
AAPLApple Inc.Tech$383.3B26.4%28.9$99.6B+4.2%
MSFTMicrosoft Corp.Tech$227.6B35.8%34.2$70.1B+6.7%
JPMJPMorgan ChaseFinance$158.1B31.2%12.1−1.8%
JNJJohnson & JohnsonHealth$88.9B18.6%16.4$14.2B+1.1%

Stop guessing.
Start analyzing.

No account required. No payment. Open the dashboard and start immediately.

Free forever · SEC EDGAR data · No tracking

Data & Pricing

Clean data.
One-time price.

Fundamental and macroeconomic datasets — structured, normalized, ready to use. No subscription, no recurring fees.

Instant downloadJSON + ExcelOwn it foreverSEC EDGAR · FRED · ECB
Instant delivery
Download link after purchase
Yours forever
No subscription, no renewal
Two formats
JSON for devs, Excel for analysts
Official sources
SEC EDGAR · FRED · ECB
Category
Region
Fundamental Data · SEC EDGAR
USA · SEC EDGAR
Single Ticker

One company of your choice — full fundamental dataset.

  • 1 company of your choice
  • 5 years of annual data
  • Income, balance sheet, cashflow
  • JSON + Excel