Retreive stock data from google finance screener
Project description
version number: 0.0.1 author: Tan Kok Hua
Overview
Retreive stock data from google finance screener
Installation / Usage
To install use pip:
$ pip install google_screener_data_extract
Or clone the repo:
$ git clone https://github.com/spidezad/google_screener_data_extract.git $ python setup.py install
Contributing
TBD
Example
hh = GoogleStockDataExtract() hh.target_exchange = ‘NASDAQ’ hh.retrieve_all_stock_data()
print hh.result_google_ext_df.head() hh.result_google_ext_df.to_csv(r’c:datatemp.csv’, index =False) #any save file name
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file google_screener_data_extract-0.0.3.tar.gz
.
File metadata
- Download URL: google_screener_data_extract-0.0.3.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b8d0f0d25ba0efee9d406c65d1ee2e2cf3ce182b21ea306b88b79835e79ca27 |
|
MD5 | 50be1a66e646069d2bc24a80b517e869 |
|
BLAKE2b-256 | 26391c3dc3121b1b02424b435f92921ff3d567035ad35c810edf3c8ac2e25333 |