[ojAlgo-user] Verify downloading Yahoo Finance historical data from differentnt locations
Mathematics, linear algebra and optimisation
Brought to you by:
apete
From: Anders P. <an...@op...> - 2018-12-11 14:30:36
|
https://github.com/optimatika/ojAlgo-finance/issues/10 It's now possible to download historical data from Yahoo Finance again. That is, it works for me.... I'm in Sweden. Possibly it works for everyone in the EU - I don't know - but I do know that it doesn't work if you're outside the EU (like Switzerland or India). Please run this test case and report here if you have any new info regarding from where it works. https://github.com/optimatika/ojAlgo-finance/blob/develop/src/test/java/org/ojalgo/finance/data/fetcher/YahooFetcherTest.java If the test case fails then please debug to try and find out where/how it goes wrong. When you do that it's very helpful to run the http communication through a proxy that lets you see all requests, responses, cookies, redirects and whatever. One such tool that works great is Charles: https://www.charlesproxy.com It's a commercial product, but they offer a free trial. |