diff --git a/mstarpy/funds.py b/mstarpy/funds.py index 3a9aa5c..585c89b 100644 --- a/mstarpy/funds.py +++ b/mstarpy/funds.py @@ -823,12 +823,7 @@ def investmentStrategy(self): >>> Funds("LU0823421689").investmentStrategy() """ - bearer_token = token_investment_strategy() - # header with bearer token - headers = { - "authorization": f"Bearer {bearer_token}", - } - return self.GetData("morningstarTake/investmentStrategy", headers=headers) + return self.GetData("morningstarTake/investmentStrategy") def investmentLookup(self, currency="EUR"): """