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

Example

final IEXTradingClient iexTradingClient = IEXTradingClient.create();
final List<TOPS> tops = iexTradingClient.executeRequest(new TopsRequestBuilder()
		.withSymbol("AAPL")
		.build());
System.out.println(tops);

Response


Clone this wiki locally