NAiOS IconNAiOS Logo
Volver al catálogo

Fixer.io

fixer_io

Fixer.io is a simple and lightweight API for current and historical foreign exchange rates and currency conversion.

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • datestring

    Optional historical date in YYYY-MM-DD format

  • amountnumberObligatorio

    Amount to convert; must be non-negative

  • to_currencystringObligatorio

    Three-letter currency code to convert to

  • from_currencystringObligatorio

    Three-letter currency code to convert from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Currency FluctuationsFIXER_IO_GET_FLUCTUATIONAcción

Tool to fetch exchange rate fluctuations between two dates. Use when you need day-to-day currency rate changes.

Parámetros de entrada

  • basestring

    Optional 3-letter base currency code (default: EUR).

  • symbolsstring

    Optional comma-separated list of 3-letter currency codes to limit output.

  • end_datestringObligatorio

    End date in YYYY-MM-DD format (inclusive).

  • start_datestringObligatorio

    Start date in YYYY-MM-DD format (inclusive).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Historical RatesFIXER_IO_GET_HISTORICAL_RATESAcción

Tool to fetch historical exchange rates for a specific date. Use when you need past currency rates.

Parámetros de entrada

  • basestring

    3-letter ISO currency code to override default (default is EUR)

  • datestringObligatorio

    Historical date to query in YYYY-MM-DD format

  • symbolsstring

    Comma-separated list of currency codes to limit output

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Latest RatesFIXER_IO_GET_LATEST_RATESAcción

Tool to retrieve the most recent exchange rates. Use when you need current currency conversion rates for all or specified currencies.

Parámetros de entrada

  • basestring

    Three-letter base currency code; default is EUR if omitted

  • symbolsstring

    Comma-separated list of currency codes to limit output; e.g. 'USD,GBP,JPY'

  • callbackstring

    JSONP callback function name to wrap the response

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Supported SymbolsFIXER_IO_GET_SUPPORTED_SYMBOLSAcción

Tool 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

  • callbackstring

    Optional JSONP callback function name; wraps response in a JS function call

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Time SeriesFIXER_IO_GET_TIME_SERIESAcción

Tool 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

  • basestring

    Three-letter base currency code; default is EUR.

  • symbolsstring

    Comma-separated list of currency codes to limit output (e.g. 'USD,GBP,JPY').

  • end_datestringObligatorio

    End date of the requested period (YYYY-MM-DD).

  • start_datestringObligatorio

    Start date of the requested period (YYYY-MM-DD).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not