bea_state_economic_trend
Calculate prior-observation and exact five-year changes for one official BEA SASUMMARY state indicator. Returns component observations, absolute and percent changes, five-year CAGR when meaningful, units, vintage evidence, and caveats. Use this for 'five-year Florida GDP trend', 'how has Ohio employment changed?', or 'California real per-capita income growth'. The optional as-of year prevents future observations from entering a historical calculation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geography | Yes | State name, USPS abbreviation, 5-digit state-summary GeoFIPS, or United States/US. | |
| indicator | Yes | Supported indicator slug/name or BEA SASUMMARY line code; examples: gdp, real_gdp, personal_income, per_capita_personal_income, regional_price_parities, total_employment. | |
| as_of_year | No | Four-digit calendar year. Hosted source coverage is reported in every response. | |
| response_format | No | Human-readable markdown or machine-readable JSON. Default markdown. |