sstrickx / yahoofinance-api

Java Client API for Yahoo Finance
MIT License
507 stars 222 forks source link

Some non US stocks have no dividend yield information #115

Closed vadimjouk closed 6 years ago

vadimjouk commented 6 years ago

Some non US stocks have no dividend yield information, for example IFX.DE BPE5.DE RDSA.AS This is becouse you returns empty StockDividend if dividendDate is missing, but trailingAnnualDividendRate and trailingAnnualDividendYield are presented, please fill this values in StockDividend object

vadimjouk commented 6 years ago

I fixed this and created a Pull request

vadimjouk commented 6 years ago

Great, thanks!

sstrickx commented 6 years ago

Now released in 3.12.3