RomelTorres / alpha_vantage

A python wrapper for Alpha Vantage API for financial data.
MIT License
4.3k stars 741 forks source link

7. dividend amount #305

Closed Taram1980 closed 3 years ago

Taram1980 commented 3 years ago

Hello After use "ts.get_daily_adjusted(symbol=ticker, outputsize='full')" , i got column "7. dividend amount". I understand this is not a programming issue, but maybe someone explain what this means. Is this numbers in dollars or percentages and ones relative to what, to 1 share or per 1 lot? Thanks

AlphaVantageSupport commented 3 years ago

It is the amount per share (not percentage). Thanks!

Taram1980 commented 3 years ago

Ok. And there are prices per share or per standard lot?

AlphaVantageSupport commented 3 years ago

It is for per share.

Taram1980 commented 3 years ago

Thank you