Updating quotes automatically for securities through Euronext

Forget euronext to get rates for PP, it won’t work (nailed down with a bunch of js, POST requests etc).

That’s not true.

If you search for NLBNPIT25EF1 you will find

https://www.marketscreener.com/quote/certificate/PHOENIX-SNOWBALL-WORST-OF-172905822/graphics/

You can use the number 172905822 from marketscreener on zonebourse.com in the following way:

https://www.zonebourse.com/mods_a/charts/TV/function/history?from={TODAY:unixtime:-P12M}&to={TODAY:unixtime}&symbol=172905822&resolution=D&requestType=GET&src=itfp
$.t[*]
$.c[*]

The parts {TODAY:unixtime:-P12M} and {TODAY:unixtime} are interpreted by PP, so the URL cannot be used in a browser.

If you want to see an example result in a browser, use something like this:

https://www.zonebourse.com/mods_a/charts/TV/function/history?from=1733742000&to=1735556400&symbol=172905822&resolution=D&requestType=GET&src=itfp
1 Like