Skip to content

Commit

Permalink
Update financials.py
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpolygon authored Aug 27, 2024
1 parent 9cbb84b commit b9a02d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polygon/rest/models/financials.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,5 +448,5 @@ def from_dict(d):
source_filing_url=d.get("source_filing_url", None),
start_date=d.get("start_date", None),
sic=d.get("sic", None),
tickers=d.get("tickers", None)
tickers=d.get("tickers", None),
)

0 comments on commit b9a02d4

Please sign in to comment.