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.12.tar.gz
(13.8 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.12.tar.gz.
File metadata
- Download URL: equal_data-0.0.12.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ae3c0bd86d9d0947b633133f69b6e8c544aaa36c6da4cbc0cf8eafe97a84515
|
|
| MD5 |
1764fb699b1cce049d5f289ef74a7c80
|
|
| BLAKE2b-256 |
ec97d3aa32f66cb1eda04722ef8924ad54a164a484eb02efc8fbe50559381f9b
|
File details
Details for the file equal_data-0.0.12-py3-none-any.whl.
File metadata
- Download URL: equal_data-0.0.12-py3-none-any.whl
- Upload date:
- Size: 8.9 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 |
db4c32e78a60be314597c848ffb3aa98187e97a733531b3d0abf8c4d9545f695
|
|
| MD5 |
77468f8ef2c626cdaf11c562d271edb3
|
|
| BLAKE2b-256 |
cbbf618708fd8624d441fa199d9bfd30cc3666fb9444ef7ad5a88533270b8017
|