Fixer
fixerFixer is a currency data API providing real-time and historical exchange rates for 170 world currencies.
Acciones disponibles (3)
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.
Get Historical RatesFIXER_GET_HISTORICAL_RATESAcciónTool to get historical exchange rate data for a specific date. use when you need past currency rates for all or selected currencies.
FIXER_GET_HISTORICAL_RATESAcciónTool to get historical exchange rate data for a specific date. use when you need past currency rates for all or selected currencies.
Parámetros de entrada
basestringThree-letter base currency code (defaults to EUR if omitted)
dateanyObligatoriodateDate for historical rates in YYYY-MM-DD format
symbolsstring[]List of target currency codes to limit output. If omitted, all available currencies are returned
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 RatesFIXER_GET_LATEST_RATESAcciónTool to get real-time exchange rate data for all available or specified currencies. use when you need current forex rates before performing currency conversions.
FIXER_GET_LATEST_RATESAcciónTool to get real-time exchange rate data for all available or specified currencies. use when you need current forex rates before performing currency conversions.
Parámetros de entrada
basestringThe base currency to which exchange rates are relative. Defaults to 'EUR'. Changing the base currency is only available on paid plans.
symbolsstring[]List of currency codes to limit the response. Provide as a list, e.g., ['USD', 'GBP']. If omitted, all available currencies are returned.
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 Supported SymbolsFIXER_GET_SUPPORTED_SYMBOLSAcciónTool to retrieve all supported currency symbols and their full names. use when you need to display or validate available currencies before performing conversions.
FIXER_GET_SUPPORTED_SYMBOLSAcciónTool to retrieve all supported currency symbols and their full names. use when you need to display or validate available currencies before performing conversions.
Parámetros de entrada
Sin parámetros.
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