The SymbolFromAlternateSymbologyRequest object is used as an input in GetSymbolFromAlternateSymbology API. This API is used to fetch Symbols using SEDOL, CUSIP or ISIN code.
SymbolFromAlternateSymbologyRequest
| Field Name | Data Type | Accepted Values/Examples |
|---|---|---|
| Symbol | string | Valid ticker symbol (e.g., AAPL, IBM, VOD.LSE) |
| SymbolInfo | AlternateSymbology | Refer to the section AlternateSymbology |
| Symbols | repeated string |
Valid ticker symbols (e.g., AAPL, IBM, VOD.LSE). This field takes precedence over Symbol field. |
| UserToken | string | A server generated GUID that is given as response to the client during the first login |