Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 236 Bytes

File metadata and controls

14 lines (9 loc) · 236 Bytes

intradata

A python module for getting intraday data from Google Finance. Returns a pandas dataframe.

Usage

>>> from intradata import get_google_data
>>> aapl = get_google_data('AAPL')