Skip to content

Symbols

Wojciech Zankowski edited this page Nov 25, 2017 · 1 revision

Example

final IEXTradingClient iexTradingClient = IEXTradingClient.create();
final List<ExchangeSymbol> exchangeSymbolList = iexTradingClient.executeRequest(new SymbolsRequestBuilder()
		.build());
System.out.println(exchangeSymbolList);

Response

[ExchangeSymbol {
		symbol = ABM,
		name = ABM Industries Incorporated,
		date = 2017 - 11 - 24,
		isEnabled = true,
		type = cs,
		iexId = 29
	}
]
Clone this wiki locally