Updated Aug. 27, 2026

AI Chip Sales

Our open database of AI Chip sales, using financial reports, company disclosures, and more to estimate compute, power usage, and spending over time for a wide variety of AI chips.

Download this data
Settings
Color by

Display

Chart type
Show data as

More about this dataset

Documentation

The AI Chip Sales hub tracks and estimates sales and shipments of leading AI chips over time, as well as their estimated total computing power, cost, and power draw. The analysis is primarily based on data on chip volumes, revenue, and prices sourced from company earnings commentary, analyst estimates, 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

Epoch AI, 'Data on AI Chip Sales'. Published online at epoch.ai. Retrieved from 'https://epoch.ai/data/ai-chip-sales' [online resource]. Accessed 1 Sep 2026.

BibTeX Citation

@misc{EpochAIChipSales2026, title = {{Data on AI Chip Sales}}, author = {{Epoch AI}}, year = {2026}, month = {8}, url = {https://epoch.ai/data/ai-chip-sales}, note = {Accessed: 1 Sep 2026} }

Python Import

import pandas as pd # All tables are also bundled at https://epoch.ai/data/ai_chip_sales.zip chip_types_url = "https://epoch.ai/data/ai_chip_sales_chip_types.csv" chip_types_df = pd.read_csv(chip_types_url) organizations_url = "https://epoch.ai/data/ai_chip_sales_organizations.csv" organizations_df = pd.read_csv(organizations_url) timelines_by_chip_url = "https://epoch.ai/data/ai_chip_sales_timelines_by_chip.csv" timelines_by_chip_df = pd.read_csv(timelines_by_chip_url)

Frequently asked questions