diff --git a/openbb_service.py b/openbb_service.py index bdcd825..f6f5d92 100644 --- a/openbb_service.py +++ b/openbb_service.py @@ -106,7 +106,7 @@ async def get_financials(symbol: str) -> dict: async def get_price_target(symbol: str) -> float | None: try: result = await asyncio.to_thread( - obb.equity.estimates.price_target, symbol, provider=PROVIDER + obb.equity.estimates.price_target, symbol, provider="fmp" ) items = _to_dicts(result) if items: