Metadata-Version: 2.1
Name: rqdatac
Version: 3.4.7
Summary: Ricequant Data SDK
Home-page: https://www.ricequant.com/doc/rqdata-institutional#research-version
Download-URL: https://pypi.org/
Author: Ricequant
Author-email: public@ricequant.com
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Description-Content-Type: text/markdown
Requires-Dist: brotli
Requires-Dist: python-dateutil
Requires-Dist: msgpack (>=0.5.2)
Requires-Dist: six
Requires-Dist: pandas (!=2.1.*,<3)
Requires-Dist: orjson
Requires-Dist: python-rapidjson
Requires-Dist: zstandard ; os_name != "nt" and python_version > "2.7"
Requires-Dist: win-inet-pton ; os_name == "nt"
Provides-Extra: asyncio-subscribe
Requires-Dist: websockets ; extra == 'asyncio-subscribe'
Provides-Extra: bond
Requires-Dist: rqdatac-bond ; extra == 'bond'
Provides-Extra: esg
Requires-Dist: rqdatac-esg ; extra == 'esg'
Provides-Extra: fund
Requires-Dist: rqdatac-fund ; extra == 'fund'
Provides-Extra: news
Requires-Dist: rqdatac-news ; extra == 'news'
Provides-Extra: proxy
Requires-Dist: python-socks ; extra == 'proxy'
Provides-Extra: subscribe
Requires-Dist: websockets ; extra == 'subscribe'

# RQDATAC: Ricequant Data Client

**rqdatac** is a python package providing financial data from trusted sources, free you 
from IT maintenance or data cleansing tasks for financial institutions.

It provides with audited data in formatted data structure via thoughtfully designed APIs so to 
improve efficiency in data processing.

## Get Start
- [Init](https://www.ricequant.com/doc/rqdata-institutional#research-init)
- [API Doc](https://www.ricequant.com/doc/rqdata-institutional#research-API)
- [Change Log](https://www.ricequant.com/doc/rqdata-institutional#research-init)

## Have A Try
- Get free access to [RQData](https://www.ricequant.com/welcome/trial/rqdata-cloud ).
- Learn more [details](https://www.ricequant.com/welcome/rqdata).
