Introduction
AKLite is a lite version of AKShare, which will be used in the future to support the AKShare project.
AKLite Features:
- Small, fast and powerful
- High performance
- Easy to ues
Installation
pip install aklite --upgrade -i https://pypi.org/simple
Usage
import aklite as ai
stock_zh_a_hist_obj = ai.stock_zh_a_hist(symbols=["000001", "000002"], period="daily", start_date="20220101",
end_date="20230601", adjust="hfq", timeout=5, proxies={})
print(stock_zh_a_hist_obj.data)
print(stock_zh_a_hist_obj.columns)
print(stock_zh_a_hist_obj.url)
print(stock_zh_a_hist_obj.desc)
print(stock_zh_a_hist_obj.symbols)
print(stock_zh_a_hist_obj.start_date)
print(stock_zh_a_hist_obj.end_date)
print(stock_zh_a_hist_obj.adjust)
date symbol ... price_change turnover_rate
0 2022-01-04 000001 ... 29.26 0.60
1 2022-01-05 000001 ... 79.63 1.01
2 2022-01-06 000001 ... -4.87 0.57
3 2022-01-07 000001 ... 13.00 0.58
4 2022-01-10 000001 ... -1.62 0.47
.. ... ... ... ... ...
677 2023-05-26 000002 ... 2.62 0.42
678 2023-05-29 000002 ... -23.56 0.46
679 2023-05-30 000002 ... 43.20 0.91
680 2023-05-31 000002 ... -15.71 0.46
681 2023-06-01 000002 ... -31.42 0.48
[682 rows x 12 columns]
Contributing
Translate
cd docs
sphinx-build -b gettext ./source build/gettext
sphinx-intl update -p ./build/gettext -l zh_CN
Publish
hatch build
hatch publish
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aklite-0.0.4.tar.gz
(14.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
File details
Details for the file aklite-0.0.4.tar.gz.
File metadata
- Download URL: aklite-0.0.4.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
python-httpx/0.24.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f098ac8831f00c13289f564703337e65086bf0f205f9373b49ed3431df93bf04
|
|
| MD5 |
d79d4c15dd95c1a48231e12035784114
|
|
| BLAKE2b-256 |
19161f09d6976e41150562020f65ed5ed5721d7a4bc2b48ed7cacf2309e78f20
|
File details
Details for the file aklite-0.0.4-py3-none-any.whl.
File metadata
- Download URL: aklite-0.0.4-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
python-httpx/0.24.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4272f0720968c4091374bb78374a621ff874a9c082e8daf66a451b8b4c1775e4
|
|
| MD5 |
7397bf033d8fa8c2fa9a9f6ccf163b98
|
|
| BLAKE2b-256 |
a1faca2f69a11cceb317684484945d1d3210cb1995753e5359da8f8743f2705e
|