Creating a CLI to fetch stock market prices

3 years ago
1

Update: Yahoo! has changed their API functionality, so this will no longer work as intended. I'll try to update with another video/update my code to reflect the changes on the API.
---
Today we will create a CLI to fetch the prices of the stock market.

To follow this video, I would recommend watching my previous video: https://youtu.be/GnSKhetBa48

We will be using python with the libraries 'click' and 'requests'.

The source code created in the video is available on my GitHub here:
https://github.com/gcarrarom/fancy-wallet

Do check out my other projects on GitHub here:
https://github.com/gcarrarom

Loading comments...