currency_currencies
Retrieve the latest fiat currency data for a base currency from currencyscoop.com. Supply your API key to get a pandas DataFrame of exchange rates.
Instructions
currencies data from currencyscoop.com https://currencyscoop.com/api-documentation :param c_type: now only "fiat" can return data :type c_type: str :param api_key: Account -> Account Details -> API KEY (use as password in external tools) :type api_key: str :return: Latest data of base currency :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| c_type | No | fiat | |
| api_key | No |