https://github.com/njuettner/fed
This repository contains a collection of tools for gathering FED data information such as money supply, consumer price index and federal funds rate.
https://github.com/njuettner/fed
economic-data economics federal-reserve golang grafana grafana-dashboard
Last synced: 3 months ago
JSON representation
This repository contains a collection of tools for gathering FED data information such as money supply, consumer price index and federal funds rate.
- Host: GitHub
- URL: https://github.com/njuettner/fed
- Owner: njuettner
- License: mit
- Created: 2023-03-26T17:55:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T07:05:13.000Z (11 months ago)
- Last Synced: 2024-06-21T16:42:16.989Z (11 months ago)
- Topics: economic-data, economics, federal-reserve, golang, grafana, grafana-dashboard
- Language: HTML
- Homepage: http://juni.io/fed
- Size: 129 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fed Data Collection and Visualization
https://juni.io/fed/
This repository contains a collection of tools for gathering FED data information such as money supply, consumer price index, ... .
## Features
- Collects different data from FED St.Louis Web Service.
- Updates every day automatically via GH action.
- Provides a webserver with all collected data, used as data source (JSON), for easy visualization in a Grafana dashboard.## Dependencies
This repository relies on the following tools:
- [Grafana](https://grafana.com/) for data visualization.
- [Go](https://golang.org/) for running the data collection scripts.## Contributing
If you would like to contribute to this repository, please submit a pull request or open an issue for discussion.
## License
This repository is licensed under the MIT License. See the `LICENSE` file for details.