ServiceNow (NOW) Exchange Rate Effect (2012 - 2026)
ServiceNow's (NOW) quarterly Exchange Rate Effect came in at -$5.0 million in Q1 2026, down 200.0% on a YoY basis from $5.0 million in Q1 2025, and down 66.67% quarter-over-quarter from -$3.0 million in Q4 2025.
ServiceNow (NOW) Exchange Rate Effect (2012 - 2026) Analysis & Trends
ServiceNow (NOW) has reported Exchange Rate Effect for 15 consecutive years, with -$5.0 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Exchange Rate Effect fell 200.0% year-over-year to -$5.0 million; the trailing twelve-month figure through Jun 2026 stood at -$12.0 million (down 220.0% YoY), and the FY2025 full-year result was $7.0 million, up 141.18% from the prior year.
- Exchange Rate Effect declined to -$5.0 million in Q1 2026 per NOW's latest filing, from -$3.0 million in the prior quarter.
- Across five years, Exchange Rate Effect topped out at $9.0 million in Q2 2025 and bottomed at -$44.0 million in Q2 2022.
- Historically, Exchange Rate Effect has averaged -$3.9 million across 5 years, with a median of -$4.0 million in 2023.
- The sharpest annual moves came in 2022 and 2024: Exchange Rate Effect surged 300.0% in 2022, then sank 800.0% in 2024.
- Over 5 years, Exchange Rate Effect stood at $8.0 million in 2022, then slumped by 37.5% to $5.0 million in 2023, then sank by 280.0% to -$9.0 million in 2024, then surged by 66.67% to -$3.0 million in 2025, then plunged by 66.67% to -$5.0 million in 2026.
- According to Business Quant data, Exchange Rate Effect over the past three periods registered -$5.0 million, -$3.0 million, and -$4.0 million for Q1 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | 292,000.00 |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 11.00 Mn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | -43.01 Mn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | -75.00 Mn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | - |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | -24.10 Mn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | -11.00 Mn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | -518,000.00 |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -5.00 Mn |
| Dec 31, 2025 | -3.00 Mn |
| Sep 30, 2025 | -4.00 Mn |
| Jun 30, 2025 | 9.00 Mn |
| Mar 31, 2025 | 5.00 Mn |
| Dec 31, 2024 | -9.00 Mn |
| Sep 30, 2024 | 5.00 Mn |
| Jun 30, 2024 | -9.00 Mn |
| Mar 31, 2024 | -4.00 Mn |
| Dec 31, 2023 | 5.00 Mn |
| Sep 30, 2023 | -4.00 Mn |
| Jun 30, 2023 | -1.00 Mn |
| Mar 31, 2023 | 1.00 Mn |
| Dec 31, 2022 | 8.00 Mn |
| Sep 30, 2022 | -12.00 Mn |
| Jun 30, 2022 | -44.00 Mn |
| Mar 31, 2022 | -5.00 Mn |
| Dec 31, 2021 | -4.00 Mn |
| Sep 30, 2021 | -10.00 Mn |
| Jun 30, 2021 | 7.00 Mn |
ServiceNow Exchange Rate Effect 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=exchange-rate-effect&ticker=NOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "NOW", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=exchange-rate-effect&ticker=NOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();