Finage
finageFinage provides secure RESTful APIs for real-time and historical financial market data covering stocks, forex, cryptocurrencies, indices, ETFs, and commodities.
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ónThis 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.
FINAGE_GET_STOCK_DETAILSAcciónThis 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
symbolstringObligatorioThe stock symbol/ticker for which to retrieve detailed information
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 Stock End-of-Day DataFINAGE_GET_STOCK_END_OF_DAY_DATAAcciónThis 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.
FINAGE_GET_STOCK_END_OF_DAY_DATAAcciónThis 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
datestringOptional specific date in YYYY-MM-DD format. If not provided, returns the most recent trading day.
symbolstringObligatorioThe stock symbol to get end-of-day data for (e.g., AAPL)
unadjustedbooleanWhether to unadjust the prices. Default is true.
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 Stock Historical DataFINAGE_GET_STOCK_HISTORICAL_DATAAcciónThis 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.
FINAGE_GET_STOCK_HISTORICAL_DATAAcciónThis 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
sortstringSort order for results (asc or desc)
limitintegerNumber of results to return (max: 50000)
symbolstringObligatorioStock symbol to fetch historical data for (e.g., AAPL)
to_datestringObligatorioEnd date in YYYY-MM-DD format
from_datestringObligatorioStart date in YYYY-MM-DD format
time_unitstringTimeframe unit for the data
multiplierintegerTime multiplier for the selected time unit
unadjustedbooleanWhether to return unadjusted prices
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 Stock Last QuoteFINAGE_GET_STOCK_LAST_QUOTEAcciónThis 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.
FINAGE_GET_STOCK_LAST_QUOTEAcciónThis 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
symbolstringObligatorioThe stock symbol to get quote information for
timestamp_typestringTimestamp type. Default is 'ms' (milliseconds). Can be set to 'ns' for nanoseconds.
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 Stock Market AggregatesFINAGE_GET_STOCK_MARKET_AGGREGATESAcciónThis 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.
FINAGE_GET_STOCK_MARKET_AGGREGATESAcciónThis 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
sortstringenumSort results by timestamp. 'asc' for ascending (oldest to newest), 'desc' for descending
ascdesctimestringObligatorioenumSize of the time period
minutehourdayweekmonthquarteryearlimitintegerLimit of results. Default is 100, maximum 50000
symbolstringObligatorioStock symbol to get prices for (e.g., 'AAPL')
to_datestringObligatorioEnd date in YYYY-MM-DD format
end_timestringEnd time in UTC (e.g., '17:45')
multiplyintegerObligatorioTime multiplier for the aggregation period
from_datestringObligatorioStart date in YYYY-MM-DD format
dbt_filterbooleanDaily-based time filter. Default is false
start_timestringStart time in UTC (e.g., '17:30')
unadjustedbooleanUnadjust the prices. Default is true
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 Stock Market NewsFINAGE_GET_STOCK_MARKET_NEWSAcciónThis 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.
FINAGE_GET_STOCK_MARKET_NEWSAcciónThis 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
limitintegerNumber of news articles to retrieve. Default is 10, maximum allowed is 30.
symbolstringObligatorioStock symbol name for which to retrieve news (e.g., AAPL, AMZN)
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 Stock Market SnapshotFINAGE_GET_STOCK_MARKET_SNAPSHOTAcciónThis 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.
FINAGE_GET_STOCK_MARKET_SNAPSHOTAcciónThis 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
symbolsstringComma-separated list of stock symbols (e.g., 'AAPL,TSLA'). If not provided, data for all available stocks will be returned.
include_quotesbooleanInclude latest quotes in the response. Default is True.
include_tradesbooleanInclude latest trades in the response. Default is False.
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 Stock Market StatusFINAGE_GET_STOCK_MARKET_STATUSAcciónThis 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.
FINAGE_GET_STOCK_MARKET_STATUSAcciónThis 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
countrystringCheck the specified country's market status. Default is US.
holidaysbooleanDisplay selected country's holidays. Default is false.
currenciesbooleanDisplay or hide currencies part from the output. Default is true.
trading_hoursbooleanDisplay trading hours of the market. Default is false.
extended_hoursbooleanDisplay extended hours of the market. Default is false.
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 Stock Previous Close DataFINAGE_GET_STOCK_PREVIOUS_CLOSEAcciónThis 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.
FINAGE_GET_STOCK_PREVIOUS_CLOSEAcciónThis 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
datestringSpecific date in YYYY-MM-DD format to get historical data
symbolstringObligatorioStock symbol to get previous day's data
unadjustedbooleanWhether to return unadjusted price data
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 Stock Tick DataFINAGE_GET_STOCK_TICK_DATAAcciónThe 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.
FINAGE_GET_STOCK_TICK_DATAAcciónThe 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
sortstringenumSort results by timestamp
ascdesctimestringObligatorioenumSize of the time interval
minutehourdayweekmonthquarteryearlimitintegerNumber of results to return (max: 50000)
symbolstringObligatorioStock symbol to get tick data for (e.g., AAPL)
to_datestringObligatorioEnd date in YYYY-MM-DD format
end_timestringEnd time in UTC (e.g., 17:45)
multiplyintegerTime multiplier for the interval
from_datestringObligatorioStart date in YYYY-MM-DD format
dbt_filterbooleanDaily-based time filter
start_timestringStart time in UTC (e.g., 17:30)
unadjustedbooleanGet unadjusted prices
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