arbuzovv / rusquant

Official version of rusquant package for R
http://rusquant.ru
GNU General Public License v3.0
45 stars 20 forks source link

Error message from getSymbols.MarketWatch #17

Closed rabarros01 closed 6 months ago

rabarros01 commented 11 months ago

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

arbuzovv commented 6 months ago

Try new version >= 1.1.0. and command getSymbols.MarketWatch("VXF25",market = 'future',from = "2023-12-01", to = "2024-05-27")