-
Notifications
You must be signed in to change notification settings - Fork 46
Symbols
Wojciech Zankowski edited this page Nov 25, 2017
·
1 revision
final IEXTradingClient iexTradingClient = IEXTradingClient.create();
final List<ExchangeSymbol> exchangeSymbolList = iexTradingClient.executeRequest(new SymbolsRequestBuilder()
.build());
System.out.println(exchangeSymbolList);
[ExchangeSymbol {
symbol = ABM,
name = ABM Industries Incorporated,
date = 2017 - 11 - 24,
isEnabled = true,
type = cs,
iexId = 29
}
]