Exchange Rate Api
ExchangeRateApi is an unofficial python library which allows to use the api functionality of [ExchangeRateApi](https://www.exchangerate-api.com/), it will make use of the
request library in order to make the requests from the ExchangeRateApi.
Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install Exchange Rate Api
bash
pip install exchangerateapi
Usage
The ExchangeRateApi takes 1 argument
There are 7 methods
<ol>
<li>
get_latest
</li>
<LI>get_pair_conversion</LI>
<li>get_codes</li>
<li>get_quota</li>
<li>get_enriched_data</li>
<li>get_historical_data</li>
<li>search</li>
</ol>
**Exception**
New exceptions has been included
- InvalidKeyError
- InactiveAccountError
- QuotaExceededError
- UnsupportedCodeError
- MalformedRequestError
- PlanUpgradeRequiredError
- NoDataAvailableError
- CliFormatError
- NoArgumentError
Test cases has been included