Retrieving stock quotes via stooq in 5.2

Dear Community,

I use stooq to retrieve stock quotes. As stooq.com welcomes you with a cookie banner it is necessary to act on that banner to get the actual quote. In version 5.1.3 and earlier this could be achieved by visiting the page with konqueror and setting the cookie configuration there. Since kmymoney switched to alkimia this is no longer possible. As a workaround I now use a script that retrieves the webpage via curl and also provides a cookie-file to curl that I previously extracted via firefox. This works OK, but it is not very “nice”. Does anyone have a nicer solution for this?