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.9.tar.gz
(9.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.9.tar.gz.
File metadata
- Download URL: equal_data-0.0.9.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e53a0c7ed8acc72ee0fcaecaf3ade10a7b3bd379162dc73c4ba49a8664635422
|
|
| MD5 |
d08f71b756a63a9c7f5cb62a70fe052f
|
|
| BLAKE2b-256 |
772567eb3fe084a61a9e6eadc54cd414e28fa6648822d1327d44f3bed8c6a975
|
File details
Details for the file equal_data-0.0.9-py3-none-any.whl.
File metadata
- Download URL: equal_data-0.0.9-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80dc185c031fe88d07913faa27c22543558938ba6ac3953d166f056f21259a77
|
|
| MD5 |
537f12ec6f1c0a9c8ca873704617cf77
|
|
| BLAKE2b-256 |
7d8c79bc039eb03b687ab8d3e4f6cf869c4b00e6ada99e21be44bccdf26ed739
|