Skip to main content

❄️ 雪球基金 Python Client

Project description

雪球基金 Python Client

Get started

Install package

pip install xueqiu_funds

Quick start

from xueqiu_funds import XueQiuFunds

# 华夏上证科创板50成份ETF联接C
fd_code = "011613"

xqf = XueQiuFunds()

detail = xqf.get_fund_detail(fd_code)
intro = xqf.get_fund_intro(fd_code)

fd_name = intro["data"]["fd_name"]
other_rate_table = detail["data"]["fund_rates"]["other_rate_table"]

print({fd_name: other_rate_table})

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xueqiu_funds-0.0.3.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

xueqiu_funds-0.0.3-py3-none-any.whl (9.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page