National Grid (NGG) Exchange Rate Effect (2009 - 2025)
National Grid (NGG) posted Exchange Rate Effect of -$9.4 million for Q3 2025, up 88.82% on a QoQ basis from -$84.5 million in Q3 2024, and up 88.82% year-over-year from -$5.0 million in Q3 2024.
National Grid (NGG) Exchange Rate Effect (2009 - 2025) Analysis & Trends
National Grid has reported Exchange Rate Effect for 10 years, with the latest figure at -$9.4 million in Q3 2025.
- On a quarterly basis, Exchange Rate Effect rose 88.82% year-over-year to -$9.4 million in Q3 2025; TTM through Sep 2025 was -$93.9 million, a 44.0% decrease from a year earlier, with the FY2026 full-year figure at -$10.8 million, up 62.77% from the prior year.
- Exchange Rate Effect was -$9.4 million for Q3 2025 at National Grid, up from -$84.5 million in the prior quarter.
- The five-year high for Exchange Rate Effect was $1.3 million in Q3 2023, with the low at -$84.5 million in Q3 2024.
- Average Exchange Rate Effect over 3 years is -$30.9 million, with a median of -$9.4 million recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Exchange Rate Effect slumped 6808.34% in 2024, then jumped 88.82% in 2025.
- Over 3 years, Exchange Rate Effect stood at $1.3 million in 2023, then tumbled by 6808.34% to -$84.5 million in 2024, then surged by 88.82% to -$9.4 million in 2025.
- The last three Exchange Rate Effect figures came in at -$9.4 million (Q3 2025), -$84.5 million (Q3 2024), and $1.3 million (Q3 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | - |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | - |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | - |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | - |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | - |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | - |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 11.57 Mn |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | - |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | - |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -9.45 Mn |
| Sep 30, 2024 | -84.45 Mn |
| Sep 30, 2023 | 1.26 Mn |
| Sep 30, 2017 | -1.29 Mn |
| Sep 30, 2016 | 19.26 Mn |
| Sep 30, 2015 | -3.08 Mn |
| Sep 30, 2014 | 11.74 Mn |
| Sep 30, 2013 | -24.69 Mn |
| Sep 30, 2012 | -6.33 Mn |
| Sep 30, 2009 | -125.95 Mn |
National Grid 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=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "NGG", "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=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();