Metadata-Version: 2.1
Name: iFinDAPI
Version: 0.0.6
Summary: THS_DataInterface SDK API
Home-page: https://quantapi.51ifind.com/
Author: ifind
Author-email: ifind_webexcel@myhexin.com
License: Apache License v2
Keywords: iFinDAPI,datainterface,FTDI,iFinDSDK,thsAPI
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# 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)
