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.3.tar.gz
(11.5 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.3-py3-none-any.whl
(16.7 kB
view details)
File details
Details for the file jing-0.2.3.tar.gz.
File metadata
- Download URL: jing-0.2.3.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f2323ff9aa6dccc5323070858807ed8a8dca84b97be01e7fdfa243cd7671e9e
|
|
| MD5 |
dabbd5485e1a5e89aaed658189f6ce7f
|
|
| BLAKE2b-256 |
49dded0d7b0272f61641dbc26f286ed4a9f849221b61691d2b49d4ff66c048c3
|
File details
Details for the file jing-0.2.3-py3-none-any.whl.
File metadata
- Download URL: jing-0.2.3-py3-none-any.whl
- Upload date:
- Size: 16.7 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 |
26b0d54be4b77cae3e8cec42846efd84cc065f4f337daf737cdceba131b53ef4
|
|
| MD5 |
293f6a443ec529ec17a07329fe100934
|
|
| BLAKE2b-256 |
012c72078931e99eebd04b00ca4a1044992856d66913170fd103d9e26edf3e57
|