Metadata-Version: 2.1
Name: hmrcCurrencyRate
Version: 0.0.7
Summary: A small example package
Home-page: https://github.com/YChanHuang/hmrcCurrencyRate
Author: James Huang
Author-email: yichan.huang93@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# hmrc_currency_rate module (Other Currency to GBP)
- This module convert other currencies rate to GBP from the data on HMRC
- The return result is default as pd.DataFrame
```
hmrc_to_dataframe(month, year):

dataframe

```

### How to use

Assume we would like to get the currency rate at Jan/2017
```
from hmrcCurrencyRate import hmrc

hmrc.hmrc_to_dataframe('01', '2017'):

```

![Result](https://imgur.com/oZ2zLR3)


