Skip to main content

Get Quotes

Synopsis

This operator communicates with Spring Financial server and gets a stream of real-time quotes of each input symbol.

Description

This operator will connect and fetch real-time quotes from the Spring Financial Server for a list of input symbols. Symbols can be received from the Get Quote Symbols operator. The Get Quotes operator may need some time (at least a few seconds) as the streamed data comes from different sources. This operator outputs a collection of ExampleSets, each representing a list of real-time quotes for an input symbol(s). The order information for each quote is provided in the annotation. This provides the reference to the stock exchange and symbol, for which the quotes are retrieved. This operator is intended for examining and collecting data in RapidMiner. To use it as part of a streaming process, use Quote or Depth Stream operator.

Input

con

Connection to the Spring Financial data server.

example set of symbols

ExampleSet representing a list of quote symbols.

Output

collection of real time quotes

Collection of ExampleSets, each representing a list of real-time quotes for an input symbol.

Parameters

Stream time (ms)

Time (in milliseconds) spent on receiving streaming data per input symbol. Received data represents real-time quotes. This may take a few seconds. If no results are received for shorter times, try with increased value.

Disconnect time (ms)

Time (in milliseconds) to gracefully disconnect from the server.