Skip to content

Simple API for working with stock values in yahoo finance

Notifications You must be signed in to change notification settings

nabaskes/yfscrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]:nabaskes\yfscrap

About

Simple API for working with stock values in yahoo finance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages