CurrencyScoop
currencyscoopCurrencyBeacon is a developer friendly, easy-to-use REST API with real-time and historical exchange rates for fiat currencies and cryptocurrencies.
Acciones disponibles (5)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Convert CurrencyCURRENCYSCOOP_CONVERT_CURRENCYAcciónTool to perform a single currency conversion from one currency to another for a specified amount. Use when you need to convert a specific amount between two currencies using mid-market rates.
CURRENCYSCOOP_CONVERT_CURRENCYAcciónTool to perform a single currency conversion from one currency to another for a specified amount. Use when you need to convert a specific amount between two currencies using mid-market rates.
Parámetros de entrada
tostringObligatorioThe target currency code to convert to (e.g., 'EUR', 'USD', 'JPY').
fromstringObligatorioThe base currency code to convert from (e.g., 'USD', 'EUR', 'GBP').
amountintegerObligatorioThe amount to be converted. Must be a positive number.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CurrenciesCURRENCYSCOOP_GET_CURRENCIESAcciónTool to retrieve all supported currencies including their names and countries. Use when you need information about available currencies, either fiat or crypto.
CURRENCYSCOOP_GET_CURRENCIESAcciónTool to retrieve all supported currencies including their names and countries. Use when you need information about available currencies, either fiat or crypto.
Parámetros de entrada
typestringObligatorioenumThe type of currencies to retrieve. Must be either 'fiat' for traditional currencies or 'crypto' for cryptocurrencies.
fiatcrypto
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Historical Exchange RatesCURRENCYSCOOP_GET_HISTORICAL_RATESAcciónTool to retrieve historical exchange rate data for past dates going back to 1996. Use when you need to access exchange rates for a specific historical date with a base currency.
CURRENCYSCOOP_GET_HISTORICAL_RATESAcciónTool to retrieve historical exchange rate data for past dates going back to 1996. Use when you need to access exchange rates for a specific historical date with a base currency.
Parámetros de entrada
basestringObligatorioThe base currency code for exchange rates (e.g., USD, EUR, GBP).
datestringObligatorioThe historical date for rate retrieval in YYYY-MM-DD format. Dates available from 1996 onwards.
symbolsstringComma-separated list of target currency codes to retrieve rates for. If omitted, returns all available currencies.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Latest Exchange RatesCURRENCYSCOOP_GET_LATEST_RATESAcciónTool to get real-time exchange rates for all supported currencies with a specified base currency. Use when you need current exchange rates for currency conversions or financial calculations.
CURRENCYSCOOP_GET_LATEST_RATESAcciónTool to get real-time exchange rates for all supported currencies with a specified base currency. Use when you need current exchange rates for currency conversions or financial calculations.
Parámetros de entrada
basestringObligatorioThe 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 supported currencies.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Timeseries Exchange RatesCURRENCYSCOOP_GET_TIMESERIES_RATESAcciónTool 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.
CURRENCYSCOOP_GET_TIMESERIES_RATESAcciónTool 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.
Parámetros de entrada
basestringObligatorioThe 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.
end_datestringObligatorioEnd 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_datestringObligatorioStart date for the time series in YYYY-MM-DD format. This is the beginning of the time period for which you want historical rates.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not