TBXDS documentation
Home
General Information
Examples
An Example Using ISIN Codes
next topic
An Example Using ISIN Codes
Suppose, you'd want the quote identifiers for both the response and the request XML files to be encoded with the ISIN codes, rather than the default TBMALFA codes, you could create the following XML request:
<?xml version="1.0"?>
<TBMDataRequest version="3.5" user-name="TBXDS" ticker-type="ISIN">
<Quotes>
<Quote ticker="NL0000386597" exchange="AEX"/>
</Quotes>
</TBMDataRequest>
Because the default input ticker type is set to ISIN, the response ticker type will also be ISIN.
Copyright 2023 Infront Netherlands