Link Search Menu Expand Document

Online Data Sources

Posted: Dec 5th, 2022

Econ Data Sources

FRED (Federal Reserve Economic Data)
Collects a bunch of different economics time series, mostly focused on US data. If you want to quickly see a graph of some US economic variable, your best bet is probably to google something like “FRED inflation” or “FRED gdp”.
FRED also lets you compare and combine variables using the “Edit Graph” widget.
Another nice feature of FRED are the ‘release tables’, which organize links to related data series. Here’s the table for annual GDP components, as an example. If a variable is part of one of these tables, you can find a link to the table by scrolling down on the variable’s page.
BEA’s National Accounts
The Bureau of Economic Analysis is responsible for preparing the National Accounts for the US.
They publish news releases which summarize economic changes.
They also have their own online data visualizer for national data, though the interface is a bit janky. Here is a link to a table of GDP components. To see a graph, click the ‘chart’ button, then select items on the left.
stats.oecd.org
The OECD is like the group of ‘rich countries’. This page provides tables of statistics from members of the OECD and several other countries as well. The site can be a bit slow, and doesn’t play well on large screen, but I enjoy the dense nature of it.
To find the table of GDP components, Click the expand National Accounts in the left sidebar, then Annual National Accounts > Main Aggregates > 1. Gross domestic product (GDP). The view defaults to current price (nominal) GDP for Australia from 2015 to 2021. The country, measure, and years can all be changed by clicking on the arrows in the table header. ‘Real’ GDP can be found by changing the measure to “Constant prices, OECD Base Year”.
After adjusting the variables in a table, the data can be downloaded using the Export menu near the top of the page.
Penn World Table v10.0
A relatively small spreadsheet that compiles time series on output, prices, and capital stocks from many different countries for the years 1950-2019.
Has a focus on PPP-adjusted comparisons between countries.
Panel Study on Income Dynamics
Really long running panel data.

I’ve used data from the OECD stats page, FRED, and the Penn World Table to construct homework assignments or in-class exercises.

IPUMS (Integrated Public Use Microdata Series)

IPUMS is a great way to access the data from several different censuses and surveys. The IPUMS website provides clean documentation for the survey questions, and allows you to choose specific variables and samples to download.

(I like to download data in the Stata .dta format, even though I don’t like using Stata. It’s easy to import into Python Pandas, and the files are more compact than a CSV.)

Here are a few of the data sets from IPUMS which I am familiar with:

IPUMS USA
Microdata from the US Census, as well as the Census Bureau’s American Community Survey.
The Census also has their own data portal, though I haven’t explored its features.
IPUMS CPS
Data from the BLS’ Current Population Survey.
(The CPS is the source of the headline Labor Force Statistics for the US.)
IPUMS Time Use
The data set here I am most familiar with is the American Time Use Survey, which is a supplement to the CPS. After their last CPS interview, some of the respondents are asked to describe a ‘diary’ of how they spent their time on the previous day.
IPUMS also has two other sources of Time Use data, which cover larger spans of time or include more countries. I haven’t spent too much time looking at those.

Here is an example documentation page for seeing what a data variable looks like on IPUMS. The codes tab maps data codes to response descriptions, the description tab gives more details about what the variable is trying to measure, and the universe tab describes the set of people who were eligible to be asked this question. If someone in a survey was not eligible to be asked a question, then their response is coded as ‘NIU’ (‘Not in Universe’).

GIS Data

USGS Maps Online
The USGS used to publish paper maps of little snippets of the US. Nowadays, those maps are automatically generated from computerized data. Here’s a map viewer; the GMNA Geological Map is very striking.
The USGS also lets you view historical geological survey maps with their “topoview” viewer; just click on an area and historical maps will appear.
Here’s a strange location, where you can see ship wrecks build up over the decades until they’re cleared out, and the bay is turned into a golf course.
North American Environmental Atlas
Cec is NAFTA’s environmental org. They have lots of interesting maps of the North American Environment.
Natural Earth
A small collection of simple, public domain world map datasets. Handy if you want to make a quick and simple map in something like QGIS.

The above list contains only data sources that I am directly familiar with. Here are some links to larger collections of data sources.

Similar Lists with a Focus on Econ Data

American Economics Association’s Data Resources page
Lists of resources for US macro data, other US data, and international data.
University Library Guides
The above link goes to the UMN Library’s page on Economics Data Resources. University libraries will often have similar pages for this and many other topics. Here’s the analogous page from the University of Kansas library, for example.

Eclectic Collections of Data Sets

Kaggle’s Datasets
Kaggle is a website which runs online Machine-Learning competitions. To facilitate this, it hosts all manner of eclectic datasets.
Stalib Datasets
A collection of open datasets, as well as links to other resources. Last updated in 2005; many of the links are broken.
NBER’s Public Use Data Archive
Mirrors of public data sources. Oddly organized and sometimes out of date.
Papers with Code
Datasets from machine learning papers.

Comments or questions about this page? Please send a message to RobertMartinWinslow at gmail dot com. Feedback is welcomed.