Fixer.io
fixer_ioFixer.io is a simple and lightweight API for current and historical foreign exchange rates and currency conversion.
Acciones disponibles (6)
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 CurrencyFIXER_IO_CONVERT_CURRENCYAcciónTool to convert an amount from one currency to another. Use when you need current or historical exchange rates. Specify `date` for historical rates.
FIXER_IO_CONVERT_CURRENCYAcciónTool to convert an amount from one currency to another. Use when you need current or historical exchange rates. Specify `date` for historical rates.
Parámetros de entrada
datestringOptional historical date in YYYY-MM-DD format
amountnumberObligatorioAmount to convert; must be non-negative
to_currencystringObligatorioThree-letter currency code to convert to
from_currencystringObligatorioThree-letter currency code to convert from
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 Currency FluctuationsFIXER_IO_GET_FLUCTUATIONAcciónTool to fetch exchange rate fluctuations between two dates. Use when you need day-to-day currency rate changes.
FIXER_IO_GET_FLUCTUATIONAcciónTool to fetch exchange rate fluctuations between two dates. Use when you need day-to-day currency rate changes.
Parámetros de entrada
basestringOptional 3-letter base currency code (default: EUR).
symbolsstringOptional comma-separated list of 3-letter currency codes to limit output.
end_datestringObligatorioEnd date in YYYY-MM-DD format (inclusive).
start_datestringObligatorioStart date in YYYY-MM-DD format (inclusive).
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 RatesFIXER_IO_GET_HISTORICAL_RATESAcciónTool to fetch historical exchange rates for a specific date. Use when you need past currency rates.
FIXER_IO_GET_HISTORICAL_RATESAcciónTool to fetch historical exchange rates for a specific date. Use when you need past currency rates.
Parámetros de entrada
basestring3-letter ISO currency code to override default (default is EUR)
datestringObligatorioHistorical date to query in YYYY-MM-DD format
symbolsstringComma-separated list of currency codes to limit output
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 RatesFIXER_IO_GET_LATEST_RATESAcciónTool to retrieve the most recent exchange rates. Use when you need current currency conversion rates for all or specified currencies.
FIXER_IO_GET_LATEST_RATESAcciónTool to retrieve the most recent exchange rates. Use when you need current currency conversion rates for all or specified currencies.
Parámetros de entrada
basestringThree-letter base currency code; default is EUR if omitted
symbolsstringComma-separated list of currency codes to limit output; e.g. 'USD,GBP,JPY'
callbackstringJSONP callback function name to wrap the response
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_IO_GET_SUPPORTED_SYMBOLSAcciónTool to retrieve the list of all available currency symbols and their corresponding names. Use when you need to fetch and display supported currency codes.
FIXER_IO_GET_SUPPORTED_SYMBOLSAcciónTool to retrieve the list of all available currency symbols and their corresponding names. Use when you need to fetch and display supported currency codes.
Parámetros de entrada
callbackstringOptional JSONP callback function name; wraps response in a JS function call
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 Time SeriesFIXER_IO_GET_TIME_SERIESAcciónTool to retrieve daily exchange rates for a specified period. Use when you need historical FX rates between two dates (max 365 days).
FIXER_IO_GET_TIME_SERIESAcciónTool to retrieve daily exchange rates for a specified period. Use when you need historical FX rates between two dates (max 365 days).
Parámetros de entrada
basestringThree-letter base currency code; default is EUR.
symbolsstringComma-separated list of currency codes to limit output (e.g. 'USD,GBP,JPY').
end_datestringObligatorioEnd date of the requested period (YYYY-MM-DD).
start_datestringObligatorioStart date of the requested period (YYYY-MM-DD).
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