Skip to content

A scaffolding for using the Yahoo Finance API to build automated trading algorithms

Notifications You must be signed in to change notification settings

BluEyedTree/Algorithmic_Stock_Trading_Scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A simple scaffolding meant to be built up to test automated trading algorithms. It allows for obtaining current stock information using the Yahoo Finance api (https://pypi.python.org/pypi/yahoo-finance).

The bank roll variable is the amount of money you start with. Whenever a stock is bought or sold the appropriate number of shares will be placed in the stocks_owned dictionary, where the stock ticker is the key and the number of shares owned is the value. This is designed so no illegal actions can be taken, such as buying more stocks than you have money for. 

About

A scaffolding for using the Yahoo Finance API to build automated trading algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages