Api useful to get stock data
Project description
API STOCK
Api Useful To Get Historical Stock Price Values
Installation
API STOCK requires Python 3 to run. Install
pip install apiStock
Featured Methods
- getStockHistory(code, start_date, end_date)
- code stock in Vietnam Stock Market.
- start_date should be entered in the ‘YYYY-MM-DD’ format and is the first day that data will be pulled for.
- end_date should be entered in the ‘YYYY-MM-DD’ format and is the last day that data will be pulled for.
Use
from apiStock import getStockHistory
vin_prices = getStockHistory('VIN', '2019-08-19', '2020-08-19')
License
MIT
Free Library, Hell Yeah!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
apiStock-0.3.tar.gz
(6.7 kB
view details)
File details
Details for the file apiStock-0.3.tar.gz.
File metadata
- Download URL: apiStock-0.3.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.10.0 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93eed94b82cc3f7095e77c6d14b7443e0d7cc74935288b26c8dabc847a6a6a98
|
|
| MD5 |
06b977be1963d8114118031a9c74a023
|
|
| BLAKE2b-256 |
52b9299ff7610c77a35cd0190a4dca526f1694528d9d8638ce67bea5702c2c67
|