Updated Aug. 17, 2026

AI Companies

Our database of AI company data, with data on revenue, funding, staff, and compute for many of the key players in frontier AI.

Download this data
Settings
View
Show scale as
Show regressions as

More about this dataset

Documentation

This dataset tracks key economic data on foundation model companies that are near the frontier of AI, including revenue, funding, staff counts, compute spending, and usage. This data was primarily sourced from company disclosures, statements from company executives, and media reports.

Downloads

Citations

Epoch AI’s data is free to use, distribute, and reproduce provided the source and authors are credited under the Creative Commons Attribution license.

Citation

Josh You, John Croxton, Venkat Somala, Yafah Edelman, 'Data on AI Companies'. Published online at epoch.ai. Retrieved from 'https://epoch.ai/data/ai-companies' [online resource]. Accessed 24 Aug 2026.

BibTeX Citation

@misc{EpochAICompanies2025, title = {{Data on AI Companies}}, author = {{Josh You} and {John Croxton} and {Venkat Somala} and {Yafah Edelman}}, year = {2026}, month = {8}, url = {https://epoch.ai/data/ai-companies}, note = {Accessed: 24 Aug 2026} }

Python Import

import pandas as pd # All tables are also bundled at https://epoch.ai/data/ai_companies.zip ai_companies_url = 'https://epoch.ai/data/ai_companies.csv' ai_companies_df = pd.read_csv(ai_companies_url) compute_spend_url = 'https://epoch.ai/data/ai_companies_compute_spend.csv' compute_spend_df = pd.read_csv(compute_spend_url) funding_rounds_url = 'https://epoch.ai/data/ai_companies_funding_rounds.csv' funding_rounds_df = pd.read_csv(funding_rounds_url) staff_reports_url = 'https://epoch.ai/data/ai_companies_staff_reports.csv' staff_reports_df = pd.read_csv(staff_reports_url) revenue_reports_url = 'https://epoch.ai/data/ai_companies_revenue_reports.csv' revenue_reports_df = pd.read_csv(revenue_reports_url) usage_reports_url = 'https://epoch.ai/data/ai_companies_usage_reports.csv' usage_reports_df = pd.read_csv(usage_reports_url)

Frequently asked questions