Metadata-Version: 2.1
Name: cad-tickers
Version: 0.2.9
Summary: Various Stock Utilties Created by me
Home-page: https://github.com/FriendlyUser/cad_tickers
License: MIT
Keywords: Poetry,Stock Tickers,Requests,CSE,TSX
Author: David Li
Author-email: davidli012345@gmail.com
Maintainer: David Li
Maintainer-email: davidli012345@gmail.com
Requires-Python: >=3.6.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: beautifulsoup4 (>=4.9.1,<5.0.0)
Requires-Dist: coverage (>=5.2,<6.0)
Requires-Dist: lxml (>=4.5.2,<5.0.0)
Requires-Dist: pandas (>=1.0.5,<2.0.0)
Requires-Dist: requests (>=2.24.0,<3.0.0)
Requires-Dist: xlrd (>=1.2.0,<2.0.0)
Project-URL: Documentation, https://readthedocs.org/projects/cad-tickers/
Project-URL: Repository, https://github.com/FriendlyUser/cad_tickers
Description-Content-Type: text/markdown

[![PyPI version](https://badge.fury.io/py/cad-tickers.svg)](https://badge.fury.io/py/cad-tickers) [![Downloads](https://pepy.tech/badge/cad-tickers)](https://pepy.tech/project/cad-tickers) [![Documentation Status](https://readthedocs.org/projects/cad-tickers/badge/?version=latest)](https://cad-tickers.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/FriendlyUser/cad_tickers/branch/master/graph/badge.svg)](https://codecov.io/gh/FriendlyUser/cad_tickers)
 
## Cad Tickers

For the tsx searching, it was kinda tedious to test each of the possible values, as a result, only `exchanges` and `marketcap` values are validated.

Given the new redesign of the web.tmxmoney site, don't expect the existing api to work
for a super long period of time.

Support will be provided to the best of my ability.

### How to run tests

```
pytest
```

### How to deploy


```
# Needed for readthedocs documentation
poetry export -f requirements.txt > requirements.txt.
```

#### Todo

Add parameters and returns, double sync with readthe docs and github pages.

- [ ] Go through list in https://thecse.com/en/listings and make pandas dataframe?
Iterate until last css is no longer present

- [ ] make another function that uses the new graphql api instead of the standard api.
- [x] Convert all the Input to Parameters and output to Return
- [x] add just read the docs
- [x] add code coverage uploading 
- [x] news and iiroc fetching

