Bug in TickerBase causing EOD download for counter with dividend to drop today's EOD
# duplicates and missing rows cleanup
df.dropna(how='all', inplace=True)
df = df[~df.index.duplicated(keep='first')]
There needs to be a check before dropping duplicate here cause these are legit when there are dividends or shares splits/consolidation
Date Open High Low Close* Adj Close** Volume
Nov 08, 2022 1.8400 1.8400 1.8200 1.8300 1.8300 160,200
Nov 08, 2022 0.03 Dividend
69th
ranked
