stocksignals.get_data

Module Contents

Functions

get_data(stock_ticker)

Downloads all available historical histocical daily data

stocksignals.get_data.get_data(stock_ticker)[source]

Downloads all available historical histocical daily data for stock_ticker from Yahoo finance and stores it as a csv file in data folder. If data folder does not exist it is created.

Parameters:

stock_ticker (string) – Ticker of the stock such as ‘MSFT’

Return type:

None

Examples

>>> get_data("MSFT")