Skip to content

Commit

Permalink
feat: add analyst report to tabular
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubPluta committed Mar 30, 2024
1 parent 5a36c18 commit 65b82cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etfpy/analytics/tabular_etf.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def info(self):
"Niche",
"Strategy",
"Weighting Scheme",
"Analyst Report",
]
data = {
k[:-1] if k.endswith(":") else k: v
Expand Down

0 comments on commit 65b82cf

Please sign in to comment.