ACS 5-Year Estimates: Accessing Census Data by FIPS Code
The American Community Survey 5-year estimates are the gold standard for county-level demographic data. Here's how to access them using FIPS codes via the Census API.
The American Community Survey (ACS) 5-year estimates are the most widely used source of small-area demographic, economic, and housing data in the US. Published annually for every Census geography down to the block group level, the 5-year estimates aggregate survey responses over a 5-year period to produce reliable estimates even for small populations. All ACS geographies are identified by FIPS codes and GEOIDs, making them directly joinable to any other federal dataset.
The Census Bureau's Data API is the most efficient way to access ACS data programmatically. A typical request URL: https://api.census.gov/data/2022/acs/acs5?get=NAME,B01003_001E&for=county:*&in=state:53 returns population estimates for all counties in Washington state (FIPS 53). The state:53 and county:* parameters use FIPS codes. For a specific county like King County, use county:033&in=state:53.
ACS variables are organized into tables: B-tables are base tables (full detail), C-tables are collapsed versions, S-tables are subject tables, and DP-tables are data profiles. The variable B01003_001E is total population; B19013_001E is median household income; B15003_022E is bachelor's degree attainment. The Census Bureau's variables API (/variables.json) documents all available variables for each dataset and year.
When working with ACS data, keep vintage in mind. The 2022 5-year ACS (covering 2018–2022) uses 2020 Census boundaries. Older vintages used 2010 boundaries. County FIPS codes are stable, but Census tract boundaries change after each decennial. For county-level analysis, this doesn't matter — just ensure you're using the right 5-digit FIPS code from the county codes reference. Our federal data guide covers the ACS alongside other major Census products.
More Articles
HUD Fair Market Rents: Finding Housing Data by County FIPS
HUD publishes Fair Market Rents for every county and metro area in the US. Here's how to navigate HUD's FIPS-based geography and what the data includes.
Feb 3, 2026
County FIPS Codes: How 5-Digit Codes Work
County FIPS codes are the workhorses of US geographic data. Understanding their structure unlocks every major federal dataset.
Nov 19, 2025
FIPS Codes vs ZIP Codes: Key Differences for Data Work
ZIP codes and FIPS codes both identify US geography, but they serve very different purposes. Here's what every data analyst needs to know.
Nov 27, 2025