diff options
Diffstat (limited to 'services')
| -rw-r--r-- | services/data_service.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/data_service.py b/services/data_service.py index e3f46cc..67f2e7b 100644 --- a/services/data_service.py +++ b/services/data_service.py @@ -602,7 +602,7 @@ def get_balance_sheet_bridge_items(ticker: str) -> dict: Uses the same raw balance-sheet rows shown in the Financials tab so DCF equity-value bridging reconciles with the visible statements. """ - df = get_balance_sheet(ticker, quarterly=False) + df = get_balance_sheet(ticker, quarterly=True) if df is None or df.empty: return { "total_debt": 0.0, |
