flowchart LR A("U.S. Dollar Index") --> B("International Trade<br>(Imports & Exports)") A --> C("Macroeconomic Factors<br>(GDP, Unemployment Rate, CPI, Interest Rate)") A --> D("Financial Market<br>(Stock, Bitcoin)") A --> E("Global Commodity Market<br>(Gold, Crude Oil)") A --> F("Real Economy<br>(Egg Price, Real Estate, Tourism)") classDef Sky stroke-width:1px, stroke-dasharray:none, stroke:#374D7C, fill:#E2EBFF, color:#374D7C A:::Sky B:::Sky C:::Sky D:::Sky E:::Sky F:::Sky linkStyle 0 stroke:#BBDEFB,fill:none linkStyle 1 stroke:#BBDEFB,fill:none linkStyle 2 stroke:#BBDEFB,fill:none linkStyle 3 stroke:#BBDEFB,fill:none linkStyle 4 stroke:#BBDEFB,fill:none
Conclusion
This project set out to understand what drives the U.S. Dollar Index and how its value changes over time. By examining the USD from five major perspectives, including trade, macroeconomics, financial markets, commodities, and the real economy, we built a broad foundation for analysis. Our goal was not just to forecast the dollar’s movements, but also to explore the economic forces and real-world events that shape its behavior.
We started by testing whether the USD could be predicted using only its past values. The ARIMA model revealed that the dollar follows a random walk. This means its movement is largely driven by unpredictable shocks rather than stable trends. While the model showed a modest upward trend in its forecast, the results reminded us that no currency moves in isolation. This led us to explore a wide range of influencing factors.
Through multivariate time series models, we examined how different economic and market forces affect the dollar. Trade deficits, commodity prices, and inflation had clear impacts. Higher inflation and stronger GDP tended to support a stronger dollar, while unemployment and rising commodity prices often weakened it. In financial markets, the USD showed opposite patterns with stock prices and Bitcoin, reflecting different investor behaviors. We also included less conventional variables like egg prices and tourism data to capture signals from the real economy. Together, these models painted a picture of a currency that reacts to a diverse mix of global and domestic conditions.
Beyond relationships between variables, we also looked at how volatility in the USD has changed over time. Using a GARCH model, we identified periods of financial stress, including the 2008 crisis, the 2011 debt ceiling crisis and the COVID-19 outbreak, as moments when dollar volatility spiked. This highlights the dollar’s role as both a financial barometer and a potential safe haven in uncertain times.
To improve forecasting performance, we introduced deep learning models. Among the univariate models, LSTM achieved the best results by capturing long-term dependencies and subtle patterns. GRU models also performed well and were often more stable and efficient. When we used multivariate deep learning, results were more mixed. In some cases, adding external variables such as S&P 500 or Bitcoin prices made forecasts worse instead of better. This taught us an important lesson: more variables do not always lead to better predictions. What matters more is how closely those variables relate to the target and whether they introduce useful signals or just noise.
We also considered how sudden events can disrupt the dollar’s behavior. The Interrupted Time Series analysis focused on the impact of COVID-19. Although the initial drop in the dollar index around December 2020 was not statistically significant, the long-term trend changed notably. After the intervention, the dollar began to rise faster than before. This suggests that global markets adjusted their expectations in the months following the shock, possibly in response to economic recovery efforts and changing interest rate environments. It also highlights the importance of examining delayed effects rather than focusing only on immediate reactions.
In the end, this project shows that the U.S. Dollar Index is shaped by a wide range of factors, some gradual, some sudden. Traditional models such as ARIMA offer simple and interpretable forecasts. Deep learning models provide more flexible and often more accurate predictions, especially when data patterns are complex. Event-based models like ITS help us account for disruptions that do not follow regular patterns. Each approach brings a different strength. Together, they give us a fuller picture of how and why the dollar moves.
By combining economic reasoning with careful modeling, we have built a framework that is not only technically sound but also meaningful for decision-makers. Whether for policymakers, investors, or researchers, understanding the behavior of the U.S. Dollar Index is critical to navigating the global financial landscape.