STOCK_ALPHAVANTAGE

Get the latest global quote for an equity.

icon of Alpha VantageAlpha Vantage
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
STOCK_ALPHAVANTAGE(symbol
[short]
)
symbol

The stock symbol. For example: "AAPL" or "AMZN".

[optional] short

Boolean indicating whether to return just the elevation or not. Choose either TRUE to get just the exchange rate (default) or FALSE to get additional informations.

Examples

STOCK_ALPHAVANTAGE("AAPL") returns the stock data of Apple in realtime.