census_population
Retrieve population data for U.S. states from the American Community Survey using state FIPS codes or all states at once.
Instructions
Get population data for U.S. states using the American Community Survey. Quick shortcut — for more flexibility use census_query directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ACS year (default: 2023). Range: 2005-2023. | |
| state | No | Two-digit FIPS state code, e.g. '06' (CA), '48' (TX), '36' (NY). Omit or '*' for all. |