Skip to content

Market Book

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

Example

final IEXTradingClient iexTradingClient = IEXTradingClient.create();
final Map<String, Book> books = iexTradingClient.executeRequest(new BookRequestBuilder()
		.withSymbol("AAPL")
		.withSymbol("SNAP")
		.build());
System.out.println(books);

Response


Clone this wiki locally