alecgirman / sportman

Python Stock Portfolio Manager
GNU General Public License v3.0
0 stars 0 forks source link

Use API from chart.py to fetch prices #4

Closed alecgirman closed 4 years ago

alecgirman commented 4 years ago

File: src/core/chart.py

The price grabber from chart.py is much faster than yahoofinance.py and is more intuitive, so chart.py should ideally merge/replace yahoofinance.py