Metadata-Version: 2.1
Name: mistermarket
Version: 0.1.2
Summary: Mr. Market - your servant in the Philippine financial market
Home-page: https://github.com/jerobado/mistermarket
Author: Jero Bado
Author-email: gerol.bado@geronacapital.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Mr. Market
 Mr. Market - your servant in the Philippine financial market

Features & Benefits
--- 
* Get the latest market price of a stock in the Philippine Stock Exchange

Installation
---
```python
> pip install mistermarket
```

Usage
---
```python
> from mistermarket import MrMarket
> jfc = MrMarket('jfc') # Jollibee's stock ticker
> meg = MrMarket('meg') # Megaworld's stock ticker
> jfc.price
119.32
> meg.price
3.75
```

Software Requirements and Dependencies
---
* [Requests](https://github.com/psf/requests)
* [Phisix API](http://phisix-api4.appspot.com/)


