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

Yahoo Finance split ratio is inverted #265

Closed
joshuaulrich opened this issue Mar 23, 2019 · 0 comments
Closed

Yahoo Finance split ratio is inverted #265

joshuaulrich opened this issue Mar 23, 2019 · 0 comments
Assignees
Labels

Comments

@joshuaulrich
Copy link
Owner

Yahoo Finance is currently returning the actual split ratio now, instead of it's multiplicative inverse (as it had in the past). For example, this Stackoverflow answer from 2016 shows the split data as 0.5:

quantmod::getSplits("RELIANCE.NS")
#            RELIANCE.NS.spl
# 1997-10-27             0.5
# 2009-11-26             0.5

The data is currently:

quantmod::getSplits("RELIANCE.NS")
#            RELIANCE.NS.spl
# 1997-10-27               2
# 2009-11-26               2
# 2017-09-07               2

This Stackoverflow question from 2013 is another example of what the split data used to be for AAPL.

@joshuaulrich joshuaulrich added this to the Release 0.4-14 milestone Mar 23, 2019
@joshuaulrich joshuaulrich self-assigned this Mar 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant