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

@kaggle.dennisholeski_historical_fed_funds.fed_funds_rate_historical_chart
  • 255.35 kB
  • 24,020 rows
  • 2 columns
Loading...
CREATE TABLE fed_funds_rate_historical_chart (
  "date" TIMESTAMP,
  "n__value" DOUBLE  -- Value
);

Fed Funds Rate Historical Chart Mar2021

@kaggle.dennisholeski_historical_fed_funds.fed_funds_rate_historical_chart_mar2021
  • 255.79 kB
  • 24,065 rows
  • 2 columns
Loading...
CREATE TABLE fed_funds_rate_historical_chart_mar2021 (
  "date" TIMESTAMP,
  "n__value" DOUBLE  -- Value
);

Share link

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