Open ik9999 opened 3 years ago
Code:
Stock tesla = YahooFinance.get("ENT.L", true); List<HistoricalQuote> teslaHistQuotes = tesla.getHistory(); for (HistoricalQuote histQuote : teslaHistQuotes) { System.out.println(histQuote); }
Output:
ENT.L@2021-01-22: 1249.500000-1288.500000, 1269.000000->1280.000000 (1280.000000)
There are much more candles for ENT.L on yahoo finance website.
Code:
Output:
There are much more candles for ENT.L on yahoo finance website.