Metadata-Version: 2.1
Name: eQmaster
Version: 0.0.21
Summary: Query interface to retrieve data from destinated s3 location with proper authentication
Home-page: https://github.com/avachen2005/ephodtech_query_master
Author: ava.chen
Author-email: ava.chen@ephodtech.com
License: MIT
Platform: UNKNOWN
Requires-Dist: pandas
Requires-Dist: botocore
Requires-Dist: s3fs
Requires-Dist: pyarrow
Requires-Dist: boto3
Requires-Dist: shioaji (==0.3.1.dev8)
Requires-Dist: ewarrant (==0.0.2)
Requires-Dist: cryptography

# eQmaster: ePhOdTech Query Master

## What Is It?

**eQmaster** is a python package that allows user to retrieve stock data fast and compact. 

## Main Features

- use **get(stock_list, from_date, to_date)** to get stock data between **from_date** and **to_date**. Date is formatted as *YYYY-MM-DD*. The latest **to_date** value is one day prior to the current date.

- use **get_current_quote(stock_symbol)** to get most updated stock quote. It is currently supported for single stock prices quote. 

- use **is_market_open(market_name)** to determine if given market is open for trades. It is currently supported for Taiwanese stock market only.

- use **setup(settings=None)** to determine if given market is open for trades. It is currently supported for Taiwanese stock market only.

## Where to Get It?

The source code is currently hosted on GitHub at:
https://github.com/avachen2005/ephodtech_query_master

Binary installers for the latest released version are available at [Python
Package Index (PyPI)](https://pypi.org/project/eQmaster/)

``
pip install eQmaster
``

## Dependencies

- [pandas - Powerful data structures for data analysis, time series, and statistics](https://pypi.org/project/pandas/)
- [pyarrow - Python library for Apache Arrow](https://pypi.org/project/pyarrow/)
- [s3fs - Convenient Filesystem interface over S3](https://pypi.org/project/s3fs/)

## License

[BSD 3](LICENSE)

