Download stock data and perform data analisys
Project description
jing
This is a python libary, used for download stock data and perform data analisys.
Installation
pip install jing
## Only 2 class exported
### downloader `D`
- **Function**: download the data from internet to local file system
- **Parameter**:
- `_market` (str): us, cn, hk, default is us
- **Return Value**: No return value
### sample code
```python
import jing
d = jing.D(_market='hk')
d.download('00005')
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
jing-0.2.6.tar.gz
(13.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
jing-0.2.6-py3-none-any.whl
(19.6 kB
view details)
File details
Details for the file jing-0.2.6.tar.gz.
File metadata
- Download URL: jing-0.2.6.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
393c075b7abcf2609cab0922486ea167f222dfb2fcd67659865fd8973428ee64
|
|
| MD5 |
a2463835b1d1646349f8fbfd95bebc07
|
|
| BLAKE2b-256 |
cef2c1628cd2b1c8e0f4d425ee80b048e3c11c9b12ebdf46b7343f03a24b98dc
|
File details
Details for the file jing-0.2.6-py3-none-any.whl.
File metadata
- Download URL: jing-0.2.6-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b4b10317d812e42d7977ccd3262882c0198fcf8414795cb8e9783d8ddaf4941
|
|
| MD5 |
520f8fa9e5255d08fe97d6119fb82606
|
|
| BLAKE2b-256 |
5b4356f3276b67d7b08642c432fad91dc75f17d22c0fd07ec08ac0629ddd066e
|