karlwancl / YahooFinanceApi

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DividendDate issue

stagnoman opened this issue · comments

Hi there,
quick question. DividendDate is wrong even after converting it from unix.
let's make an example. If I call symbol "LAMR", the right ex-dividend date is 18-03-2021 while YahooFinanci API returns the long value 1617148800 equals to 30-03-2021 after FromUnixTimeMilliseconds NodaTime conversion.
Where I am wrong?
Many Thks for your help
Regards
LUCA