/AIMmonitor

Python 3 code to download LSE AIM ticker names, then retrieve previous 1 year of OHLC prices for each ticker (using Yahoo Finance) and display them in a Streamlit dashboard. Future work will perform stock-screening operations, and send a daily email. The code is novel in that it saves Yahoo Finance data, and compares against the saved copy each time after that, only downloading and adding new data each time.

Primary LanguagePython

Stargazers