currency_time_series
Retrieve time-series exchange rate data for a base currency and specified symbols over a date range. Requires a currencyscoop API key.
Instructions
Time-series data from currencyscoop.com P.S. need special authority https://currencyscoop.com/api-documentation :param base: The base currency you would like to use for your rates :type base: str :param start_date: Specific date, e.g., "2020-02-03" :type start_date: str :param end_date: Specific date, e.g., "2020-02-03" :type end_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 | |
| api_key | No | ||
| symbols | No | ||
| end_date | No | 2023-03-04 | |
| start_date | No | 2023-02-03 |