update webscrapping link in matlab
Budget: €8 – €30 EUR
Hi,
I have a function in matlab that returns a list of all the links of a csv file for a given year.
The website has slightly changed and i need to have the matlab function updated.
The website is :
https://www.cboe.com/us/futures/market_statistics/historical_data/
the html will return a text containing an object starting by:
CTX.defaultProductList = {"2023":[{"product_display":"VX+VXT/F3","expire_date":"2023-01-18","contract_dt":"2023-01-18","futures_root":"VX","duration_type":"M","path":"data/us/futures/market_statistics/historical_data/VX/VX_2023-01-18.csv"}
the matlab function will return a cell containing in the first column the content of "path" (data/us/futures/market_statistics/historical_data/VX/VX_2023-01-18.csv), and on the second row the content of "product_display"(VX+VXT/F3).
the function in matlab is attached
I have a function in matlab that returns a list of all the links of a csv file for a given year.
The website has slightly changed and i need to have the matlab function updated.
The website is :
https://www.cboe.com/us/futures/market_statistics/historical_data/
the html will return a text containing an object starting by:
CTX.defaultProductList = {"2023":[{"product_display":"VX+VXT/F3","expire_date":"2023-01-18","contract_dt":"2023-01-18","futures_root":"VX","duration_type":"M","path":"data/us/futures/market_statistics/historical_data/VX/VX_2023-01-18.csv"}
the matlab function will return a cell containing in the first column the content of "path" (data/us/futures/market_statistics/historical_data/VX/VX_2023-01-18.csv), and on the second row the content of "product_display"(VX+VXT/F3).
the function in matlab is attached