BEA Economic Accounts

County GDP, personal income, and employment from the Bureau of Economic Analysis

Community: Submitted by a user or imported; check the owner before granting accessDegradedNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    County GDP, personal income, and employment from the Bureau of Economic Analysis

    Server tool list (5)

    Raw names from tools/list. Only developers need these.

    get_county_gdpGet 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.
    get_county_personal_incomeGet personal income by county from the BEA Regional accounts (CAINC1 table). Returns total personal income 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') or state total (e.g. '53000'). 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.
    get_county_employmentGet total full-time and part-time employment by county from BEA (CAEMP25N table). Returns employment counts 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') or state total (e.g. '53000'). 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.
    get_metro_gdpGet GDP by metropolitan statistical area from BEA (MAGDP1 table). Returns all-industry GDP for an MSA. When year is omitted, returns the last 5 available years. Args: msa_code: MSA/CBSA code (e.g. '42660' for Seattle-Tacoma-Bellevue). year: Specific year to retrieve. Omit for last 5 years.
    list_available_tablesList all available Regional dataset table names from the BEA API. Returns table name codes and descriptions for use with other BEA tools. Useful for discovering which datasets are available.