Skip to content

This script downloads daily historical price data from Yahoo Finances

Notifications You must be signed in to change notification settings

imayzoo/Download-Stock-Prices-from-Yahoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Download Stock Prices from Yahoo

This script downloads historical daily price data from Yahoo Finances, and makes a csv file. Since Yahoo changed its API is dificult to dowload data, this is a simple script that allows to dowload historical data automatically with Python.

Example:

You need to change the next values

nombre = 'AAPL'
inicial = '2017-9-1'
final = '2018-12-31'
  • nombre = name of stock, Apple Inc = APPL
  • inicial = start date
  • final = end date

Prerequisites

libraries

requests
re
json
time

About

This script downloads daily historical price data from Yahoo Finances

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages