...a in Eikon
Hello, wondering how I can get the metadata for these:
IPO-GRA.AX
M2M.AX
DBO.AX
IPO-VER.AX
IPO-LUK.AX
IPO-TURG.V
Using this code:
TimeSeriesSvc.Metadata.BatchInstrumentMetadata(
"IPO-GRA.AX",
InstrumentMetadataTypes.Common | InstrumentMetadataTypes.Holiday |
InstrumentMetadataTypes.TradingSession,
Data => OnMetaData(Data, "IPO-GRA.AX" ),
Error => OnMetaData(Error, "IPO-GRA.AX" ));
Returns:
The OnMetaData Error callback is always called with an RequestErrorType.Unspecified Error type.
Any help is much appreciated, thanks,
nick