Metadata-Version: 2.1
Name: cad-tickers
Version: 1.4.7
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
Classifier: Programming Language :: Python :: 3.9
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
Function to extract exchange data from the cse and tsx websites and various other data sources. This package is primarily focussed on scrapping data for the canadian stock market.


The entire 0.2.x version of tsx functions are now depricated.


### How to run tests

```
pytest
```

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

#### Todo


#### Donate

If you would like to motivate me to spend more time improving open source projects please consider donating.

[![Donate with Ethereum](https://en.cryptobadges.io/badge/big/0x9d18acAB9Fe749Cbf899B2FD63Bf25e64829bbF3)](https://en.cryptobadges.io/donate/0x9d18acAB9Fe749Cbf899B2FD63Bf25e64829bbF3)

[![Donate with Bitcoin](https://en.cryptobadges.io/badge/big/1BMWhjCrTE3Dn94oHnrk6XMZAS3hjq3vdD)](https://en.cryptobadges.io/donate/1BMWhjCrTE3Dn94oHnrk6XMZAS3hjq3vdD)

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=Z6M6Y83D3URSU&item_name=Motivating+me+to+continue+to+produce+open+source+projects&currency_code=CAD)
