diff --git a/fmpsdk/__init__.py b/fmpsdk/__init__.py index de5cc4e..9a5b920 100644 --- a/fmpsdk/__init__.py +++ b/fmpsdk/__init__.py @@ -65,6 +65,7 @@ upgrades_downgrades, price_target, price_target_consensus, + stock_peers, ) from .cryptocurrencies import ( available_cryptocurrencies, @@ -201,7 +202,8 @@ "stock_screener", "delisted_companies", "stock_news", - "social_sentiments" "earnings_surprises", + "social_sentiments", + "earnings_surprises", "sec_filings", "press_releases", "earning_calendar", @@ -289,6 +291,7 @@ "upgrades_downgrades", "price_target", "price_target_consensus", + "stock_peers", # bulk apis "bulk_historical_eod", "bulk_profiles",