HF Sinclair (DINO) Exchange Rate Effect (2021 - 2026)
HF Sinclair's (DINO) quarterly Exchange Rate Effect came in at -$2.0 million in Q2 2026, down 128.57% year-over-year from $7.0 million in Q2 2025, and down 100.0% quarter-over-quarter from -$1.0 million in Q1 2026.
HF Sinclair (DINO) Exchange Rate Effect (2021 - 2026) Analysis & Trends
HF Sinclair (DINO) has reported Exchange Rate Effect for 6 consecutive years, with -$2.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Exchange Rate Effect fell 128.57% year-over-year to -$2.0 million in Q2 2026; TTM through Jun 2026 was -$1.0 million, a 0.0% change from a year earlier, with the FY2025 full-year figure at $10.0 million, up 171.43% from the prior year.
- Exchange Rate Effect was -$2.0 million for Q2 2026 at HF Sinclair, down from -$1.0 million in the prior quarter.
- Over five years, Exchange Rate Effect peaked at $7.9 million in Q4 2023 and troughed at -$13.0 million in Q4 2024.
- A 5-year average of -$647058.8 and a median of -$1.0 million in 2026 frame the typical range for Exchange Rate Effect.
- Across the five-year window, Exchange Rate Effect tumbled 361.41% in 2022 and jumped 450.0% in 2025, its largest moves.
- Over 5 years, Exchange Rate Effect stood at -$3.0 million in 2022, then soared by 362.23% to $7.9 million in 2023, then sank by 264.7% to -$13.0 million in 2024, then jumped by 115.38% to $2.0 million in 2025, then slumped by 200.0% to -$2.0 million in 2026.
- The last three Exchange Rate Effect figures came in at -$2.0 million (Q2 2026), -$1.0 million (Q1 2026), and $2.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | - |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn | -44.00 Mn |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | -2.00 Mn |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | - |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | - |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | -13.98 Mn |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | - |
| 8 | Icahn Enterprises | 5.06 Bn | 3.09 Bn | 198.00 Mn | - |
| 9 | Delek US Holdings | 4.49 Bn | 4.10 Bn | 365.10 Mn | - |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.00 Mn |
| Mar 31, 2026 | -1.00 Mn |
| Dec 31, 2025 | 2.00 Mn |
| Jun 30, 2025 | 7.00 Mn |
| Mar 31, 2025 | 1.00 Mn |
| Dec 31, 2024 | -13.00 Mn |
| Sep 30, 2024 | 4.00 Mn |
| Jun 30, 2024 | -2.00 Mn |
| Mar 31, 2024 | -3.00 Mn |
| Dec 31, 2023 | 7.89 Mn |
| Sep 30, 2023 | -1.85 Mn |
| Jun 30, 2023 | -546,000.00 |
| Mar 31, 2023 | 1.51 Mn |
| Dec 31, 2022 | -3.01 Mn |
| Sep 30, 2022 | -5.28 Mn |
| Jun 30, 2022 | -3.30 Mn |
| Mar 31, 2022 | 588,000.00 |
| Dec 31, 2021 | 2.07 Mn |
| Sep 30, 2021 | -4.28 Mn |
| Jun 30, 2021 | 1.26 Mn |
HF Sinclair 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=DINO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "DINO", "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=DINO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();