Skip to content
Tools / Economic Data
Economic Data icon

Economic Data

Census, FRED, and labor stats

Economic Data gives you direct access to US government statistical databases — the kind of authoritative data that economists, journalists, and researchers rely on. Ask "what's the median household income in zip code 90210?" or "show me how the federal funds rate has changed over 5 years" and get precise, sourced answers.

It connects to four major data sources: the Census Bureau's ACS surveys for demographics at zip-code and county level, the Federal Reserve's FRED database with over 800,000 economic time series, the Bureau of Labor Statistics for employment and wage data, and Data.gov for hundreds of thousands of additional government datasets.

What you can do

  • census_lookup — ACS demographic data by state, county, zip code, metro area, or census tract (population, income, housing, education)
  • fred_search — search the FRED database by keyword to find economic time series
  • fred_series — fetch historical data for any FRED series (GDP, FEDFUNDS, UNRATE, MORTGAGE30US, and more)
  • bls_series — BLS employment data: unemployment rate, CPI, nonfarm payrolls, and wages
  • dataset_search — search 400,000+ Data.gov datasets by keyword

Who it's for

Economists, journalists, policy researchers, real estate analysts, and anyone building dashboards or reports that need reliable government statistics.

How to use it

  1. For geographic demographics, call census_lookup with variable codes and a geography type like "zip" or "county".
  2. For macro time series, call fred_search to find the right series ID, then fred_series to pull the data.
  3. For labor market data, call bls_series with the series ID (e.g. LNS14000000 for unemployment).

Getting started

Connect your FRED API key for full access to historical economic data. The Census and BLS skills work without a key.

Census Lookup

Query US Census Bureau ACS 5-Year data. Get demographics, income, housing, education, and employment data for any state, county, zip code, metro area, or census tract.

Returns: Census data rows with geographic names and requested variable values
Search FRED Series

Search 800,000+ FRED economic data series by keyword. Find series IDs for GDP, interest rates, inflation, housing, employment, and more.

Returns: List of matching FRED series with IDs, titles, units, frequency, and date ranges
Get FRED Series Data

Get time series observations for a FRED economic data series. Returns date/value pairs for any of 800,000+ economic indicators.

Returns: Series metadata (title, units, frequency) and time series observations sorted newest first
BLS Time Series

Get Bureau of Labor Statistics time series data — unemployment, CPI, wages, employment, and more. Supports multiple series in one call.

Returns: BLS time series data with year, period, value, and optional calculations
Search Government Datasets

Search 400,000+ US government datasets on Data.gov. Returns metadata, descriptions, and download links for federal, state, and local datasets.

Returns: Government dataset metadata with titles, descriptions, tags, organizations, and resource download links
Loading reviews...

Loading activity...

v0.012026-03-24
  • Initial release with Census ACS, FRED search/series, BLS series, and Data.gov dataset search

Related Tools

Related Categories

Frequently Asked Questions

Can I look up demographics for a zip code or city?

`census_lookup` returns ACS data for states, counties, zip codes, metros, and tracts, including population, income, housing, and education.

How do I find GDP, inflation, or interest-rate series?

Use `fred_search` to find the series ID, then `fred_series` to fetch the observations.

Can I get unemployment, CPI, or wage data?

Yes. `bls_series` handles BLS time series, including unemployment, CPI, employment, and wages.

Can I search for public datasets too?

`dataset_search` covers Data.gov and returns dataset metadata plus download links.