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

finage_api_key
stringRequired

Actions

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

symbol
stringRequired

Action Response

data
object
error
successful
boolean

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

date
string
symbol
stringRequired
unadjusted
booleanDefaults to True

Action Response

data
object
error
successful
boolean

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

from_date
stringRequired
limit
integer
multiplier
integerDefaults to 1
sort
string
symbol
stringRequired
time_unit
stringDefaults to day
to_date
stringRequired
unadjusted
boolean

Action Response

data
object
error
successful
boolean

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

symbol
stringRequired
timestamp_type
string

Action Response

data
object
error
successful
boolean

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

dbt_filter
boolean
end_time
string
from_date
stringRequired
limit
integerDefaults to 100
multiply
integerRequired
sort
stringDefaults to asc
start_time
string
symbol
stringRequired
time
stringRequired
to_date
stringRequired
unadjusted
booleanDefaults to True

Action Response

data
object
error
successful
boolean

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

limit
integerDefaults to 10
symbol
stringRequired

Action Response

data
object
error
successful
boolean

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

include_quotes
booleanDefaults to True
include_trades
boolean
symbols
string

Action Response

data
object
error
successful
boolean

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

country
string
currencies
boolean
extended_hours
boolean
holidays
boolean
trading_hours
boolean

Action Response

data
object
error
successful
boolean

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

date
string
symbol
stringRequired
unadjusted
booleanDefaults to True

Action Response

data
object
error
successful
boolean

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

dbt_filter
boolean
end_time
string
from_date
stringRequired
limit
integerDefaults to 100
multiply
integerDefaults to 1
sort
stringDefaults to asc
start_time
string
symbol
stringRequired
time
stringRequired
to_date
stringRequired
unadjusted
booleanDefaults to True

Action Response

data
object
error
successful
boolean