This project fetches data from the FRED API and Yahoo Finance, organizes that data, and visualizes it.
- Clone this repository to your local machine.
- Install the required Python packages:
pip install -r requirements.txt
- Set your FRED API key as an environment variable:
export FRED_API_KEY=your_api_key
This project is licensed under the terms of the MIT license. See the LICENSE
file for details.