91³Ô¹ÏÍø

Watch CBS News

The relationship between gold prices and the dollar: Everything to know

gettyimages-922794208.jpg
The relationship between gold and the U.S. dollar is a relatively straightforward one. Getty Images

Investors have long viewed gold as a steady hedge during periods of economic uncertainty, but its role in today's markets is evolving rapidly. Recent shifts in monetary policy, stubborn inflation risks and rising geopolitical tensions have all reshaped how investors think about safety, value and long-term protection, and have pushed traditional market relationships to their limits.

Against that backdrop, gold's recent price behavior has been anything but ordinary. After breaking through key price thresholds in 2024 and 2025 — first $3,000 per ounce, then $4,000 — the price of the precious metal has continued climbing in 2026, recently surpassing $4,600 per ounce and setting a string of new all-time highs. What once looked like a cyclical upswing now resembles a sustained re-rating of gold's place in the global financial system.

A combination of persistent central-bank buying, shifting rate expectations and changing investor attitudes toward risk has helped keep gold's momentum intact. Perhaps most surprising, though, is how the metal has behaved alongside a relatively strong U.S. dollar, challenging long-held assumptions and leaving many investors wondering what comes next. Below, we'll break down what investors should know now.

Wanted to invest in gold now that the price is climbing? .

The relationship between gold prices and the dollar

Below, experts break down why the price of gold keeps climbing and the precious metal's complex relationship with the dollar. 

Why gold prices have been climbing

"Gold can be a valuable asset in a portfolio precisely because it has [a] low correlation with other asset classes," emphasizes Ben Nadelstein, head of content at Monetary Metals. 

This independence from traditional market patterns has caught investors' attention, especially as the economy faces increasing uncertainty. The appeal of gold's unique behavior has helped drive its impressive price climb, but it's not the only factor at work. Industry professionals highlight other forces that have pushed gold prices higher:

  • Central bank buying: Central banks have dramatically increased their gold reserves in recent years and continue to do so.
  • Investor sentiment: More investors are adding gold to diversify their portfolios amid inflationary and financial stability concerns.
  • De-dollarization: The BRICS+ nations are reducing their dependence on the U.S. dollar.
  • Market evolution: Gold prices now respond to a broader range of global economic factors.

.

How gold prices typically move with the dollar

Henry Yoshida, co-founder of Rocket Dollar, highlights that gold prices and the U.S. dollar traditionally move in opposite directions. 

"A stronger U.S. dollar will suppress the price of gold, while a weaker U.S. dollar will likely drive the price of gold higher through increased demand," Yoshida says.

But Michael Petch, co-founder and president of Argo Digital Gold, points out that this relationship isn't absolute. 

"[When there's] financial instability, gold and the dollar may [go up as people] seek safe-haven assets," Petch says.

The complex interplay between gold and the dollar

"Large-scale government accumulation has added a demand-side force that can push [gold] prices higher, even in a strong-dollar environment," Petch says. 

Beyond this influence, Kevin Bryan, director of customer experience at The Alloy Market, points to several often-overlooked factors that create a more nuanced dynamic:

  • Supply limits: Mining strikes and environmental regulations can restrict gold production. As a result, gold prices may go up, even if the dollar is strong.
  • Geopolitical risks: Rising global tensions and trade disputes create uncertainty. Naturally, this drives people to invest in safe-haven assets such as gold.
  • Inflation concerns: Investors may turn to precious metals, including gold and silver, to hedge against inflation, regardless of current dollar strength.
  • Digital gold investment vehicles: Investment products such as exchange-traded funds (ETFs) have made gold more accessible but also more sensitive to market sentiment. This creates new patterns in the gold-dollar relationship.
  • Foreign policy changes: More countries are reducing dollar holdings in favor of gold, creating steady demand.

Gold's price trajectory and key indicators to watch

Several market indicators can help you track gold's price trajectory. Petch suggests looking beyond the usual metrics, such as inflation rates and the Federal Reserve policy. Here are the signals experts recommend keeping a close eye on:

  • Central bank buying: Continued purchases by major national banks signal strong long-term demand.
  • Real yields: Gold tends to shine when inflation-adjusted interest rates decline.
  • U.S. fiscal policy and Treasury market: Growing concerns about U.S. debt levels could drive more investors to gold.
  • Supply and demand: Gold lease rates and mining production levels help gauge market strength.
  • Geopolitical tensions: Trade wars, tariffs and global instability often increase gold prices.

The bottom line

Understanding gold's relationship with the U.S. dollar can help you make smarter investment decisions. Today's gold market offers plenty of ways to invest. For example, you might choose gold bars and coins to hold tangible assets long-term or buy gold ETFs if you prefer easier buying and selling. Opening a gold IRA could be smart if you're thinking about retirement planning.

But before jumping into gold investing, consult your financial advisor about which approach best fits your goals and portfolio strategy. They can help you weigh your options and create a personalized plan.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });