Baselight

Historical Federal Interest Rates-Daily

United States Fed Interest Rates from 1954 to the present

@kaggle.dennisholeski_historical_fed_funds

Loading...
Loading...

About this Dataset

Historical Federal Interest Rates-Daily

Context

Daily historical federal (Fed) interest rates in the United States ranging from 1954 to the present.

Values represent percentage and might need converted into decimal format.
ie 1.07 designates 1.07%.

Acknowledgements

Source is www.macrotrends.com

Inspiration

I use this as a reference in conjunction with other economic data and indicators.

Tables

Fed Funds Rate Historical Chart Mar2021

@kaggle.dennisholeski_historical_fed_funds.fed_funds_rate_historical_chart_mar2021
  • 249.8 KB
  • 24065 rows
  • 2 columns
Loading...

CREATE TABLE fed_funds_rate_historical_chart_mar2021 (
  "date" TIMESTAMP,
  "n__value" DOUBLE
);

Fed Funds Rate Historical Chart

@kaggle.dennisholeski_historical_fed_funds.fed_funds_rate_historical_chart
  • 249.37 KB
  • 24020 rows
  • 2 columns
Loading...

CREATE TABLE fed_funds_rate_historical_chart (
  "date" TIMESTAMP,
  "n__value" DOUBLE
);

Share link

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