The oil that makes the world's financial markets operate.
Unaffordable for 99% of us.
A profit center for countless Wall Street firms.
Fight back.
Here are the 12 Python libraries that give it to you free:
yfinance
Data for stocks (historic, intraday, fundamental), FX, crypto, and options. Uses Yahoo Finance so any data available through Yahoo is available through yfinance.
pandas-datareader used to be part of the pandas project. Now an independent project. Includes data for stocks, FX, economic indicators, Fama-French factors, and many others.
So don't be the only one stuck with 1,048,576 rows.
6 links to help you quickly get started with Python now:
The Ultimate Beginner’s Guide to NumPy
What you'll learn: NumPy is the foundation for all data-driven libraries in Python. Understanding the basics will help you learn other libraries like Pandas and get an edge on your peers.