NAiOS IconNAiOS Logo
Volver al catálogo

Fixer

fixer

Fixer is a currency data API providing real-time and historical exchange rates for 170 world currencies.

Acciones
3
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 (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ón

Tool 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

  • basestring

    Three-letter base currency code (defaults to EUR if omitted)

  • dateanyObligatoriodate

    Date 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

  • 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 Exchange RatesFIXER_GET_LATEST_RATESAcción

Tool 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

  • basestring

    The 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

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

Tool 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

  • 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