JerBouma/ThePassiveInvestor

Error: Not able to collect data for V00

AlonsoFU opened this issue · 3 comments

Hi!

While running the code, with the required libraries, send me this error:

"Not able to collect data for V00"

The code is just the one in the description:

import thepassiveinvestor as pi

Collect data from a specific ETF

vanguard_sp500 = pi.collect_data('V00')

Much thanks in advance

Seems to be an issue from YahooFinance, also see: ranaroussi/yfinance#1729. Unfortunately we will have to wait until this issue is resolved.

Thanks for the response :) !

This should be resolved, note that you wrote V00 while it should be VOO instead:

image