Revenue USD (Historical)
Returns the company's revenue converted to US dollars. Useful for comparing international companies that report in different currencies.
Notes
- Revenue translated to USD
- Useful for comparing global companies
- Exchange rate as of reporting period
- Eliminates currency comparison issues
Examples
=hf_Revenue_USD("AAPL", 2023)=hf_Revenue_USD("MSFT", 2023, 2)=hf_Revenue_USD("GOOGL", "lq")=hf_Revenue_USD("TSLA", "ly")=hf_Revenue_USD(A1, B1, C1)When to Use
Global company comparisons, USD-normalized analysis, international peer comparison
When NOT to Use
| Need local currency revenue | hf_Revenue() |
Common Issues & FAQ
Q: What year formats are accepted? A: Use numeric years (2023) or period codes: lq (last quarter), ly (last year), lt (last twelve months), lq-1 (quarter before last).
Q: Why am I getting "NA"? A: The company may not report this metric, or data may not be available for the requested period.
Q: What's the difference between quarterly and TTM? A: Quarter shows one quarter's data. TTM (trailing twelve months) sums the last 4 quarters.
