Skip to content

Historical Daily

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

Example

final IEXTradingClient iexTradingClient = IEXTradingClient.create();
final List<HistoricalDailyStats> historicalDailyStatsList = iexTradingClient.executeRequest(new HistoricalDailyStatsRequestBuilder()
		.withLast(10)
		.build());
System.out.println(historicalDailyStatsList);

Response


Clone this wiki locally