Tool to retrieve historical exchange rates for a given time period between start and end dates. Use when you need exchange rates for multiple dates in a date range for trend analysis or historical comparisons.
baseRequiredstringThe base currency code for exchange rates (e.g., USD, EUR, GBP). This is the currency that all other rates will be quoted against.
symbolsstringComma-separated list of target currency codes to retrieve rates for. If omitted, returns rates for all available currencies. Omitting this significantly inflates payload size and processing time; specify only needed codes when possible.
end_dateRequiredstringEnd date for the time series in YYYY-MM-DD format. This is the end of the time period for which you want historical rates.
start_dateRequiredstringStart date for the time series in YYYY-MM-DD format. This is the beginning of the time period for which you want historical rates. Must fall within CurrencyScoop's supported historical range; out-of-range dates return empty or partial data.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.