karlwancl / YahooFinanceApi

A handy Yahoo! Finance api wrapper, based on .NET Standard 2.0
MIT License
160 stars 58 forks source link

Stock split question #71

Open asorensen48 opened 7 months ago

asorensen48 commented 7 months ago

I notice that a stock split like 3:1 (i.e. 3 for 1) is recorded as BeforeSplit=3, AfterSplit=1. Is this reversed?

clehnert commented 4 months ago

Same question here. It looks reversed. In June, NVDA had a 10:1 split. So every 1 stock you had before the split, you get 10 stocks after the split. The API says BeforeSplit = 10, AfterSplit = 1.