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.1.tar.gz
(11.4 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.1-py3-none-any.whl
(16.7 kB
view details)
File details
Details for the file jing-0.2.1.tar.gz.
File metadata
- Download URL: jing-0.2.1.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c2f400cc05a00f8febe1251f2a587d3f67526da88b080fa58857b00d95d7c6f
|
|
| MD5 |
bf6a8cf553613e3aaa87f488e47fd62e
|
|
| BLAKE2b-256 |
244cc337da27ab4139d9a8ca5a013188c9d861548c89b2b54eb3f6540002fac6
|
File details
Details for the file jing-0.2.1-py3-none-any.whl.
File metadata
- Download URL: jing-0.2.1-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 |
5efa29b316d451b19e71513eb876f86906ba2a3420473656ce9826bd6d2e5ae5
|
|
| MD5 |
ec3d89c58acb27a501f8fef0c68df6f7
|
|
| BLAKE2b-256 |
611a70e834213e0126f1bc0092e53cc762fdc6a4b0bd367735e11c2f01860b1d
|