Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message from getSymbols.MarketWatch #17

Closed
rabarros01 opened this issue Dec 30, 2023 · 1 comment
Closed

Error message from getSymbols.MarketWatch #17

rabarros01 opened this issue Dec 30, 2023 · 1 comment

Comments

@rabarros01
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants