Skip to content

ryanwcyin/StockCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockCrawler

Download the data from yahoo and return a pandas Dataframe

Getting Started

Clone the project and run python setup.py install to install the package.

Prerequisites

pandas and python3 are required

Install required packages:

pip install requirements.txt

Quick Start

from StockCrawler.StockCrawler import load_yahoo_quote
START_DATE = '20160101' # should in YYYYMMDD format
END_DATE = '20180101'
TICKER = 'AAPL'
df = load_yahoo_quote(TICKER,START_DATE,END_DATE)

Versioning

Last update: 3/5/2018

Authors

  • Ryan Wong

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

About

Download data from yahoo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages