c0d3m0nk3y

Results 20 comments of c0d3m0nk3y

> I have the api as a dependency in my Maven project. How can I modify the QuotesRequest class as you have above? I do not know where to find...

> 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? It could depend on the country that...

Don't know what else to say. Works for me (cookie is an empty string, though). ![image](https://user-images.githubusercontent.com/32152103/233304129-0a366d6c-9584-4106-a0d2-8b3e191e80e6.png)

Yeah, since yesterday. This fixed it for me: ![image](https://github.com/sstrickx/yahoofinance-api/assets/32152103/6907713c-77e8-45dd-8dfe-a15d9e3c131e) You might also have to be on Java 1.8 to set the user agent like that. I've tried a newer Java...

@SamSambuka This is how I did it. Did not have to change QuotesRequest to make it work. ![image](https://github.com/sstrickx/yahoofinance-api/assets/32152103/8c2fdc05-1411-47d1-bd0b-3be25d036e0a) Big thanks to @pktczwd and everybody else who provided assistance!

> @code-monkey-101 could you show your code for the cookie portion as well? I didn't (have to) make any changes to setCookie. This is the only change I made for...

Just as a side note, by accident I discovered today that with Java 21 I got 404 (or 401, don't remember) but Java 1.8 worked fine. Maybe Java 21 doesn't...

> I'm having the same problem. It seems Yahoo API is not open anymore :( I'm afraid, it seems you are right. The response I am getting is this ![image](https://github.com/user-attachments/assets/a18cdd98-8937-4b7c-b2bd-bc225ce9c5a7)...

For reference, see also discussion on a similar github project: https://github.com/ranaroussi/yfinance/discussions/2318

Like Kosmokleaner has already mentioned, UE has an interesting convolution bloom implementation by David Hill. I highly recommend watching this video on youtube where he explains it: https://www.youtube.com/watch?v=SkJgopq-JQA