Metadata-Version: 2.1
Name: JAQK
Version: 0.0.2.3
Summary: A light toolkit for crawling financia data and basic analysis and calcualtions.
Home-page: https://github.com/Haannbboo/JAQK
Author: Hanbo Guo
Author-email: hbopublic@163.com
License: MIT
Keywords: US Stock Market Data
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=0.21.0)
Requires-Dist: requests (>=2.1.0)
Requires-Dist: numpy (>=1.14.0)
Requires-Dist: pyquery (>=1.4.0)
Requires-Dist: aiohttp (>=3.4.0)
Requires-Dist: PySimpleGUI (>=3.0.0)
Requires-Dist: scipy (>=1.0.0)
Requires-Dist: openpyxl (>=2.4.0)
Requires-Dist: xlrd (>=1.0.0)

# Welcome to JAQK financial report package
> A light and useful toolkit developed for financial report getter and basic analysis and calculations.

> It starts with an assignment, proceeds with deadlines, and grows with passions. - Hanbo Guo

_Author: Hanbo Guo_

_Facility: High School Afflicated to Renmin University of China_

_Contact: hbopublic@163.com_


## What's this

**JAQK** is a Python tookit providing light and robust data collection and data processing for quantitative analysis for US stocks. JAQK aims to tackle the problem of gathering financial data for high school students, and we hope JAQK can help some basic level of quantitative analysis. 

## Installations
For quick installation with **PyPI**:
```sh
# PyPI 
pip install jaqk
```
and you can **upgrade** the package with:
```sh
# PyPI upgrade
pip install jaqk --upgrade
```
You can also **set up** the package after downloading the package from this site:
```sh
# install after downloading
cd (PATH of the download, change to yours) (e.g. macOS: /Users/hanbo/Downloads/JAQK-master; windows: C:\Users\hanbo\Desktop\JAQK-master) 
python setup.py install
```

## Dependency
- Python 3.4 or more
- For data collection
  - [requests](https://2.python-requests.org//en/master/)
  - [pyquery](https://pyquery.readthedocs.io/en/latest/)
  - [aiohttp](https://aiohttp.readthedocs.io/en/stable/)
  - [selenium](https://selenium-python.readthedocs.io) (optional; it will be changed to pypeppter)
  - [openpyxl](https://openpyxl.readthedocs.io/en/stable/)
- For data processing
  - [pandas](http://pandas.pydata.org/ "pandas")
  - [numpy](http://www.numpy.org)
- Other necessities
  - [pysimplegui](https://pysimplegui.readthedocs.io/en/latest/)
  - unittest >= 3.2.0

## Documentation
The official documentation is hosted by [github.io]() (Nothing there right now...).

## Getting help
For usage questions, the best place to go to is [StackOverflow](https://stackoverflow.com/questions/tagged/JAQK);
Further, general questions and discussions can also take place on the github [issues section](https://github.com/Haannbboo/JAQK/issues).

If you have **ANY** detailed question about the plan/design/develop of this package, feel free to contact me through my [email](hbopublic@163.com).

## Previous Updates

All changes (pushes) have been recorded [here](https://github.com/Haannbboo/JAQK/blob/master/HISVERSION.md). Click for more details.



