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.5.tar.gz
(13.3 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.5-py3-none-any.whl
(19.7 kB
view details)
File details
Details for the file jing-0.2.5.tar.gz.
File metadata
- Download URL: jing-0.2.5.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43b67179fb34579701354674118957a8c1d3bc538d120d932ab94ea7e54a858e
|
|
| MD5 |
29b768f5fb7fd2d1d36a37d586a3e947
|
|
| BLAKE2b-256 |
2ba8cd18b1e7e3534b24eeb5196ed9251304bca0108a43c125ab061fe95a2482
|
File details
Details for the file jing-0.2.5-py3-none-any.whl.
File metadata
- Download URL: jing-0.2.5-py3-none-any.whl
- Upload date:
- Size: 19.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 |
7454b8d3000f159660e9c26e641527fdb337b978acb37b162d9916d73f93f1b0
|
|
| MD5 |
03a2c48cdd18b5144acff5dc81d39db4
|
|
| BLAKE2b-256 |
4b081496487421a4bdcc7b67e68c91e942f14b535bf8b67dd87caf820b5d4b0f
|