Skip to content

Commit

Permalink
Fix key error in example responses
Browse files Browse the repository at this point in the history
  • Loading branch information
frefrik authored Aug 26, 2021
1 parent aca9988 commit 2a0bacd
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,16 +252,18 @@
},
},
"v2": {
"symbol": "ARKK",
"profile": {
"etf_profile": {
"symbol": "ARKK",
"name": "ARK Innovation ETF",
"description": "ARKK is an actively managed ETF that seeks long-term growth of capital by investing under normal circumstances primarily (at least 65% of its assets) in domestic and foreign equity securities of companies that are relevant to the Fund’s investment theme of disruptive innovation.",
"fund_type": "Active Equity ETF",
"inception_date": "2014-10-31",
"cusip": "00214Q104",
"isin": "US00214Q1040",
"website": "https://ark-funds.com/arkk",
"profile": {
"symbol": "ARKK",
"name": "ARK Innovation ETF",
"description": "ARKK is an actively managed ETF that seeks long-term growth of capital by investing under normal circumstances primarily (at least 65% of its assets) in domestic and foreign equity securities of companies that are relevant to the Fund’s investment theme of disruptive innovation.",
"fund_type": "Active Equity ETF",
"inception_date": "2014-10-31",
"cusip": "00214Q104",
"isin": "US00214Q1040",
"website": "https://ark-funds.com/arkk",
},
},
"etf_holdings": {
"symbol": "ARKK",
Expand Down

0 comments on commit 2a0bacd

Please sign in to comment.