50
Listings
0
Sales
—
Avg Rating
93/100
Avg Quality
Free
Five years of full-text earnings call transcripts from the top ~1,000 US public companies by reporting frequency (plus Tesla and Meta, which IPO'd more recently), covering Q1 2021 through Q4 2025. 19,677 transcripts across 1002 symbols, packaged as 10 gzipped JSONL files — one file per half-year (H1 = Q1+Q2, H2 = Q3+Q4) to stay under platform per-file size limits. Each line is one transcript with fields: symbol, fiscalyear, fiscalquarter, date, content (full prepared remarks + Q&A, speaker labels preserved). Sourced from Financial Modeling Prep. Read natively with pandas.readjson(path, lines=True, compression='gzip') or duckdb.readjson('file.jsonl.gz', lines=true) — concatenate all files for the full 5-year corpus. Industry-grade NLP corpus: ~25 KB per transcript average. Ideal for sentiment models, topic modeling, executive language change-detection, earnings-drift research keyed off transcript embedding similarity, and LLM fine-tuning on real corporate disclosure language.
Free
Ten years of SEC filing metadata for the top 3,000 US-listed companies by market cap. 2,167,270 filings (10-K, 10-Q, 8-K, S-1, DEF 14A, Form 4, 13F, etc.) as a single gzipped CSV. Each row has the symbol, CIK, filing date, accepted date, form type, and direct EDGAR URLs to both the index page and the final document. Read with pandas.readcsv(path, compression='gzip', parsedates=['filingDate', 'acceptedDate']). The 'where to find every regulatory filing' lookup table. Pair with the Earnings Transcripts and All US Quarterly Financials listings for full corporate-disclosure coverage. Use the link / finalLink URLs to fetch raw filing text from EDGAR for NLP / extraction pipelines (LLM training, 10-K MD&A topic modeling, 8-K material-event detection).
Free
Ten years of quarterly Income Statement, Balance Sheet, and Cash Flow data for every USD-reporting US-listed company FMP indexes (~17,000 issuers including dual-class shares). 1,196,539 statement-period rows packaged as 3 gzipped CSV files, one CSV per statement type (income, balance, cashflow). Columns are the union of all FMP-reported fields per statement type — ~39 IS, ~61 BS, ~47 CFS. Read with pandas.readcsv(path, compression='gzip', parsedates=['reportPeriod', 'filingDate']) or duckdb.readcsv('incomestatement_*.csv.gz'). Coverage spans 2016 through 2025 quarterly. Useful for: fundamental factor research (gross margin, cash conversion, leverage), earnings drift studies, building screeners, fine-tuning LLMs on structured financial reporting, macro/sector-level financial-health rollups.