iFinDAPI


NameiFinDAPI JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://quantapi.51ifind.com/
SummaryTHS_DataInterface SDK API
upload_time2024-03-15 06:38:31
maintainer
docs_urlNone
authorifind
requires_python>=3.7
licenseApache License v2
keywords ifindapi datainterface ftdi ifindsdk thsapi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # iFinDAPI SDK

**iFinDAPI** is the sdk for the [iFinDAPI](https://quantapi.51ifind.com).

```
>>> from iFinDPy import *
>>> THS_BD('300033.SZ','ths_stock_short_name_stock','')
```

## Installing and Command

iFinDAPI available on PyPi:
```
$ pip install iFinDAPI
$ THS_iFinDLogin('account','password')
```
iFinDAPI officially supports Python3.7+.

## API Reference available on [Read the Docs](https://quantapi.51ifind.com)

            

Raw data

            {
    "_id": null,
    "home_page": "https://quantapi.51ifind.com/",
    "name": "iFinDAPI",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "iFinDAPI,datainterface,FTDI,iFinDSDK,thsAPI",
    "author": "ifind",
    "author_email": "ifind_webexcel@myhexin.com",
    "download_url": "https://files.pythonhosted.org/packages/16/42/2a6e1852f778397eedd3c50dc38579b3ce740086eee36482224c346e8ee6/iFinDAPI-0.0.1.tar.gz",
    "platform": null,
    "description": "# iFinDAPI SDK\r\n\r\n**iFinDAPI** is the sdk for the [iFinDAPI](https://quantapi.51ifind.com).\r\n\r\n```\r\n>>> from iFinDPy import *\r\n>>> THS_BD('300033.SZ','ths_stock_short_name_stock','')\r\n```\r\n\r\n## Installing and Command\r\n\r\niFinDAPI available on PyPi:\r\n```\r\n$ pip install iFinDAPI\r\n$ THS_iFinDLogin('account','password')\r\n```\r\niFinDAPI officially supports Python3.7+.\r\n\r\n## API Reference available on [Read the Docs](https://quantapi.51ifind.com)\r\n",
    "bugtrack_url": null,
    "license": "Apache License v2",
    "summary": "THS_DataInterface SDK API",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://quantapi.51ifind.com/"
    },
    "split_keywords": [
        "ifindapi",
        "datainterface",
        "ftdi",
        "ifindsdk",
        "thsapi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16422a6e1852f778397eedd3c50dc38579b3ce740086eee36482224c346e8ee6",
                "md5": "ac44ee2e85b8e675c8ea3511cc836381",
                "sha256": "0d9c44ef61b558cd3ac61d595ff1c9fd0ba2fb95803d408fe3cfef0cc7064a75"
            },
            "downloads": -1,
            "filename": "iFinDAPI-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ac44ee2e85b8e675c8ea3511cc836381",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 19913451,
            "upload_time": "2024-03-15T06:38:31",
            "upload_time_iso_8601": "2024-03-15T06:38:31.014663Z",
            "url": "https://files.pythonhosted.org/packages/16/42/2a6e1852f778397eedd3c50dc38579b3ce740086eee36482224c346e8ee6/iFinDAPI-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-15 06:38:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ifindapi"
}
        
Elapsed time: 0.21175s