I have been trying to use the function "getSymbols.MarketWatch" to retrieve data on CBOE VIX Futures contracts (symbols: "VX.1", "VXF24"), but I get the following error message after inserting the command below:
getSymbols.MarketWatch("VXF24", env = globalenv(), from = "2020-01-01", to = "2023-12-27")
Hello,
I have been trying to use the function "getSymbols.MarketWatch" to retrieve data on CBOE VIX Futures contracts (symbols: "VX.1", "VXF24"), but I get the following error message after inserting the command below:
getSymbols.MarketWatch("VXF24", env = globalenv(), from = "2020-01-01", to = "2023-12-27")
Downloaded 99085 bytes...Error in curl::curl_download(input, tmpFile, mode = "wb", quiet = !showProgress) : HTTP error 404.
Any idea of why this is happening and how to deal with it so that the data can be obtained?
Many thanks, rabarros01