You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Simple API for working with securities data from Yahoo Finance in Python
my_stock = Stock('CMG')
print(f"The current value of {my_stock.ticker_symbol} is: ", end="")
print(my_stock.price)
print("")
print("Millenials love their burritos!")
Installation
Just go to your project directory and
git clone git@github.com:nabaskes\yfscrap
About
Simple API for working with stock values in yahoo finance