Baselight

Interest Rate Dataset

Comprehensive Historical Data on Various Interest Rates

@kaggle.shreyaskeote23_interest_rate_dataset

Loading...
Loading...

About this Dataset

Interest Rate Dataset

Interest rates play a pivotal role in the global economy, influencing everything from consumer loans and mortgages to government policies and investment strategies. Understanding the historical trends and fluctuations in interest rates can provide valuable insights for economists, financial analysts, policymakers, and researchers. This dataset compiles comprehensive historical data on several key interest rates over various periods, offering a rich resource for in-depth analysis and modeling.

Tables

N 10 Year Treasury Rate 54 Year Historical Data

@kaggle.shreyaskeote23_interest_rate_dataset.n_10_year_treasury_rate_54_year_historical_data
  • 8.64 KB
  • 62 rows
  • 8 columns
Loading...

CREATE TABLE n_10_year_treasury_rate_54_year_historical_data (
  "unnamed_0" BIGINT,
  "year" BIGINT,
  "average_closing_price" VARCHAR,
  "year_open" VARCHAR,
  "year_high" VARCHAR,
  "year_low" VARCHAR,
  "year_close" VARCHAR,
  "annual_change" VARCHAR
);

Federal Funds Rate 62 Year Historical Data

@kaggle.shreyaskeote23_interest_rate_dataset.federal_funds_rate_62_year_historical_data
  • 8.83 KB
  • 70 rows
  • 8 columns
Loading...

CREATE TABLE federal_funds_rate_62_year_historical_data (
  "unnamed_0" BIGINT,
  "year" BIGINT,
  "average_closing_price" VARCHAR,
  "year_open" VARCHAR,
  "year_high" VARCHAR,
  "year_low" VARCHAR,
  "year_close" VARCHAR,
  "annual_change" VARCHAR
);

Libor Rates 30 Year Historical Data

@kaggle.shreyaskeote23_interest_rate_dataset.libor_rates_30_year_historical_data
  • 7.32 KB
  • 34 rows
  • 8 columns
Loading...

CREATE TABLE libor_rates_30_year_historical_data (
  "unnamed_0" BIGINT,
  "year" BIGINT,
  "average_closing_price" VARCHAR,
  "year_open" VARCHAR,
  "year_high" VARCHAR,
  "year_low" VARCHAR,
  "year_close" VARCHAR,
  "annual_change" VARCHAR
);

Ted Spread Historical Data

@kaggle.shreyaskeote23_interest_rate_dataset.ted_spread_historical_data
  • 7.72 KB
  • 36 rows
  • 8 columns
Loading...

CREATE TABLE ted_spread_historical_data (
  "unnamed_0" BIGINT,
  "year" BIGINT,
  "average_closing_price" DOUBLE,
  "year_open" DOUBLE,
  "year_high" DOUBLE,
  "year_low" DOUBLE,
  "year_close" DOUBLE,
  "annual_change" VARCHAR
);

Share link

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