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.4.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.4-py3-none-any.whl
(16.7 kB
view details)
File details
Details for the file jing-0.2.4.tar.gz.
File metadata
- Download URL: jing-0.2.4.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 |
f41e87883bb4490572b19c22fb14f34f3f4f9de8089e40e2f5260063f74e227b
|
|
| MD5 |
1e957b157b97abd654eb9b4b2c29e886
|
|
| BLAKE2b-256 |
2008b657351e05d9bea5b4833e8930a5f5c767efde2c3644c2c05cc18a034f4f
|
File details
Details for the file jing-0.2.4-py3-none-any.whl.
File metadata
- Download URL: jing-0.2.4-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 |
ad6c2a2fba9ffaed96d0dce46e3f086b476ca74d99dd39c593ec969cdfe813ba
|
|
| MD5 |
ffeb9fecff4b60e357db81ab77b53728
|
|
| BLAKE2b-256 |
f87e3fa908d74aff705c058347501af1a10925be90d02282b7c7e94548415f30
|