🏛️ Financial Indicators Of US Recession 📉
Historical Data to Predict the Impact of the Next Recession on the US Economy.
@kaggle.mikoajfish99_us_recession_and_financial_indicators
Historical Data to Predict the Impact of the Next Recession on the US Economy.
@kaggle.mikoajfish99_us_recession_and_financial_indicators
CREATE TABLE n_10_year_real_interest_rate (
"date" TIMESTAMP,
"reaintratrearat10y" DOUBLE
);
CREATE TABLE commercial_real_estate_prices_for_united_states (
"date" TIMESTAMP,
"comrepusq159n" DOUBLE
);
CREATE TABLE federal_funds_effective_rate (
"date" TIMESTAMP,
"dff" DOUBLE
);
CREATE TABLE households_owners_equity_in_real_estate_level (
"date" TIMESTAMP,
"oehrenwbshno" VARCHAR
);
CREATE TABLE nasdaq (
"date" TIMESTAMP,
"price" DOUBLE,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"vol" VARCHAR,
"change" VARCHAR
);
CREATE TABLE unemployment_rate (
"date" TIMESTAMP,
"unrate" DOUBLE
);
CREATE TABLE consumer_loans_credit_cards_and_other_revolving_plans__8be02b6c (
"date" TIMESTAMP,
"cclacbw027sbog" DOUBLE
);
CREATE TABLE m2 (
"date" TIMESTAMP,
"wm2ns" DOUBLE
);
CREATE TABLE sticky_price_consumer_price_index_less_food_and_energy (
"date" TIMESTAMP,
"corestickm159sfrbatl" DOUBLE
);
CREATE TABLE continued_claims_insured_unemployment (
"date" TIMESTAMP,
"ccsa" BIGINT
);
CREATE TABLE consumer_price_index_for_all_urban_consumers_all_items_2f789d24 (
"date" TIMESTAMP,
"cpiaucsl" DOUBLE
);
CREATE TABLE spx500 (
"date" TIMESTAMP,
"price" DOUBLE,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"vol" VARCHAR,
"change" VARCHAR
);
CREATE TABLE real_estate_loans_commercial_real_estate_loans_all_com_018c7523 (
"date" TIMESTAMP,
"rheacbw027sbog" DOUBLE
);
CREATE TABLE delinquency_rate_on_credit_card_loans_all_commercial_banks (
"date" TIMESTAMP,
"drcclacbs" DOUBLE
);
CREATE TABLE unemployment_level (
"date" TIMESTAMP,
"unemploy" BIGINT
);
CREATE TABLE real_gross_domestic_product (
"date" TIMESTAMP,
"gdpc1" DOUBLE
);
CREATE TABLE m1 (
"date" TIMESTAMP,
"wm1ns" DOUBLE
);
CREATE TABLE inflation_consumer_prices_for_the_united_states (
"date" TIMESTAMP,
"fpcpitotlzgusa" DOUBLE
);
CREATE TABLE personal_saving_rate (
"date" TIMESTAMP,
"psavert" DOUBLE
);
CREATE TABLE sticky_price_consumer_price_index (
"date" TIMESTAMP,
"stickcpim157sfrbatl" DOUBLE
);
CREATE TABLE consumer_price_index_total_all_items_for_the_united_states (
"date" TIMESTAMP,
"cpaltt01usm657n" DOUBLE
);
CREATE TABLE real_estate_loans_residential_real_estate_loans_revolv_7148f502 (
"date" TIMESTAMP,
"rheacbw027sbog" DOUBLE
);
CREATE TABLE bank_credit_all_commercial_banks (
"date" TIMESTAMP,
"totbkcr" DOUBLE
);
CREATE TABLE gross_domestic_product (
"date" TIMESTAMP,
"gdp" DOUBLE
);
CREATE TABLE total_unemployed_plus_all_persons_marginally_attached__928dba13 (
"date" TIMESTAMP,
"u6rate" DOUBLE
);
CREATE TABLE median_consumer_price_index (
"date" TIMESTAMP,
"medcpim158sfrbcle" DOUBLE
);
Anyone who has the link will be able to view this.