GitHunt
PA

palewire/fed-dot-plot-scraper

Extracting the "dot plot" economic projections posted online by the Federal Open Market Committee

Extracting the "dot plot" economic projections posted online by the Federal Open Market Committee

Usage

Clone the repository.

gh repo clone palewire/fed-dot-plot-scraper

Move into the directory.

cd fed-dot-plot-scraper

Install the dependencies.

pipenv install --dev

Run the scraper.

pipenv run python -m src.scrape

That will output a CSV to the shell. You can write it to a file like this:

pipenv run python -m src.scrape > output.csv

Languages

Python100.0%

Contributors

MIT License
Created August 10, 2023
Updated March 16, 2026