We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
final IEXTradingClient iexTradingClient = IEXTradingClient.create(); final List<HIST> histList = iexTradingClient.executeRequest(new HistRequestBuilder() .withDate(LocalDate.of(2017, 5, 15)) .build()); System.out.println(histList);