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

Example

final IEXTradingClient iexTradingClient = IEXTradingClient.create();
final DEEP deep = iexTradingClient.executeRequest(new DeepRequestBuilder()
		.withSymbol("AAPL")
		.build());
System.out.println(deep);

Response


Clone this wiki locally