The <Quote> Element

Description

Defines a sub-query of the <Quotes> element, requesting a single issue by ticker code.

<Quote
    exchange = exchange
    ticker = ticker
    ticker-type = ticker type
    date-start = datetime
    date-end = datetime
    mode = "literal"
    changes-since = date
    delivery-type = "string"
    realtime = boolean />

Attributes

Attribute nameData typeDescription
exchange Requiredexchange Tells the TBXDS engine to return quotes from this exchange.
ticker Requiredticker Tells the TBXDS engine to return quotes with this ticker identifier set.
ticker-type Optionalticker type Which type of ticker classification you wish to use for your request. If this value is omitted, the value of ticker-type will be used.
date-start Optionaldatetime Gives the date (and time) from when quotes should be returned, and before which quotes should be ignored. This attribute is also used to retrieve historical price data (in combination with date-end). You need a subscription to historical price data for this attribute to work.
date-end Optionaldatetime Gives the date up to when quotes should be returned. This setting is used in combination with date-start to return historical price information.

Note The realtime attribute has no effect in combination with this attribute.

mode Optionalliteral (Value = "default|changes|summary|trade")

The output mode; "default" and "changes" generate a structured <Issue> node, and "summary" and "trade" simple <Issue> (bulk) nodes, though with different content.
changes-since Optionaldate In combination with mode changes, the date from when changes are requested.
delivery-type Optionalstring

Indicates what kind of quotes you want to receive: real-time (realtime), delayed (delay) or end of day (endofday).

You need a subscription for the particular kind you request.

realtime Optionalbooleanyes is equivalent to delivery-typerealtime.

Number of occurences

Unlimited

Occurs within

<Quotes> | <TBMDataRequest>

Can contain

None (element is closed).

See also

<Quote> (collection) | <BookDepth> | <Quote> (response) | <TickerType> | ticker-type