Iowa Economic Indicators
State of Iowa
@usgov.state_of_iowa_iowa_economic_indicators
State of Iowa
@usgov.state_of_iowa_iowa_economic_indicators
This dataset provides economic indicators used to monitor Iowa's economy and forecast future direction of economic activity in Iowa.
Organization: State of Iowa
Last updated: 2023-01-20T00:09:24.264679
Tags: agricultural-futures-profits-index, average-weekly-manufacturing-hours, average-weekly-unemployment-claims, diesel-fuel-consumption, ilii, iowa-leading-indicators-index, iowa-non-farm-employment-coincident-index, iowa-stock-market-index, new-orders-index, residential-building-permits, yield-spread
CREATE TABLE table_1 (
"month" VARCHAR,
"iowa_leading_indicator_index" DOUBLE,
"avg_weekly_manufacturing_hours" DOUBLE,
"residential_building_permits" BIGINT,
"new_orders_index" DOUBLE,
"avg_weekly_unemployment_claims" BIGINT,
"yield_spread" DOUBLE,
"diesel_fuel_consumption_gallons" BIGINT -- Diesel Fuel Consumption (Gallons),
"iowa_stock_market_index" DOUBLE,
"agricultural_futures_profits_index" DOUBLE,
"non_farm_employment_coincident_index" DOUBLE,
"corn_profits" DOUBLE,
"soybean_profits" DOUBLE,
"cattle_profits" DOUBLE,
"hog_profits" DOUBLE,
"n_1_month_diffusion_index" DOUBLE -- 1 Month Diffusion Index,
"n_6_month_diffusion_index" DOUBLE -- 6 Month Diffusion Index
);Anyone who has the link will be able to view this.