I would like to automate in SWI Prolog the manual download of a CSV file delivered from this page on the Euronext web site. Manually, in this example, it can be done clicking on the blue arrow on top of the date/time column. For sure, there are solutions in other languages but i want to stay within a SWI Prolog solution ... Any idea on how to do it ?
The funny stuff with financial data is that there are many pages whose data and figures can then be easily grabbed with DOM + Xpath. And my question here is on how to automate the picking of the referential too. The same process applies on many other sites / subjects.