Baselight

🏛️ 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

Loading...
Loading...

About this Dataset

🏛️ Financial Indicators Of US Recession 📉

The "Financial Indicators of US Recession" dataset provides historical financial data that can be used to predict the impact of the next recession on the US economy. The dataset contains many tables which provide detailed information about various economic indicators and stock market trends.

The tables includes data on the federal funds rate, gross domestic product (GDP), real gross domestic product, price indices, inflation, unemployment levels, continuing claims for unemployment benefits, bank credit, consumer credit, money supply, and real estate loans as well as stock prices of SPX500 and NASDAQ.

By combining these tables, you can gain a comprehensive understanding of the current state of the US economy and predict how it will be affected by a future recession. This dataset can be useful for financial analysts, economists, and policymakers who are interested in studying the US economy and making informed decisions based on historical data.

Tables

N 10 Year Real Interest Rate

@kaggle.mikoajfish99_us_recession_and_financial_indicators.n_10_year_real_interest_rate
  • 11.1 KB
  • 496 rows
  • 2 columns
Loading...

CREATE TABLE n_10_year_real_interest_rate (
  "date" TIMESTAMP,
  "reaintratrearat10y" DOUBLE
);

Commercial Real Estate Prices For United States

@kaggle.mikoajfish99_us_recession_and_financial_indicators.commercial_real_estate_prices_for_united_states
  • 3.37 KB
  • 70 rows
  • 2 columns
Loading...

CREATE TABLE commercial_real_estate_prices_for_united_states (
  "date" TIMESTAMP,
  "comrepusq159n" DOUBLE
);

Federal Funds Effective Rate

@kaggle.mikoajfish99_us_recession_and_financial_indicators.federal_funds_effective_rate
  • 259.64 KB
  • 25143 rows
  • 2 columns
Loading...

CREATE TABLE federal_funds_effective_rate (
  "date" TIMESTAMP,
  "dff" DOUBLE
);

Households Owners Equity In Real Estate Level

@kaggle.mikoajfish99_us_recession_and_financial_indicators.households_owners_equity_in_real_estate_level
  • 7.67 KB
  • 309 rows
  • 2 columns
Loading...

CREATE TABLE households_owners_equity_in_real_estate_level (
  "date" TIMESTAMP,
  "oehrenwbshno" VARCHAR
);

Nasdaq

@kaggle.mikoajfish99_us_recession_and_financial_indicators.nasdaq
  • 414.69 KB
  • 10875 rows
  • 7 columns
Loading...

CREATE TABLE nasdaq (
  "date" TIMESTAMP,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "vol" VARCHAR,
  "change" VARCHAR
);

Unemployment Rate

@kaggle.mikoajfish99_us_recession_and_financial_indicators.unemployment_rate
  • 11.42 KB
  • 904 rows
  • 2 columns
Loading...

CREATE TABLE unemployment_rate (
  "date" TIMESTAMP,
  "unrate" DOUBLE
);

Consumer Loans Credit Cards And Other Revolving Plans, 8be02b6c

@kaggle.mikoajfish99_us_recession_and_financial_indicators.consumer_loans_credit_cards_and_other_revolving_plans__8be02b6c
  • 22.97 KB
  • 1191 rows
  • 2 columns
Loading...

CREATE TABLE consumer_loans_credit_cards_and_other_revolving_plans__8be02b6c (
  "date" TIMESTAMP,
  "cclacbw027sbog" DOUBLE
);

M2

@kaggle.mikoajfish99_us_recession_and_financial_indicators.m2
  • 35.59 KB
  • 2214 rows
  • 2 columns
Loading...

CREATE TABLE m2 (
  "date" TIMESTAMP,
  "wm2ns" DOUBLE
);

Sticky Price Consumer Price Index Less Food And Energy

@kaggle.mikoajfish99_us_recession_and_financial_indicators.sticky_price_consumer_price_index_less_food_and_energy
  • 14.28 KB
  • 664 rows
  • 2 columns
Loading...

CREATE TABLE sticky_price_consumer_price_index_less_food_and_energy (
  "date" TIMESTAMP,
  "corestickm159sfrbatl" DOUBLE
);

Continued Claims Insured Unemployment

@kaggle.mikoajfish99_us_recession_and_financial_indicators.continued_claims_insured_unemployment
  • 42.42 KB
  • 2937 rows
  • 2 columns
Loading...

CREATE TABLE continued_claims_insured_unemployment (
  "date" TIMESTAMP,
  "ccsa" BIGINT
);

Consumer Price Index For All Urban Consumers All Items 2f789d24

@kaggle.mikoajfish99_us_recession_and_financial_indicators.consumer_price_index_for_all_urban_consumers_all_items_2f789d24
  • 15.5 KB
  • 915 rows
  • 2 columns
Loading...

CREATE TABLE consumer_price_index_for_all_urban_consumers_all_items_2f789d24 (
  "date" TIMESTAMP,
  "cpiaucsl" DOUBLE
);

Spx500

@kaggle.mikoajfish99_us_recession_and_financial_indicators.spx500
  • 341.24 KB
  • 10934 rows
  • 7 columns
Loading...

CREATE TABLE spx500 (
  "date" TIMESTAMP,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "vol" VARCHAR,
  "change" VARCHAR
);

Real Estate Loans Commercial Real Estate Loans All Com 018c7523

