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<String> peers = iexTradingClient.executeRequest(new PeersRequestBuilder() .withSymbol("AAPL") .build()); System.out.println(peers);
[MSFT, NOK, IBM, HPQ, GOOGL, XLK]