Metadata-Version: 2.1
Name: zillionare-omega-adaptors-jq
Version: 1.0.1
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
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)

===========
jqadatpor
===========


.. image:: https://img.shields.io/pypi/v/jqadatpor.svg
        :target: https://pypi.python.org/pypi/jqadatpor

.. image:: https://img.shields.io/travis/zillionare/jqadatpor.svg
        :target: https://travis-ci.com/zillionare/jqadatpor

.. image:: https://readthedocs.org/projects/jqadatpor/badge/?version=latest
        :target: https://jqadatpor.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Jqdatasdk adapter for zillionare omega


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


Features
--------

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

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-04-10)
------------------

* First release on PyPI.

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

1.0.0 (2021-3-29)
-------------------
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