@kaggle.mikoajfish99_us_recession_and_financial_indicators.real_estate_loans_commercial_real_estate_loans_all_com_018c7523
  • 34.24 KB
  • 1871 rows
  • 2 columns
Loading...

CREATE TABLE real_estate_loans_commercial_real_estate_loans_all_com_018c7523 (
  "date" TIMESTAMP,
  "rheacbw027sbog" DOUBLE
);

Delinquency Rate On Credit Card Loans All Commercial Banks

@kaggle.mikoajfish99_us_recession_and_financial_indicators.delinquency_rate_on_credit_card_loans_all_commercial_banks
  • 3.87 KB
  • 128 rows
  • 2 columns
Loading...

CREATE TABLE delinquency_rate_on_credit_card_loans_all_commercial_banks (
  "date" TIMESTAMP,
  "drcclacbs" DOUBLE
);

Unemployment Level

@kaggle.mikoajfish99_us_recession_and_financial_indicators.unemployment_level
  • 14.85 KB
  • 903 rows
  • 2 columns
Loading...

CREATE TABLE unemployment_level (
  "date" TIMESTAMP,
  "unemploy" BIGINT
);

Real Gross Domestic Product

@kaggle.mikoajfish99_us_recession_and_financial_indicators.real_gross_domestic_product
  • 7.22 KB
  • 305 rows
  • 2 columns
Loading...

CREATE TABLE real_gross_domestic_product (
  "date" TIMESTAMP,
  "gdpc1" DOUBLE
);

M1

@kaggle.mikoajfish99_us_recession_and_financial_indicators.m1
  • 38.81 KB
  • 2518 rows
  • 2 columns
Loading...

CREATE TABLE m1 (
  "date" TIMESTAMP,
  "wm1ns" DOUBLE
);

Inflation Consumer Prices For The United States

@kaggle.mikoajfish99_us_recession_and_financial_indicators.inflation_consumer_prices_for_the_united_states
  • 3.25 KB
  • 62 rows
  • 2 columns
Loading...

CREATE TABLE inflation_consumer_prices_for_the_united_states (
  "date" TIMESTAMP,
  "fpcpitotlzgusa" DOUBLE
);

Personal Saving Rate

@kaggle.mikoajfish99_us_recession_and_financial_indicators.personal_saving_rate
  • 10.36 KB
  • 771 rows
  • 2 columns
Loading...

CREATE TABLE personal_saving_rate (
  "date" TIMESTAMP,
  "psavert" DOUBLE
);

Sticky Price Consumer Price Index

@kaggle.mikoajfish99_us_recession_and_financial_indicators.sticky_price_consumer_price_index
  • 14.45 KB
  • 675 rows
  • 2 columns
Loading...

CREATE TABLE sticky_price_consumer_price_index (
  "date" TIMESTAMP,
  "stickcpim157sfrbatl" DOUBLE
);

Consumer Price Index Total All Items For The United States

@kaggle.mikoajfish99_us_recession_and_financial_indicators.consumer_price_index_total_all_items_for_the_united_states
  • 15.21 KB
  • 758 rows
  • 2 columns
Loading...

CREATE TABLE consumer_price_index_total_all_items_for_the_united_states (
  "date" TIMESTAMP,
  "cpaltt01usm657n" DOUBLE
);

Real Estate Loans Residential Real Estate Loans Revolv 7148f502

@kaggle.mikoajfish99_us_recession_and_financial_indicators.real_estate_loans_residential_real_estate_loans_revolv_7148f502
  • 34.24 KB
  • 1871 rows
  • 2 columns
Loading...

CREATE TABLE real_estate_loans_residential_real_estate_loans_revolv_7148f502 (
  "date" TIMESTAMP,
  "rheacbw027sbog" DOUBLE
);

Bank Credit All Commercial Banks

@kaggle.mikoajfish99_us_recession_and_financial_indicators.bank_credit_all_commercial_banks
  • 48.35 KB
  • 2625 rows
  • 2 columns
Loading...

CREATE TABLE bank_credit_all_commercial_banks (
  "date" TIMESTAMP,
  "totbkcr" DOUBLE
);

Gross Domestic Product

@kaggle.mikoajfish99_us_recession_and_financial_indicators.gross_domestic_product
  • 7.13 KB
  • 305 rows
  • 2 columns
Loading...

CREATE TABLE gross_domestic_product (
  "date" TIMESTAMP,
  "gdp" DOUBLE
);

Total Unemployed Plus All Persons Marginally Attached, 928dba13

@kaggle.mikoajfish99_us_recession_and_financial_indicators.total_unemployed_plus_all_persons_marginally_attached__928dba13
  • 5.94 KB
  • 351 rows
  • 2 columns
Loading...

CREATE TABLE total_unemployed_plus_all_persons_marginally_attached__928dba13 (
  "date" TIMESTAMP,
  "u6rate" DOUBLE
);

Median Consumer Price Index

@kaggle.mikoajfish99_us_recession_and_financial_indicators.median_consumer_price_index
  • 10.84 KB
  • 483 rows
  • 2 columns
Loading...

CREATE TABLE median_consumer_price_index (
  "date" TIMESTAMP,
  "medcpim158sfrbcle" DOUBLE
);

Share link

Anyone who has the link will be able to view this.