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.11.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.11.tar.gz.
File metadata
- Download URL: equal_data-0.0.11.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 |
66eb1e80c79714573a630edaee9d8e600b9ac802cecbb7980a998851542945b5
|
|
| MD5 |
f85c312d78d8cfd2df9cc431cbc6a3d6
|
|
| BLAKE2b-256 |
9b46aea37e2a80c52fd67c893ad06a18537eb3cc2e6759b59856ce4361be6770
|
File details
Details for the file equal_data-0.0.11-py3-none-any.whl.
File metadata
- Download URL: equal_data-0.0.11-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 |
6540c8fd61d9b121f96ed00e62441ea53599f62b56c5290a4d10ea625cf9c554
|
|
| MD5 |
1fa937a519ff124e124c35f143b6d031
|
|
| BLAKE2b-256 |
89714770f9dfaa678fdc729c410c2668141e25a1003cdfc9bf63a9e4f050efef
|