Baselight

FOMC Meeting Statements & Minutes

Track US monetary policy changes through time with weekly updated textual data.

@kaggle.vladtasca_fomc_meeting_statements_and_minutes

Loading...
Loading...

About this Dataset

FOMC Meeting Statements & Minutes

This dataset contains the textual data of Federal Reserve FOMC meetings statements and minutes.

Column description

  • Date - Date of the FOMC meeting.
  • Release Date - Release date of the statement/minutes. Note that minutes are usually released with a ~3 week lag from the meeting date.
  • Type - Communication type, either a statement or minutes.
  • Text - The text content of each communication release.

Update schedule

This dataset is updated on a weekly basis with new data sourced from the Federal Reserve website.

Tables

Communications

@kaggle.vladtasca_fomc_meeting_statements_and_minutes.communications
  • 4.28 MB
  • 441 rows
  • 4 columns
Loading...

CREATE TABLE communications (
  "date" TIMESTAMP,
  "release_date" TIMESTAMP,
  "type" VARCHAR,
  "text" VARCHAR
);

Share link

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