Salesforce (CRM) Non Operating Investment Income (2012 - 2026)
Salesforce's (CRM) quarterly Non Operating Investment Income came in at $2.6 billion in Q3 2026, up 43450.0% on a YoY basis from N/an in Q3 2025, and up 368.28% quarter-over-quarter from $558.0 million in Q2 2026.
Salesforce (CRM) Non Operating Investment Income (2012 - 2026) Analysis & Trends
Salesforce (CRM) has reported Non Operating Investment Income for 15 consecutive years, with $2.6 billion the latest figure, recorded in Q3 2026.
- For the quarter ending Q3 2026, Non Operating Investment Income rose 43450.0% year-over-year to $2.6 billion; the trailing twelve-month figure through Jul 2026 stood at $4.2 billion (up 2484.83% YoY), and the FY2026 full-year result was $1.0 billion, up 940.5% from the prior year.
- Non Operating Investment Income grew to $2.6 billion in Q3 2026 per CRM's latest filing, from $558.0 million in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $2.6 billion in Q3 2026 and bottomed at -$314.0 million in Q1 2023.
- Historically, Non Operating Investment Income has averaged $188.7 million across 5 years, with a median of $7.0 million in 2022.
- The sharpest annual moves came in 2023 and 2026: Non Operating Investment Income plunged 2114.29% in 2023, then jumped 43450.0% in 2026.
- Over 5 years, Non Operating Investment Income stood at $23.0 million in 2022, then plunged by 413.04% to -$72.0 million in 2023, then sank by 201.39% to -$217.0 million in 2024, then jumped by 221.2% to $263.0 million in 2025, then surged by 893.54% to $2.6 billion in 2026.
- According to Business Quant data, Non Operating Investment Income over the past three periods registered $2.6 billion, $558.0 million, and $811.0 million for Q3 2026, Q2 2026, and Q1 2026 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 53.00 Mn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | - |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 2.61 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | - |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | - |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | - |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | - |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 2.61 Bn |
| Apr 30, 2026 | 558.00 Mn |
| Jan 31, 2026 | 811.00 Mn |
| Oct 31, 2025 | 263.00 Mn |
| Jul 31, 2025 | 6.00 Mn |
| Apr 30, 2025 | -63.00 Mn |
| Jan 31, 2025 | 96.00 Mn |
| Oct 31, 2024 | -217.00 Mn |
| Jul 31, 2024 | -37.00 Mn |
| Apr 30, 2024 | 37.00 Mn |
| Jan 31, 2024 | -35.00 Mn |
| Oct 31, 2023 | -72.00 Mn |
| Jul 31, 2023 | -29.00 Mn |
| Apr 30, 2023 | -141.00 Mn |
| Jan 31, 2023 | -314.00 Mn |
| Oct 31, 2022 | 23.00 Mn |
| Jul 31, 2022 | 45.00 Mn |
| Apr 30, 2022 | 7.00 Mn |
| Jan 31, 2022 | 34.00 Mn |
| Oct 31, 2021 | 363.00 Mn |
Salesforce Non Operating Investment Income 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=non-operating-investment-income&ticker=CRM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "ticker": "CRM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-investment-income&ticker=CRM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();