Skip to content

Get stock prices from yahoo finance company price page

Notifications You must be signed in to change notification settings

TheRockXu/yahooapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This is a simple API that pulls yahoo finance company price history page, parse it and return a panda dataframe

Requirements

python-3.7
pandas-0.25

Install with pip pip install -e git://github.com/TheRockXu/yahooapi.git#egg=yahooapi

The yahoo finance html syntax will change. So, this api might now work consistently.

Usage

get_pricing(["AAPL", "IBM"], start_date ="2006-1-1", end_date="2018-1-1")

About

Get stock prices from yahoo finance company price page

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages