aboutsummaryrefslogtreecommitdiff
path: root/services/data_service.py
diff options
context:
space:
mode:
Diffstat (limited to 'services/data_service.py')
-rw-r--r--services/data_service.py2
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,