https://github.com/dharmatech/yfinance_all_stocks.py
https://github.com/dharmatech/yfinance_all_stocks.py
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dharmatech/yfinance_all_stocks.py
- Owner: dharmatech
- Created: 2024-08-27T21:45:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-07T14:31:40.000Z (3 months ago)
- Last Synced: 2026-03-31T06:35:41.060Z (2 months ago)
- Language: Python
- Size: 99.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python library that downloads candle data for all actively traded stocks and runs technical analysis scans on them.
### Use thetadata to download all actively traded symbols
python -m get_symbols_thetadata
You'll need a thetadata 'stock standard' account to run the above.
However, this repository comes with a `symbols.txt` file to get you started.
### Download 1D candles from yfinance for all symbosl in `symbols.txt`
python -m yfinance_all_stocks
### Run a scan
python -m analysis.golden_cross_50_200 2024-08-27

### Dependencies
https://github.com/dharmatech/yfinance_download.py
### twitter thread
https://x.com/dharmatrade/status/1826752944039182623
pct_spx_components_rsi_above_75.py:
https://x.com/dharmatrade/status/1882739177139425748