Streaming Functions

Stream real-time market data directly to Excel cells with Quotemedia's streaming functions.

What are Streaming Functions?

The function to use to stream the real-time data is =qm_stream_Value("Last", "Symbol"). Instead of the Last price you can also put in bid, ask, volume or another value supported by Quotemedia Quote service.

Simplified Functions

To make it easier for you, we have also created some extra functions which only take one argument which is the symbol. So, instead of using =qm_stream_value("last","symbol"), you can also use =qm_stream_last("symbol").

Available Functions

To see the list of all streaming functions simply start typing in any Excel cell

. Excel will then show you all the functions available like shown below:

How to stream real time data with Quotemedias Marketxls addon 2

Visual Feedback

The cells will change their color by default depending on the arriving values, providing instant visual feedback on market movements.

Category: Quotemedia Stream Real-Time Functions

Important:

This category of functions results in values changing by themselves without you having to Refresh the data. A connection is made in the background to the servers and whenever the new data points arrive its shown in the cell.

Function Format

The prefix for functions in this category is:

The main function in this category is =qm_stream_value("What do you want to stream", "For which symbol you want to stream"). For example, to stream the last price of a stock type =qm_stream_value("last", "symbol")

Shorthand Functions

Just like in =qm_value function we have pre-packaged if you like some of the commonly streamed values as extra functions that take only one argument which is the symbol.

Example:

=qm_stream_value("last","symbol")is same as=qm_stream_last("symbol")

Available Data Points

Last Price

Get the last traded price

Bid Price

Get the current bid price

Ask Price

Get the current ask price

Volume

Get the trading volume

Key Features

  • Automatic Updates: Data refreshes automatically without manual intervention
  • Background Connection: Maintains server connection for continuous data flow
  • Visual Indicators: Cells change color based on value changes
  • Multiple Data Points: Stream various market data types (price, volume, bid, ask, etc.)
  • Easy to Use: Simple function syntax with symbol as the only required argument