NAiOS IconNAiOS Logo
Volver al catálogo

Finage

finage

Finage provides secure RESTful APIs for real-time and historical financial market data covering stocks, forex, cryptocurrencies, indices, ETFs, and commodities.

Acciones
10
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 (10)

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

This tool retrieves real-time stock quote information for a given stock symbol. it provides current price, price changes, trading volume, and other key market data.

Parámetros de entrada

  • symbolstringObligatorio

    The stock symbol/ticker for which to retrieve detailed information

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 Stock End-of-Day DataFINAGE_GET_STOCK_END_OF_DAY_DATAAcción

This tool retrieves the end-of-day data for a specific stock symbol. it provides the opening price, highest price, lowest price, closing price, trading volume, and timestamp for the most recent completed trading day, making it essential for investors and analysts seeking daily summary data without intraday details.

Parámetros de entrada

  • datestring

    Optional specific date in YYYY-MM-DD format. If not provided, returns the most recent trading day.

  • symbolstringObligatorio

    The stock symbol to get end-of-day data for (e.g., AAPL)

  • unadjustedboolean

    Whether to unadjust the prices. Default is true.

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 Stock Historical DataFINAGE_GET_STOCK_HISTORICAL_DATAAcción

This tool will fetch historical daily stock data for a given stock symbol between specified dates. it provides ohlcv data (open, high, low, close, volume) and is independent, requiring only the stock symbol, date range inputs, and authentication.

Parámetros de entrada

  • sortstring

    Sort order for results (asc or desc)

  • limitinteger

    Number of results to return (max: 50000)

  • symbolstringObligatorio

    Stock symbol to fetch historical data for (e.g., AAPL)

  • to_datestringObligatorio

    End date in YYYY-MM-DD format

  • from_datestringObligatorio

    Start date in YYYY-MM-DD format

  • time_unitstring

    Timeframe unit for the data

  • multiplierinteger

    Time multiplier for the selected time unit

  • unadjustedboolean

    Whether to return unadjusted prices

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 Stock Last QuoteFINAGE_GET_STOCK_LAST_QUOTEAcción

This tool fetches the latest quote information for a specific stock symbol, providing real-time bid and ask prices, along with their respective sizes and a timestamp. it is essential for trading and market analysis, fetching a json object with details like symbol, ask, bid, asize, bsize, and timestamp.

Parámetros de entrada

  • symbolstringObligatorio

    The stock symbol to get quote information for

  • timestamp_typestring

    Timestamp type. Default is 'ms' (milliseconds). Can be set to 'ns' for nanoseconds.

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 Stock Market AggregatesFINAGE_GET_STOCK_MARKET_AGGREGATESAcción

This tool retrieves aggregated ohlcv (open, high, low, close, volume) data for stocks over specified time periods. it allows users to provide parameters such as stock symbol, time multiplier, aggregation period, start date, and end date to obtain market aggregates.

Parámetros de entrada

  • sortstringenum

    Sort results by timestamp. 'asc' for ascending (oldest to newest), 'desc' for descending

    ascdesc
  • timestringObligatorioenum

    Size of the time period

    minutehourdayweekmonthquarteryear
  • limitinteger

    Limit of results. Default is 100, maximum 50000

  • symbolstringObligatorio

    Stock symbol to get prices for (e.g., 'AAPL')

  • to_datestringObligatorio

    End date in YYYY-MM-DD format

  • end_timestring

    End time in UTC (e.g., '17:45')

  • multiplyintegerObligatorio

    Time multiplier for the aggregation period

  • from_datestringObligatorio

    Start date in YYYY-MM-DD format

  • dbt_filterboolean

    Daily-based time filter. Default is false

  • start_timestring

    Start time in UTC (e.g., '17:30')

  • unadjustedboolean

    Unadjust the prices. Default is true

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 Stock Market NewsFINAGE_GET_STOCK_MARKET_NEWSAcción

This tool retrieves the latest market news from finage's api. it provides comprehensive market news and updates, including news filtering by specific stock symbols, thereby supporting real-time market insights, investment decisions, and research on market trends.

Parámetros de entrada

  • limitinteger

    Number of news articles to retrieve. Default is 10, maximum allowed is 30.

  • symbolstringObligatorio

    Stock symbol name for which to retrieve news (e.g., AAPL, AMZN)

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 Stock Market SnapshotFINAGE_GET_STOCK_MARKET_SNAPSHOTAcción

This tool provides a comprehensive snapshot of the us stock market data, allowing users to get the latest quotes and trades for multiple stocks in a single api request. it is ideal as the first tool because it offers broad market coverage, does not require resource ids or external dependencies, and can be used independently with just api authentication.

Parámetros de entrada

  • symbolsstring

    Comma-separated list of stock symbols (e.g., 'AAPL,TSLA'). If not provided, data for all available stocks will be returned.

  • include_quotesboolean

    Include latest quotes in the response. Default is True.

  • include_tradesboolean

    Include latest trades in the response. Default is False.

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 Stock Market StatusFINAGE_GET_STOCK_MARKET_STATUSAcción

This tool retrieves the current market status for various stock exchanges by determining if markets are open or closed. it requires an api key and returns details such as the market type, server time, and next open/close times, which are essential for trade planning and automation.

Parámetros de entrada

  • countrystring

    Check the specified country's market status. Default is US.

  • holidaysboolean

    Display selected country's holidays. Default is false.

  • currenciesboolean

    Display or hide currencies part from the output. Default is true.

  • trading_hoursboolean

    Display trading hours of the market. Default is false.

  • extended_hoursboolean

    Display extended hours of the market. Default is false.

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 Stock Previous Close DataFINAGE_GET_STOCK_PREVIOUS_CLOSEAcción

This tool retrieves the previous day's closing data for a specific stock symbol. it provides essential trading information including the opening price, highest price, lowest price, closing price, trading volume, and timestamp for the previous trading day. it complements other finage tools by offering detailed previous day data, which is useful for computing day-over-day change and informing daily trading analysis.

Parámetros de entrada

  • datestring

    Specific date in YYYY-MM-DD format to get historical data

  • symbolstringObligatorio

    Stock symbol to get previous day's data

  • unadjustedboolean

    Whether to return unadjusted price data

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 Stock Tick DataFINAGE_GET_STOCK_TICK_DATAAcción

The stock tick data api provides detailed tick-by-tick trading data for a specific stock symbol. this endpoint is crucial for precise market analysis and high-frequency trading applications.

Parámetros de entrada

  • sortstringenum

    Sort results by timestamp

    ascdesc
  • timestringObligatorioenum

    Size of the time interval

    minutehourdayweekmonthquarteryear
  • limitinteger

    Number of results to return (max: 50000)

  • symbolstringObligatorio

    Stock symbol to get tick data for (e.g., AAPL)

  • to_datestringObligatorio

    End date in YYYY-MM-DD format

  • end_timestring

    End time in UTC (e.g., 17:45)

  • multiplyinteger

    Time multiplier for the interval

  • from_datestringObligatorio

    Start date in YYYY-MM-DD format

  • dbt_filterboolean

    Daily-based time filter

  • start_timestring

    Start time in UTC (e.g., 17:30)

  • unadjustedboolean

    Get unadjusted prices

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