Skip to content

philippe-ostiguy/free-fin-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Description of the image

AI image created on MidJourney V6.1 by the author.



πŸš€ Free Financial and Economic Data

Get Free, and Reliable Financial Market Data - Machine Learning-Ready

Ever tried to build a machine learning model for stock forecasting, only to hit a wall when it comes to finding good data? You're not alone. Getting reliable economic and financial market data without spending a fortune can be tough, and there are plenty of unreliable sources out there.

I'll show you how to automatically collect daily data and prepare it for immediate use in your machine learning models for stock forecasting, saving you time and money while ensuring quality.

Usage

It is recommended to read this article for a good understanding of how to obtain the data, transform it and train a with it.

  1. Run pip install -r requirements.txt to install the requirements
  2. Obtain your free FRED API key here
  3. Save your API key in a .env file
    1. Run touch .env to create a .env file
    2. Add it to the .env file
    API_KEY=your_api_key_here
    
  4. Execute the code with python -m fetcher

Liked this repo? Show your support!

⭐ Give the project a star
🀝 Send me a LinkedIn connection request to stay in touch

Happy reading and automation!