NAiOS IconNAiOS Logo
Volver al catálogo

CurrencyScoop

currencyscoop

CurrencyBeacon is a developer friendly, easy-to-use REST API with real-time and historical exchange rates for fiat currencies and cryptocurrencies.

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

Tool 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

  • tostringObligatorio

    The target currency code to convert to (e.g., 'EUR', 'USD', 'JPY').

  • fromstringObligatorio

    The base currency code to convert from (e.g., 'USD', 'EUR', 'GBP').

  • amountintegerObligatorio

    The amount to be converted. Must be a positive number.

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

Tool 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

  • typestringObligatorioenum

    The type of currencies to retrieve. Must be either 'fiat' for traditional currencies or 'crypto' for cryptocurrencies.

    fiatcrypto

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

Tool 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

  • basestringObligatorio

    The base currency code for exchange rates (e.g., USD, EUR, GBP).

  • datestringObligatorio

    The historical date for rate retrieval in YYYY-MM-DD format. Dates available from 1996 onwards.

  • symbolsstring

    Comma-separated list of target currency codes to retrieve rates for. If omitted, returns all available currencies.

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

Tool 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

  • basestringObligatorio

    The base currency code for exchange rates (e.g., USD, EUR, GBP). This is the currency that all other rates will be quoted against.

  • symbolsstring

    Comma-separated list of target currency codes to retrieve rates for. If omitted, returns rates for all supported currencies.

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 Timeseries Exchange RatesCURRENCYSCOOP_GET_TIMESERIES_RATESAcción

Tool 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

  • basestringObligatorio

    The base currency code for exchange rates (e.g., USD, EUR, GBP). This is the currency that all other rates will be quoted against.

  • symbolsstring

    Comma-separated list of target currency codes to retrieve rates for. If omitted, returns rates for all available currencies.

  • end_datestringObligatorio

    End 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_datestringObligatorio

    Start 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

  • 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