currency_history
Retrieve historical currency exchange rates for any base currency and date, with optional filtering by target symbols, sourced from currencyscoop.com.
Instructions
Latest 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 date: Specific date, e.g., "2020-02-03" :type date: str :param symbols: A list of currencies you will like to see the rates for. You can refer to a list all supported currencies here :type symbols: 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 |
|---|---|---|---|
| base | No | USD | |
| date | No | 2023-02-03 | |
| api_key | No | ||
| symbols | No |