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 before after data is always zero

libu1129 opened this issue · comments

symbol = DOV

solution

internal static SplitTick ToSplitTick(string[] row)

var split = row[1].Split('/');
=>
var split = row[1].Split(':');

@dshe does your api support stock splits and company buyouts etc?

dividends and splits are supported