get_county_gdp
Get GDP by county from the BEA Regional accounts (CAGDP1 table).
Returns all-industry GDP for a county or state total. When year is omitted,
returns the last 5 available years.
GeoFips format: 5-digit county FIPS (e.g. '53067' for Thurston County, WA).
For state totals use 2-digit state FIPS + '000' (e.g. '53000' for Washington).
Args:
county_fips: 5-digit county FIPS code (e.g. '53067') or state total (e.g. '53000').
year: Specific year to retrieve. Omit for last 5 years.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| county_fips | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |