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

Incomplete Data CSI 300 Index #424

Open
awpsimon opened this issue Oct 8, 2024 · 1 comment
Open

Incomplete Data CSI 300 Index #424

awpsimon opened this issue Oct 8, 2024 · 1 comment

Comments

@awpsimon
Copy link

awpsimon commented Oct 8, 2024

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

@ethanbsmith
Copy link
Contributor

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)

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