nabaskes / yfscrap

Simple API for working with stock values in yahoo finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%