currency_convert
Convert currency amounts using current exchange rates from CurrencyScoop. Provide base currency, target currency, and amount to receive the converted value.
Instructions
currencies data from currencyscoop.com https://currencyscoop.com/api-documentation :param base: The base currency you would like to use for your rates :type base: str :param to: The currency you would like to use for your rates :type to: str :param amount: The amount of base currency :type amount: 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.Series
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | CNY | |
| base | No | USD | |
| amount | No | 10000 | |
| api_key | No |