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 name | Data type | Description |
---|---|---|
exchange Required | exchange | Tells the TBXDS engine to return quotes from this exchange. |
ticker Required | ticker | Tells the TBXDS engine to return quotes with this ticker identifier set. |
ticker-type Optional | ticker 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 Optional | datetime | 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 Optional | datetime |
Gives the date up to when
quotes should be returned. This setting is used
in combination with date-start to return
historical price information.
|
mode Optional | literal | (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 Optional | date | In combination with mode changes, the date from when changes are requested. |
delivery-type Optional | string | 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 Optional | boolean | yes is equivalent to delivery-typerealtime. |