Skip to content

Commit

Permalink
Add currency to dividends (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpolygon authored Aug 7, 2023
1 parent 797289b commit 7fabf81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polygon/rest/models/dividends.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
class Dividend:
"Dividend contains data for a historical cash dividend, including the ticker symbol, declaration date, ex-dividend date, record date, pay date, frequency, and amount."
cash_amount: Optional[float] = None
currency: Optional[str] = None
declaration_date: Optional[str] = None
dividend_type: Optional[str] = None
ex_dividend_date: Optional[str] = None
Expand Down

0 comments on commit 7fabf81

Please sign in to comment.