You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are recieving incomplete data for the Index CSI 300 (000300.SS), the last data point is from the end of September 2024.
getSymbols("000300.SS",src="yahoo", from=last_open_day_previous_year, to=today)
probably a timezone issue w/ the way yahoo is indexing the current month, as this will get you the data: getSymbols("000300.SS",src="yahoo", from="2023-12-30", to=Sys.Date()+1)
Hello,
We are recieving incomplete data for the Index CSI 300 (000300.SS), the last data point is from the end of September 2024.
getSymbols("000300.SS",src="yahoo", from=last_open_day_previous_year, to=today)
https://finance.yahoo.com/quote/000300.SS/
Is this a yahoo finance issue or can it be resolved within the quantmod package?
Best regards from Switzerland
Simon
PS. Awesome package, btw, very useful for our projects
The text was updated successfully, but these errors were encountered: