Finage
Learn how to use Finage with Composio
Overview
Enum
FINAGE
Description
Finage provides secure RESTful APIs for real-time and historical financial market data covering stocks, forex, cryptocurrencies, indices, ETFs, and commodities.
Authentication Details
API_KEY
Actions
FINAGE_GET_STOCK_DETAILS
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.
Action Parameters
Action Response
FINAGE_GET_STOCK_END_OF_DAY_DATA
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.
Action Parameters
Action Response
FINAGE_GET_STOCK_HISTORICAL_DATA
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.
Action Parameters
Action Response
FINAGE_GET_STOCK_LAST_QUOTE
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.
Action Parameters
Action Response
FINAGE_GET_STOCK_MARKET_AGGREGATES
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.
Action Parameters
Action Response
FINAGE_GET_STOCK_MARKET_NEWS
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.
Action Parameters
Action Response
FINAGE_GET_STOCK_MARKET_SNAPSHOT
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.
Action Parameters
Action Response
FINAGE_GET_STOCK_MARKET_STATUS
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.
Action Parameters
Action Response
FINAGE_GET_STOCK_PREVIOUS_CLOSE
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.
Action Parameters
Action Response
FINAGE_GET_STOCK_TICK_DATA
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.
Action Parameters
Action Response