Menu
Crude oil, gasoline, heating oil, diesel, propane, and other liquids including biofuels and natural gas liquids.
Exploration and reserves, storage, imports and exports, production, prices, sales.
Sales, revenue and prices, power plants, fuel use, stocks, generation, trade, demand & emissions.
Energy use in homes, commercial buildings, manufacturing, and transportation.
Reserves, production, prices, employment and productivity, distribution, stocks, imports and exports.
Includes hydropower, solar, wind, geothermal, biomass and ethanol.
Uranium fuel, nuclear reactors, generation, spent fuel.
Comprehensive data summaries, comparisons, analysis, and projections integrated across all energy sources.
Monthly and yearly energy forecasts, analysis of energy topics, financial analysis, congressional reports.
Financial market analysis and financial data for major energy companies.
Greenhouse gas data, voluntary reporting, electric power plant emissions.
Maps, tools, and resources related to energy disruptions and infrastructure.
State energy information, including overviews, rankings, data, and analyses.
Maps by energy source and topic, includes forecast maps.
International energy information, including overviews, rankings, data, and analyses.
Regional energy information including dashboards, maps, data, and analyses.
Tools to customize searches, view specific data sets, study detailed documentation, and access time-series data.
EIA's free and open data available as API, Excel add-in, bulk files, and widgets
Come test out some of the products still in development and let us know what you think!
EIA's open source code, available on GitHub.
Forms EIA uses to collect energy data including descriptions, links to survey instructions, and additional information.
Sign up for email subscriptions to receive messages about specific EIA products
Subscribe to feeds for updates on EIA products including Today in Energy and What's New.
Short, timely articles with graphics on energy, facts, issues, and trends.
Lesson plans, science fair experiments, field trips, teacher guide, and career corner.
EIA is continuing normal publication schedules and data collection until further notice.
Committed to making energy data more accessible, understandable, relevant, and responsive to your needs.
The bulk download facility provides the entire contents of each major API data set in a single ZIP file. A small JSON formatted manifest file lists the bulk files and the update date of each file. The manifest is generally updated daily and can be downloaded from http://api.eia.gov/bulk/manifest.txt. The manifest contains information about the bulk files, including all required common core attributes:
Each bulk file is downloaded from accessURL as a .zip file, and contains a single .txt file of the same name. The extracted text file contains all the dataset's series (ordered by most recent update data first) followed by all of the dataset's categories (ordered by hierarchy from top to bottom). Each line of the extracted text file is a complete object in JSON.
Latest bulk download files:
Sample series line (carriage returns and spacing added here for readability):
{ "series_id":"NG.RL2R04SOK_1.A", "name":"Oklahoma Natural Gas Plant Liquids, Reserves Revision Decreases, Annual", "units":"Million Barrels", "f":"A", "unitsshort":"MMbbl", "description":"Oklahoma Natural Gas Plant Liquids, Reserves Revision Decreases", "copyright":"None","source":"EIA, U.S. Energy Information Administration", "iso3166":"USA-OK", "start":"1979", "end":"2008", "last_updated":"13-AUG-13 11.49.51 AM", "data":[ ["2008","136"], ["2007","73"], ... ["1980","69"], ["1979","54"] ] }
Sample category line (carriage returns and spacing added here for readability):
{ "category_id":"456175", "parent_category_id":"456174", "name":"U.S. Dry Natural Gas Production", "notes":"", "childseries":[ "NG.N9070US2.M", "NG.N9070US2.A" ] }
The manifest allows a consumer of EIA data to: