Digital Realty Trust (DLR) FCF Margin (2009 - 2026)
Digital Realty Trust (DLR) posted FCF Margin of 7.72% for Q2 2026, up 137.41% on a QoQ basis from 20.65% in Q1 2026, and up 1195.0% year-over-year from 0.6% in Q2 2025.
Digital Realty Trust (DLR) FCF Margin (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported FCF Margin for 18 years, with the latest figure at 7.72% in Q2 2026.
- On a quarterly basis, FCF Margin rose 1195.0% year-over-year to 7.72% in Q2 2026; TTM through Jun 2026 was 7.48%, a 348.0% increase from a year earlier, with the FY2025 full-year figure at 12.58%, down 232.0% from the prior year.
- FCF Margin was 7.72% for Q2 2026 at Digital Realty Trust, up from 20.65% in the prior quarter.
- The five-year high for FCF Margin was 7.72% in Q2 2026, with the low at 52.73% in Q3 2023.
- Average FCF Margin over 5 years is 18.12%, with a median of 18.99% recorded in 2025.
- The sharpest annual moves came in 2023 and 2024: FCF Margin sank 3032 bps in 2023, then soared 4595 bps in 2024.
- Over 5 years, FCF Margin stood at 35.13% in 2022, then dropped by 24 bps to 43.58% in 2023, then jumped by 105 bps to 2.37% in 2024, then sank by 830 bps to 17.33% in 2025, then surged by 145 bps to 7.72% in 2026.
- The last three FCF Margin figures came in at 7.72% (Q2 2026), 20.65% (Q1 2026), and 17.33% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 7.72% |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 7.72% |
| Mar 31, 2026 | -20.65% |
| Dec 31, 2025 | -17.33% |
| Sep 30, 2025 | -2.19% |
| Jun 30, 2025 | -4.23% |
| Mar 31, 2025 | -27.58% |
| Dec 31, 2024 | 2.37% |
| Sep 30, 2024 | -15.02% |
| Jun 30, 2024 | -6.06% |
| Mar 31, 2024 | -23.07% |
| Dec 31, 2023 | -43.58% |
| Sep 30, 2023 | -52.73% |
| Jun 30, 2023 | -12.12% |
| Mar 31, 2023 | -29.05% |
| Dec 31, 2022 | -35.13% |
| Sep 30, 2022 | -22.41% |
| Jun 30, 2022 | -3.72% |
| Mar 31, 2022 | -21.38% |
| Dec 31, 2021 | -28.87% |
| Sep 30, 2021 | -23.55% |
Digital Realty Trust FCF Margin API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=fcf-margin&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "ticker": "DLR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=fcf-margin&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();