Alpha Vantage

Learn how to use Alpha Vantage with Composio

Overview

Enum

ALPHA_VANTAGE

Description

Alpha Vantage provides free APIs for real-time and historical financial data, including stock time series, technical indicators, and more.

Authentication Details

Actions

Tool to retrieve the global price index of all commodities. use when you need monthly, quarterly, or annual aggregated price index data for commodities.

Action Parameters

datatype
stringDefaults to json
interval
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to fetch global aluminum prices. use when you need monthly, quarterly, or annual lme aluminum price data.

Action Parameters

datatype
stringDefaults to json
interval
stringDefaults to monthly

Action Response

Data
object
Meta Data
object
error
string
successful
boolean
Tool to return annual and quarterly balance sheets for a company. use when you need detailed fiscal statements for analysis.

Action Parameters

symbol
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to fetch brent crude oil prices. use when you need daily, weekly, or monthly brent price data.

Action Parameters

datatype
stringDefaults to json
interval
stringDefaults to monthly

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the global coffee price series. use when you need historical monthly, quarterly, or annual coffee prices.

Action Parameters

datatype
stringDefaults to json
interval
stringDefaults to monthly

Action Response

data
object
error
string
successful
boolean
Tool to fetch global price of copper in monthly, quarterly, and annual intervals. use when you need historical copper price series for analysis.

Action Parameters

datatype
stringDefaults to json
interval
stringDefaults to monthly

Action Response

Data
object
Meta Data
object
error
string
successful
boolean
Tool to retrieve global price of corn in monthly, quarterly, and annual intervals. use after verifying api key when you need historical corn price data.

Action Parameters

datatype
stringDefaults to json
interval
stringDefaults to monthly

Action Response

data
array
error
string
interval
string
name
string
successful
boolean
unit
string
Tool to retrieve global cotton prices in monthly, quarterly, and annual intervals. use when you need historical cotton price data.

Action Parameters

datatype
stringDefaults to json
interval
stringDefaults to monthly

Action Response

data
array
error
string
interval
string
name
string
successful
boolean
unit
string
Tool to return the earnings calendar for the next three months. use when you need a schedule of upcoming earnings across symbols.

Action Parameters

horizon
stringDefaults to 3month
symbol
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the earnings call transcript for a given company and quarter. use after confirming symbol and quarter. returns full transcript text and associated llm-based sentiment signals.

Action Parameters

quarter
stringRequired
symbol
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to fetch daily time series (open, high, low, close) for a currency pair. use after confirming base and quote currency codes to retrieve historical daily fx rates.

Action Parameters

datatype
stringDefaults to json
from_symbol
stringRequired
outputsize
stringDefaults to compact
to_symbol
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to get monthly time series (open, high, low, close) for a currency pair. use when you need historical monthly forex data for a given currency pair.

Action Parameters

datatype
stringDefaults to json
from_symbol
stringRequired
to_symbol
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to fetch annual and quarterly income statements. use after confirming the company symbol.

Action Parameters

symbol
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the ipo calendar for the next three months. use when you need a list of upcoming ipo events across markets.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to fetch listing status of us stocks and etfs. use when you need active or delisted securities as of a date.

Action Parameters

date
string
state
stringDefaults to active

Action Response

data
array
error
string
successful
boolean
Tool to fetch live and historical market news & sentiment. use when you need curated news articles with sentiment scores for specified tickers and topics.

Action Parameters

limit
integerDefaults to 50
sort
stringDefaults to LATEST
tickers
string
time_from
string
time_to
string
topics
array

Action Response

data
object
error
string
successful
boolean
Tool to retrieve historical stock split events for a symbol. use when you need past split dates and ratio details before analyzing corporate actions.

Action Parameters

symbol
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the global sugar price series. use when you need historical monthly, quarterly, or annual sugar prices.

Action Parameters

datatype
stringDefaults to json
interval
stringDefaults to monthly

Action Response

data
object
error
string
successful
boolean
Tool to fetch technical indicators for the specified equity or currency pair. use after obtaining time series to compute moving averages or oscillators.

Action Parameters

datatype
stringDefaults to json
function
stringRequired
interval
stringRequired
month
string
series_type
stringRequired
symbol
stringRequired
time_period
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to fetch global price of wheat. use when you need historical wheat prices in monthly, quarterly, or annual intervals.

Action Parameters

datatype
stringDefaults to json
interval
stringDefaults to monthly

Action Response

Data
object
Meta Data
object
error
string
successful
boolean