summaryrefslogtreecommitdiffstats
path: root/openbb_platform/openbb/package/equity_estimates.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/openbb/package/equity_estimates.py')
-rw-r--r--openbb_platform/openbb/package/equity_estimates.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbb_platform/openbb/package/equity_estimates.py b/openbb_platform/openbb/package/equity_estimates.py
index 23123cccf11..acb91a4164e 100644
--- a/openbb_platform/openbb/package/equity_estimates.py
+++ b/openbb_platform/openbb/package/equity_estimates.py
@@ -44,7 +44,7 @@ class ROUTER_equity_estimates(Container):
Returns
-------
OBBject
- results : Union[Annotated[Union[list, dict], Tag(tag='openbb')], Annotated[FMPPriceTargetConsensus, Tag(tag='fmp')], Annotated[List[YFinancePriceTargetConsensus], Tag(tag='yfinance')]]
+ results : Union[List[PriceTargetConsensus], PriceTargetConsensus]
Serializable results.
provider : Optional[Literal['fmp', 'yfinance']]
Provider name.
@@ -133,7 +133,7 @@ class ROUTER_equity_estimates(Container):
Returns
-------
OBBject
- results : Union[Annotated[Union[list, dict], Tag(tag='openbb')], Annotated[List[FMPAnalystEstimates], Tag(tag='fmp')]]
+ results : List[AnalystEstimates]
Serializable results.
provider : Optional[Literal['fmp']]
Provider name.
@@ -262,7 +262,7 @@ class ROUTER_equity_estimates(Container):
Returns
-------
OBBject
- results : Union[Annotated[Union[list, dict], Tag(tag='openbb')], Annotated[List[BenzingaPriceTarget], Tag(tag='benzinga')], Annotated[List[FMPPriceTarget], Tag(tag='fmp')]]
+ results : List[PriceTarget]
Serializable results.
provider : Optional[Literal['benzinga', 'fmp']]
Provider name.