xueqiu-funds


Namexueqiu-funds JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/QIN2DIM/xueqiu_funds
Summary❄️ 雪球基金 Python Client
upload_time2024-03-12 13:23:23
maintainer
docs_urlNone
authorQIN2DIM
requires_python>=3.10,<4.0
licenseApache-2.0
keywords xueqiu 雪球 雪球基金 蛋卷基金 xueqiu-funds snowball
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 雪球基金 Python Client

## Get started

### Install package

```shell
pip install xueqiu_funds
```

### Quick start

```python
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})

```




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/QIN2DIM/xueqiu_funds",
    "name": "xueqiu-funds",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "xueqiu,\u96ea\u7403,\u96ea\u7403\u57fa\u91d1,\u86cb\u5377\u57fa\u91d1,xueqiu-funds,snowball",
    "author": "QIN2DIM",
    "author_email": "yaoqinse@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/be/00/f37e267bbc0ec7920924a3b76f61893138826ff5c80bcaa1a86e71212f4e/xueqiu_funds-0.0.3.tar.gz",
    "platform": null,
    "description": "# \u96ea\u7403\u57fa\u91d1 Python Client\n\n## Get started\n\n### Install package\n\n```shell\npip install xueqiu_funds\n```\n\n### Quick start\n\n```python\nfrom xueqiu_funds import XueQiuFunds\n\n# \u534e\u590f\u4e0a\u8bc1\u79d1\u521b\u677f50\u6210\u4efdETF\u8054\u63a5C\nfd_code = \"011613\"\n\nxqf = XueQiuFunds()\n\ndetail = xqf.get_fund_detail(fd_code)\nintro = xqf.get_fund_intro(fd_code)\n\nfd_name = intro[\"data\"][\"fd_name\"]\nother_rate_table = detail[\"data\"][\"fund_rates\"][\"other_rate_table\"]\n\nprint({fd_name: other_rate_table})\n\n```\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "\u2744\ufe0f \u96ea\u7403\u57fa\u91d1 Python Client",
    "version": "0.0.3",
    "project_urls": {
        "Documentation": "https://github.com/QIN2DIM/xueqiu_funds",
        "Homepage": "https://github.com/QIN2DIM/xueqiu_funds",
        "Repository": "https://github.com/QIN2DIM/xueqiu_funds"
    },
    "split_keywords": [
        "xueqiu",
        "\u96ea\u7403",
        "\u96ea\u7403\u57fa\u91d1",
        "\u86cb\u5377\u57fa\u91d1",
        "xueqiu-funds",
        "snowball"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e8df4c1707b72d6a1486bf663d9258070e90c17b9aa78b4a951ee8f8bb7c377",
                "md5": "23cf0da8e455968f92b48d56336617bd",
                "sha256": "21d77b1bf61c01ab5f6ce1e05d25a2e0405987f4fbf6bb4fb0c888f666734712"
            },
            "downloads": -1,
            "filename": "xueqiu_funds-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "23cf0da8e455968f92b48d56336617bd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 9280,
            "upload_time": "2024-03-12T13:23:21",
            "upload_time_iso_8601": "2024-03-12T13:23:21.151353Z",
            "url": "https://files.pythonhosted.org/packages/6e/8d/f4c1707b72d6a1486bf663d9258070e90c17b9aa78b4a951ee8f8bb7c377/xueqiu_funds-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be00f37e267bbc0ec7920924a3b76f61893138826ff5c80bcaa1a86e71212f4e",
                "md5": "d50a05c59aa0fc48c95a14dbe9bb78bf",
                "sha256": "9a2b822bdea28a780cfc17829d4cc8bdd3d2e5099d85fd0837aedc2e5ff89fcf"
            },
            "downloads": -1,
            "filename": "xueqiu_funds-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d50a05c59aa0fc48c95a14dbe9bb78bf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 7903,
            "upload_time": "2024-03-12T13:23:23",
            "upload_time_iso_8601": "2024-03-12T13:23:23.119477Z",
            "url": "https://files.pythonhosted.org/packages/be/00/f37e267bbc0ec7920924a3b76f61893138826ff5c80bcaa1a86e71212f4e/xueqiu_funds-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-12 13:23:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "QIN2DIM",
    "github_project": "xueqiu_funds",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "xueqiu-funds"
}
        
Elapsed time: 0.20036s