playinlab.com
playinlab.com
Previous close is wrong for majority of data. For example: adidas AG (ADS.DE) On summary tab Previous Close is 148.30 fast_info.previous_close returns 145.28 Data on historical data are not the...
I have the same problem: Caused by: java.io.IOException: Server returned HTTP response code: 401 for URL: https://query1.finance.yahoo.com/v7/finance/quote?symbols=..... at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1913) ~[na:na] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509) ~[na:na] at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527) ~[na:na] at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:329) ~[na:na] at...
I added params.put("crumb", CrumbManager.getCrumb()); I still got the same error. "crumb=" is added to URL. Should not this crumb parameter be empty? java.io.IOException: Server returned HTTP response code: 401 for...
The problem is that crumb is not generated in the function. If I manually use URL https://query1.finance.yahoo.com/v1/test/getcrumb in browser, than I got a crumb. The code below does not return...
I tried also with chatGPT code and crumb is not returned URL url = new URL("https://query1.finance.yahoo.com/v1/test/getcrumb"); HttpURLConnection con = (HttpURLConnection) url.openConnection(); con.setRequestMethod("GET"); con.setRequestProperty("User-Agent", "Mozilla/5.0"); BufferedReader in = new BufferedReader(new InputStreamReader(con.getInputStream()));...
Hi, I tried to use windscribe vpn. I found out that it did not work from Europe(Vienna, Oslo, Zagreb) but it worked from Tokyo and US. Then I tried also...
Hi, I have the same issue (HTTP response code: 429). Is it possible to download a working YahooFinanceAPI-3.18.0-SNAPSHOT.jar somewhere? Best regards, Primož
Hi, Can you at least attach the files which were changed in your working solution please (CrumbManager.java, QuoteRequest.java...). I tried many different things but I can not get data from...
Hi guys, I solved the problem. Thanks @pktczwd for your hint. Best regards, Primož