Skip to content

This project utilizes the Federal Reserve Economic Data (FRED) API and Python's Pandas library to gather, clean, and analyze economic data. The project walks through the process of pulling down data for various economic indicators, cleaning and joining the data, and using the FRED API to obtain up-to-date data.

License

Notifications You must be signed in to change notification settings

TABREZ-96/Economic-Intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Economic-Intelligence

This project utilizes the Federal Reserve Economic Data (FRED) API and Python's Pandas library to gather, clean, and analyze economic data. The project walks through the process of pulling down data for various economic indicators, cleaning and joining the data, and using the FRED API to obtain up-to-date data.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Screenshots

![Demo Screenshot]RESULTS RESULTS RESULTS RESULTS

Prerequisites

  • A FRED API key, which can be obtained here
  • Python 3
  • Required libraries:
    • pandas
    • requests
    • Fred

Installation

1. Clone the repository to your local machine using `git clone https://github.com/TABREZ-96/Economic-Intelligence.git`
2. Navigate to the project directory using `cd EconomicDataAnalysis`
3. Install the required libraries by running `pip install -r requirements.txt`
4. Add your FRED API key to the `main.py` file.

Usage

1. Run the script using `python main.py`. The script will automatically retrieve the data from the FRED API and perform data cleaning and joining.
2. The script will then perform analysis on the unemployment rate as an example.
3. You can also explore the data by running different query and comparison on the data.

Customization

- The script can be modified to retrieve data on other metrics and perform analysis on them by replacing the series id and variable name in the `main.py` file.
- The script can also be modified to include additional data cleaning, joining, analysis, or visualization.
-Fork the repo

Support

If you found this project helpful or you learned something from it and want to show your appreciation, you can buy me a coffee. Your support will help me to continue maintaining and updating this project.

Buy Me A Coffee LinkedIn Email

Authors

  • TABREZ SAYED - ECONOMIC INTELLGENCE

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • FRED API for providing the economic data
  • Python's Pandas library for data manipulation
  • Inspiration from other data analysis projects

If you have any question or feedback, feel free to reach out to me via github or email.

About

This project utilizes the Federal Reserve Economic Data (FRED) API and Python's Pandas library to gather, clean, and analyze economic data. The project walks through the process of pulling down data for various economic indicators, cleaning and joining the data, and using the FRED API to obtain up-to-date data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published