Skip to main content
Skip table of contents

Introduction to RTD links

RTD stands for Real Time Data. With RTD links, the data will update in real time and by default all the quotes are updated every two seconds.

Infront can display live, streaming data or historical data from the Infront Professional Terminal in Microsoft Excel.

Infront also has the option to use DDE (Dynamic Data Exchange) links. Both RTD and DDE links provide access to the same information. RTD, however, is a newer protocol that offers several advantages over DDE, including more flexibility and better performance and reliability.

The Infront Professional Terminal can display live, streaming data or historical data from the Infront Professional Terminal in Microsoft Excel. The rule of thumb is that if the column is available in the Infront Professional Terminal's market windows, custom lists or chains and there is data available, then you should be able to export this data to Excel. Both RTD (Real Time Data) and DDE (Dynamic Data Exchange) links provide access to the same information.

  • RTD requires Excel 2002 or later. For older version of Excel, use DDE links instead.
  • The Infront Professional Terminal must be running in order for the RTD links to return any data; please make sure the Infront Professional Terminal is open and is completely logged in before opening any spreadsheets containing RTD links.

The RTD formula consists of the following elements:

=RTD("ontrade.quotes","","feed code:symbol ticker", "", "field name")

It also supports an equivalent syntax, where the feed and symbol ticker are separate parameters:

=RTD("ontrade.quotes","","feed code", "symbol ticker", "field name")

Element

Description

ontrade.quotes

Infront Professional Terminal's application name for the quotes module.

Feed code

The cell which contains the market feed code.

Symbol ticker

The cell which contains the ticker symbol.

Field name

The cell that contains the name of the field data to display.

In the below example, the formula is requesting the the last price for APPLE on the Nasdaq stock exchange (NSQ):

=RTD("ontrade.quotes","","NSQ:AAPL","","last")

Alternative syntax:

=RTD("ontrade.quotes","","NSQ","AAPL","last")

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.