Metadata-Version: 2.1
Name: zillionare-omega-adaptors-jq
Version: 1.2
Summary: Jqdatasdk adapter for zillionare omega
Home-page: https://github.com/zillionare/omega_jqadaptor
Author: Aaron Yang
Author-email: code@jieyu.ai
License: MIT license
Keywords: zillionare,omega,adaptors,jqdatasdk
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: arrow (>=0.15)
Requires-Dist: ruamel.yaml (>=0.16)
Requires-Dist: numpy (>=1.8)
Requires-Dist: jqdatasdk (==1.8.9)
Requires-Dist: SQLAlchemy (<1.4,>=1.3.23)
Requires-Dist: pytz (>=2019.3)
Requires-Dist: cfg4py (>=0.8)
Requires-Dist: zillionare-core-types (>=0.5.1)

# jqadatpor

[![Version](http://img.shields.io/pypi/v/zillionare-omega-adaptors-jq?color=brightgreen)](https://pypi.python.org/pypi/zillionare-omega-adaptors-jq)
[![CI Status](https://github.com/zillionare/omega_jqadaptor/actions/workflows/release.yml/badge.svg)](https://github.com/zillionare/omega_jqadaptor)
[![Code Coverage](https://img.shields.io/codecov/c/github/zillionare/omega_jqadaptor)](https://app.codecov.io/gh/zillionare/omega_jqadaptor)
[![Downloads](https://pepy.tech/badge/zillionare-omega-adaptors-jq)](https://pepy.tech/project/zillionare-omega-adaptors-jq)
[![License](https://img.shields.io/badge/License-MIT.svg)](https://opensource.org/licenses/MIT)
[![Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Linux](https://svgshare.com/i/Zhy.svg)](https://svgshare.com/i/Zhy.svg)




Jqdatasdk adapter for zillionare omega. Usually you don't need to install/deploy this
library by yourself.


* Free software: MIT license
* Documentation: https://jqadatpor.readthedocs.io.


# Features

fetch quotation data from joinquant and convert to zillionare compatible format.


# History

# 1.2
* core-types版本升至0.5.1。升级后，行情数据接口返回的数据类型也将相应改变，因此，本更新是破坏性更新。
# 1.1
* change list
    1. 增加除权除息信息查询
    2. 获取证券列表接口get_security_list增加查询日期参数。

# 1.0.8
* change list
    1. 增加涨跌停查询
    2. 增加quota查询
    3. 接口异步化

# 1.0.3 (2021-3-31)
* change list
    1. fetcher will not try fetching data after login failed. This is friendly to server.
    2. Fix: after use markdown as readme/history file type, forget correct manifest.in, this cause tox failed.

# 1.0.2 (2021-3-30)

This is a patch just to add releae notes. It's identical to 1.0.1 on binary sense.
* change list
    1. add release notes

# 1.0.1 (2021-3-30)

This is first official release of zillionare-omega-adaptors-jq.

* Features:
    1. get_bar
    2. get_security_list
    3. get_all_trade_days
    4. get_bars_batch
    5. get_valuation
 * bug fixes:
    github: #2, #3

## 1.0.0 (2021-3-29) (yanked)

due to severe bug found (github://#3), please don't use this version

bug fix:
    1. lock down jqdatasdk, sqlalchemy's version. Recently sqlalchemy's update (to 1.4) cause several incompatible issue.
    2. remove dependancy of omicron
    3. fix timezone issue of get_bars/get_bars_batch, see #2

## 0.3.2 (2020-12-04)

* Alpha release of 0.3
* Features:
    1. get_bar
    2. get_security_list
    3. get_all_trade_days
    4. get_bars_batch
    5. get_valuation


## 0.1.0 (2020-04-10)

* First release on PyPI.














