Fastly (FSLY) Property, Plant & Equipment (Net) (2018 - 2026)
Analysis
Fastly (FSLY) Property, Plant & Equipment (Net) (2018 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,833.59 Bn | 3,756.75 Bn | 60.48 Bn | 313.08 Bn |
| 2 | International Business Machines | 212.47 Bn | 163.37 Bn | 9.91 Bn | 5.74 Bn |
| 3 | Cloudflare | 112.40 Bn | 95.93 Bn | 499.52 Mn | 703.21 Mn |
| 4 | Equinix | 99.47 Bn | 88.02 Bn | 1.40 Bn | 25.22 Bn |
| 5 | Nebius | 60.05 Bn | 33.48 Bn | 448.70 Mn | 13.05 Bn |
| 6 | CoreWeave | 48.26 Bn | 35.35 Bn | 1.70 Bn | 46.74 Bn |
| 7 | Verisign | 25.97 Bn | 23.18 Bn | 384.60 Mn | 227.70 Mn |
| 8 | Nutanix | 18.41 Bn | 10.09 Bn | 651.35 Mn | 134.89 Mn |
| 9 | Akamai Technologies | 16.36 Bn | 9.77 Bn | 613.75 Mn | 2.64 Bn |
| 10 | Fastly | 3.97 Bn | 2.60 Bn | 115.95 Mn | 220.35 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 220.35 Mn |
| Mar 31, 2026 | 215.91 Mn |
| Dec 31, 2025 | 186.79 Mn |
| Sep 30, 2025 | 182.90 Mn |
| Jun 30, 2025 | 181.77 Mn |
| Mar 31, 2025 | 177.88 Mn |
| Dec 31, 2024 | 179.10 Mn |
| Sep 30, 2024 | 180.29 Mn |
| Jun 30, 2024 | 177.06 Mn |
| Mar 31, 2024 | 177.57 Mn |
| Dec 31, 2023 | 176.61 Mn |
| Sep 30, 2023 | 171.91 Mn |
| Jun 30, 2023 | 179.05 Mn |
| Mar 31, 2023 | 179.92 Mn |
| Dec 31, 2022 | 180.38 Mn |
| Sep 30, 2022 | 179.08 Mn |
| Jun 30, 2022 | 173.95 Mn |
| Mar 31, 2022 | 174.55 Mn |
| Dec 31, 2021 | 166.96 Mn |
| Sep 30, 2021 | 147.73 Mn |
API Access
Fastly Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=FSLY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "ticker": "FSLY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=property-plant-and-equipment-net&ticker=FSLY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();