karlwancl / YahooFinanceApi

A handy Yahoo! Finance api wrapper, based on .NET Standard 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock split question

asorensen48 opened this issue · comments

commented

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

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.