summaryrefslogtreecommitdiffstats
path: root/openbb_platform/providers/fmp/openbb_fmp/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/providers/fmp/openbb_fmp/__init__.py')
-rw-r--r--openbb_platform/providers/fmp/openbb_fmp/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbb_platform/providers/fmp/openbb_fmp/__init__.py b/openbb_platform/providers/fmp/openbb_fmp/__init__.py
index e8602091d5e..d822dcbee4f 100644
--- a/openbb_platform/providers/fmp/openbb_fmp/__init__.py
+++ b/openbb_platform/providers/fmp/openbb_fmp/__init__.py
@@ -40,6 +40,7 @@ from openbb_fmp.models.etf_search import FMPEtfSearchFetcher
from openbb_fmp.models.etf_sectors import FMPEtfSectorsFetcher
from openbb_fmp.models.executive_compensation import FMPExecutiveCompensationFetcher
from openbb_fmp.models.financial_ratios import FMPFinancialRatiosFetcher
+from openbb_fmp.models.forward_eps_estimates import FMPForwardEpsEstimatesFetcher
from openbb_fmp.models.historical_dividends import FMPHistoricalDividendsFetcher
from openbb_fmp.models.historical_employees import FMPHistoricalEmployeesFetcher
from openbb_fmp.models.historical_eps import FMPHistoricalEpsFetcher
@@ -108,6 +109,7 @@ fmp_provider = Provider(
"EtfSectors": FMPEtfSectorsFetcher,
"ExecutiveCompensation": FMPExecutiveCompensationFetcher,
"FinancialRatios": FMPFinancialRatiosFetcher,
+ "ForwardEpsEstimates": FMPForwardEpsEstimatesFetcher,
"HistoricalDividends": FMPHistoricalDividendsFetcher,
"HistoricalEmployees": FMPHistoricalEmployeesFetcher,
"HistoricalEps": FMPHistoricalEpsFetcher,