A股金融数据API调用 Skill,支持 100+ 个金融数据接口。equaldata 官方提供的SKILL工具包。
Project description
My Package
equal-data
- easy to use as most of the data returned are pandas DataFrame objects
- can be easily saved as csv, excel or json files
- can be inserted into MySQL or Mongodb
Target Users
- financial market analyst of China
- learners of financial data analysis with pandas/NumPy
- people who are interested in China financial data
Installation
pip install equal-data
Upgrade
pip install equal-data --upgrade
Quick Start
::
from equal_data import EqualDataApi
api = EqualDataApi("your equal data api key")
data = api.query_equal_data(
interfaceId="B6",
period=4, # 近1年
changeType=1, # 增持
pageIndex=0,
pageSize=50
)
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
equal_data-0.0.10.tar.gz
(12.7 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 equal_data-0.0.10.tar.gz.
File metadata
- Download URL: equal_data-0.0.10.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef9514ecb849ac7db78e9272855c675a4cab23c31e73fe2e24f462b9ee85272c
|
|
| MD5 |
f43d412b779a8d6c4c1d44c65f7a7f4a
|
|
| BLAKE2b-256 |
b32c9117778a2d25eb9ed9dfa691b1c936fb454b5fcb62e28a86672c00f6e923
|
File details
Details for the file equal_data-0.0.10-py3-none-any.whl.
File metadata
- Download URL: equal_data-0.0.10-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22f523b5f115fe5992e70185690ca3b88520233b5e0a876997a16dc7e0f1c945
|
|
| MD5 |
c4c5f41ede205a5bb34e78b91650a668
|
|
| BLAKE2b-256 |
2a904d69b824a62c316776792d11be9e68fa9739af950d504bc2aecf3bfdc183
|