Fermi (FRMI) Notes Payables (2025)
Fermi's (FRMI) quarterly Notes Payables came in at $154.0 million in Q3 2025.
Analysis
Fermi (FRMI) Notes Payables (2025) Analysis & Trends
Fermi has disclosed Notes Payables across 1 years of filings, most recently posting $154.0 million for Q3 2025.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Digital Realty Trust | 68.96 Bn | 68.66 Bn | - |
| 2 | Fermi | 3.23 Bn | 3.17 Bn | - |
API Access
Fermi Notes Payables 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=notes-payables&ticker=FRMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "ticker": "FRMI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=notes-payables&ticker=FRMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();