Total Debt USD (Historical)
Returns the historical total interest-bearing debt converted to US dollars. Essential for comparing debt levels across companies that report in different currencies.
Parameters
| Parameter | Required | Description |
|---|---|---|
| Symbol | Yes | Stock ticker symbol (e.g., AAPL, TOYOTA) |
| Year | Yes | Fiscal year (2023) or period code (lq, ly) |
| Quarter | No | Quarter number 1-4 (default: 1) |
| TTM | No | Set to "TTM" for trailing twelve months |
Currency Conversion
- Uses period-end exchange rates
- For US companies, same as local currency version
- Enables apples-to-apples debt comparison globally
- Exchange rate fluctuations affect USD values
Notes
- Interest-bearing debt only
- USD-normalized for global comparison
- Identical to local currency for US companies
- Use for consistent global screening
Syntax
=hf_Total_Debt_USD(Symbol, Year, [Quarter], [TTM])Parameters
symbolstringRequired
Stock ticker symbol
yearstringRequired
Fiscal year or period code (e.g., 2023, lq, ly)
quarterstring
Calendar quarter (1-4)
TTMstring
Set to 'TTM' for trailing twelve months
Returns
number
Total debt in USD
Examples
=hf_Total_Debt_USD("AAPL", 2023, 4)=hf_Total_Debt_USD("TOYOTA", "ly")=hf_Total_Debt_USD("SAP", 2023, , "TTM")=hf_Total_Debt_USD(A1, B1, C1)When to Use
- Comparing debt across currencies
- Global leverage screening
- International portfolio analysis
- Currency-neutral debt comparison
- Cross-border company analysis
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Need local currency debt | hf_Total_Debt() |
| Need total liabilities | hf_Total_Liabilities() |
| Need cash in USD | hf_Cash_and_Equivalents_USD() |
| Need enterprise value | EnterpriseValue() |
Common Issues & FAQ
How do I calculate net debt in USD?
Net Debt USD = Total Debt USD - Cash USD: =hf_Total_Debt_USD("SAP","lq") - hf_Cash_and_Equivalents_USD("SAP","lq")
Why might USD debt change even if local debt is stable?
Exchange rate movements. A Euro-denominated debt will have different USD values as EUR/USD changes.
Which version should I use for US companies?
Either - they're identical. Use USD version for consistency in global comparisons.
Related Formulas
More MarketXLS Historical Fundamentals formulas you can use in the same worksheet:
- Total Fixed Assets (Historical)
- Total Liabilities And Stock Equity (Historical)
- Total Liabilities As A Percentage Of Total Assets (Historical)
- Total Ordinary Shares (Historical)
- Trade And Non Trade Payables (Historical)
- Trade And Non Trade Receivables (Historical)
- Treasury Shares (Historical)
- Treasury Stock (Historical)
