Evening News Nuggets | Today’s top stories for gold and silver investors March 20th, 2026 | Brandon Sauerwein, Editor
After record highs above $5,000 gold and $100 silver, the reversal is here. Gold and silver prices today are under heavy pressure — and the macro story explains why.

Metals Slide as Central Banks Hold Firm
Gold and silver prices today are taking a sharp hit as the macro backdrop turns hostile. Gold is down roughly 3–4%, trading near $4,500 after touching record highs above $5,000 earlier this year. Silver is taking a harder hit — off as much as 7% on the day — with prices pulling back into the high $60s to low $80s range after its own historic run past $100.
Gold & Silver Prices YTD 2026 | GoldSilver
:root {
–navy: #052D6B;
–gold: #FCB817;
–gold-dark: #B8880F;
–silver-line: #7A8FA8;
–green: #3BAA5D;
–red: #D94F4F;
–bg: #ffffff;
–surface: #F7F9FC;
–border: #E2E8F0;
–text: #0D1F3C;
–text-muted: #6B7E99;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
background: var(–bg);
font-family: ‘DM Sans’, sans-serif;
color: var(–text);
min-height: 100vh;
padding: 32px 24px 48px;
}
.wrapper { max-width: 900px; margin: 0 auto; }
.header {
margin-bottom: 24px;
border-left: 3px solid var(–gold);
padding-left: 16px;
}
.eyebrow {
font-size: 10px;
font-weight: 600;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(–gold-dark);
margin-bottom: 6px;
}
.chart-heading {
font-family: ‘Instrument Sans’, sans-serif;
font-size: 20px;
font-weight: 700;
color: var(–navy);
line-height: 1.3;
margin-bottom: 4px;
}
.subtitle { font-size: 12px; color: var(–text-muted); }
.stats-row {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
gap: 10px;
margin-bottom: 20px;
}
.stat-card {
background: var(–surface);
border: 1px solid var(–border);
border-radius: 10px;
padding: 14px 16px;
transition: border-color 0.2s, box-shadow 0.2s;
}
.stat-card:hover {
border-color: var(–gold);
box-shadow: 0 2px 12px rgba(252,184,23,0.15);
}
.stat-label {
font-size: 10px;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(–text-muted);
margin-bottom: 4px;
}
.stat-value {
font-family: ‘Instrument Sans’, sans-serif;
font-size: 20px;
font-weight: 700;
}
.stat-value.gold-val { color: var(–gold-dark); }
.stat-value.silver-val { color: var(–silver-line); }
.stat-change { font-size: 11px; font-weight: 500; margin-top: 3px; }
.stat-change.down { color: var(–red); }
.stat-change.muted { color: var(–text-muted); }
.chart-card {
background: var(–bg);
border: 1px solid var(–border);
border-radius: 14px;
padding: 24px 20px 20px;
margin-bottom: 16px;
box-shadow: 0 1px 8px rgba(5,45,107,0.06);
}
.chart-toolbar {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
flex-wrap: wrap;
gap: 10px;
}
.chart-title {
font-size: 12px;
font-weight: 600;
color: var(–text-muted);
letter-spacing: 0.08em;
text-transform: uppercase;
}
.toggle-group { display: flex; gap: 8px; }
.toggle-btn {
display: flex;
align-items: center;
gap: 6px;
background: var(–surface);
border: 1px solid var(–border);
border-radius: 20px;
padding: 5px 12px;
font-family: ‘DM Sans’, sans-serif;
font-size: 12px;
font-weight: 500;
color: var(–text-muted);
cursor: pointer;
transition: all 0.2s;
}
.toggle-btn.active-gold {
background: rgba(252,184,23,0.1);
border-color: var(–gold);
color: var(–gold-dark);
}
.toggle-btn.active-silver {
background: rgba(122,143,168,0.1);
border-color: var(–silver-line);
color: var(–silver-line);
}
.dot { width: 8px; height: 8px; border-radius: 50%; }
.dot-gold { background: var(–gold); }
.dot-silver { background: var(–silver-line); }
.chart-wrap { position: relative; height: 380px; }
.annotation-bar {
display: flex;
gap: 16px;
flex-wrap: wrap;
margin-top: 16px;
padding-top: 14px;
border-top: 1px solid var(–border);
}
.annotation-item {
display: flex;
align-items: center;
gap: 7px;
font-size: 11px;
color: var(–text-muted);
}
.annotation-icon {
width: 16px;
height: 16px;
border-radius: 4px;
background: rgba(252,184,23,0.1);
border: 1px solid var(–gold);
font-size: 9px;
display: flex;
align-items: center;
justify-content: center;
color: var(–gold-dark);
flex-shrink: 0;
}
.footer {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 8px;
}
.source-note { font-size: 10px; color: var(–text-muted); }
.logo-text {
font-family: ‘Instrument Sans’, sans-serif;
font-size: 13px;
font-weight: 700;
color: var(–navy);
}
.logo-text span { color: var(–gold-dark); }
January 2 – March 20, 2026 · Source: StockCharts.com (CME Spot, EOD)
const labels = [
“Jan 2″,”Jan 5″,”Jan 8″,”Jan 12″,”Jan 16″,”Jan 20″,”Jan 24″,”Jan 27″,”Jan 30”,
“Feb 3″,”Feb 6″,”Feb 9″,”Feb 13″,”Feb 17″,”Feb 20″,”Feb 24″,”Feb 27”,
“Mar 3″,”Mar 6″,”Mar 9″,”Mar 12″,”Mar 16″,”Mar 18″,”Mar 20”
];
// Gold — read from StockCharts screenshot
const goldPrices = [
4300, 4350, 4430, 4500, 4600, 4650, 4700, 5320, 4850,
4830, 4810, 4730, 4870, 4850, 4920, 5050, 5150,
5280, 5200, 5250, 5200, 5100, 5000, 4499
];
// Silver — read from StockCharts screenshot
const silverPrices = [
73, 74, 82, 90, 96, 96, 95, 113, 83,
82, 80, 72, 77, 75, 79, 86, 88,
94, 85, 91, 87, 80, 75, 68
];
const ctx = document.getElementById(‘pmChart’).getContext(‘2d’);
const goldGrad = ctx.createLinearGradient(0, 0, 0, 380);
goldGrad.addColorStop(0, ‘rgba(252, 184, 23, 0.16)’);
goldGrad.addColorStop(1, ‘rgba(252, 184, 23, 0.0)’);
const silverGrad = ctx.createLinearGradient(0, 0, 0, 380);
silverGrad.addColorStop(0, ‘rgba(122, 143, 168, 0.12)’);
silverGrad.addColorStop(1, ‘rgba(122, 143, 168, 0.0)’);
const pmChart = new Chart(ctx, {
type: ‘line’,
data: {
labels,
datasets: [
{
label: ‘Gold ($/oz)’,
data: goldPrices,
borderColor: ‘#FCB817’,
backgroundColor: goldGrad,
borderWidth: 2.5,
pointRadius: 3,
pointBackgroundColor: ‘#FCB817’,
pointBorderColor: ‘#ffffff’,
pointBorderWidth: 1.5,
pointHoverRadius: 6,
tension: 0.35,
fill: true,
yAxisID: ‘yGold’
},
{
label: ‘Silver ($/oz)’,
data: silverPrices,
borderColor: ‘#7A8FA8’,
backgroundColor: silverGrad,
borderWidth: 2,
pointRadius: 3,
pointBackgroundColor: ‘#7A8FA8’,
pointBorderColor: ‘#ffffff’,
pointBorderWidth: 1.5,
pointHoverRadius: 6,
tension: 0.35,
fill: true,
yAxisID: ‘ySilver’
}
]
},
options: {
responsive: true,
maintainAspectRatio: false,
interaction: { mode: ‘index’, intersect: false },
plugins: {
legend: { display: false },
tooltip: {
backgroundColor: ‘#ffffff’,
borderColor: ‘#E2E8F0’,
borderWidth: 1,
titleColor: ‘#6B7E99’,
bodyColor: ‘#0D1F3C’,
titleFont: { family: “‘DM Sans’, sans-serif”, size: 11, weight: ‘600’ },
bodyFont: { family: “‘DM Sans’, sans-serif”, size: 12 },
padding: 12,
callbacks: {
label: ctx => {
const isGold = ctx.datasetIndex === 0;
const val = ctx.parsed.y;
const label = isGold ? ‘🟡 Gold ‘ : ‘🔘 Silver’;
const formatted = isGold
? `$${val.toLocaleString(‘en-US’)}`
: `$${val.toFixed(2)}`;
return ` ${label} ${formatted}`;
}
}
}
},
scales: {
x: {
grid: { color: ‘#F0F4F8’, drawTicks: false },
ticks: {
color: ‘#6B7E99’,
font: { family: “‘DM Sans’, sans-serif”, size: 10 },
maxRotation: 45,
minRotation: 30,
maxTicksLimit: 12
},
border: { color: ‘#E2E8F0’ }
},
yGold: {
type: ‘linear’,
position: ‘left’,
grid: { color: ‘#F0F4F8’, drawTicks: false },
ticks: {
color: ‘#B8880F’,
font: { family: “‘DM Sans’, sans-serif”, size: 10 },
callback: val => `$${val.toLocaleString()}`
},
border: { color: ‘rgba(252,184,23,0.4)’, dash: [4,4] },
title: {
display: true,
text: ‘GOLD ($/OZ)’,
color: ‘#B8880F’,
font: { family: “‘DM Sans’, sans-serif”, size: 9, weight: ‘600’ }
}
},
ySilver: {
type: ‘linear’,
position: ‘right’,
grid: { drawOnChartArea: false, drawTicks: false },
ticks: {
color: ‘#7A8FA8’,
font: { family: “‘DM Sans’, sans-serif”, size: 10 },
callback: val => `$${val.toFixed(0)}`
},
border: { color: ‘rgba(122,143,168,0.4)’, dash: [4,4] },
title: {
display: true,
text: ‘SILVER ($/OZ)’,
color: ‘#7A8FA8’,
font: { family: “‘DM Sans’, sans-serif”, size: 9, weight: ‘600’ }
}
}
}
}
});
function toggleDataset(index, btn, activeClass) {
const meta = pmChart.getDatasetMeta(index);
meta.hidden = !meta.hidden;
pmChart.update();
btn.classList.toggle(activeClass);
}
What’s Driving Gold and Silver Prices Today:
The Fed, ECB, BOJ, and BOE all held rates this week — but none of them blinked. The message from every major central bank was the same: rates are staying higher for longer. Markets are repricing accordingly.
The pressure points:
The dollar is strengthening. DXY is pushing toward 99.6, up 0.4% on the day.
The 10-year Treasury yield is climbing toward 4.39%. Rising yields raise the opportunity cost of holding non-yielding assets like gold.
Strong dollar + rising yields = headwinds for metals. That’s the classic macro squeeze playing out in real time.
Is This a Gold Trend Reversal or Just a Positioning Flush?
This isn’t a trend reversal — it’s a positioning flush for gold and silver prices today. Gold ran hard into record territory. Crowded trades unwind fast when sentiment shifts. The 30-day drawdown is steep (-10% to -14%), but that’s the nature of parabolic moves. The gold-silver ratio sits around 62–67, meaning silver is still historically elevated relative to gold even after today’s selloff.
.gsr{font-family:-apple-system,BlinkMacSystemFont,’Segoe UI’,sans-serif;padding:16px 0 12px;color:#3D3D3D}
.gsr-title{font-size:18px;font-weight:500;margin:0 0 4px}
.gsr-sub{font-size:13px;color:#666;margin:0 0 14px}
.gsr-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:400px;margin-bottom:14px}
.gsr-card{background:#F9F9F9;border-radius:8px;padding:12px 14px}
.gsr-card-lbl{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}
.gsr-card-val{font-size:22px;font-weight:500;line-height:1}
.gsr-card-note{font-size:11px;color:#bbb;margin-top:3px}
.gsr-legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:10px;align-items:center}
.gsr-leg{display:flex;align-items:center;gap:6px;font-size:12px;color:#666}
.gsr-src{font-size:11px;color:#bbb;margin-top:8px}
Gold-to-silver ratio, 2000–2026
Ounces of silver required to purchase one ounce of gold — monthly
Source: Macrotrends.net / StockCharts.com (gold/silver spot price ratio, monthly). Current reflects Mar 20, 2026 close of 63.00. A rising ratio means silver is undervalued relative to gold.
(function(){
var vals=[53.4738,58.8422,56.7671,55.8933,55.4260,56.3237,55.8932,54.4908,55.3112,56.5090,56.5858,58.6919,55.1381,58.1158,61.2410,59.8805,61.7596,62.4583,63.2758,64.8548,60.6246,66.9964,66.7376,60.1505,66.6611,65.4775,63.2387,66.5231,62.3919,66.2090,68.1361,69.5316,70.1715,70.2686,72.2532,69.0062,73.4280,78.0879,76.2710,70.5915,78.4646,78.0442,68.5527,70.1716,73.6970,74.8115,72.7037,68.1050,66.2064,60.3412,51.1857,66.2385,62.8118,67.7741,60.6845,58.8639,58.4145,57.5578,56.7968,64.7167,62.8472,57.3024,60.4903,61.9111,56.6116,60.9482,58.4522,64.0249,60.7095,61.9921,57.3886,57.4696,55.6257,56.7021,48.3585,44.8809,54.2264,54.6776,55.7353,48.6258,51.8250,47.7408,44.9059,48.6114,46.4779,46.5772,48.6914,50.1936,49.4748,52.6456,51.0983,54.5552,51.1961,52.2649,57.5235,53.9241,52.3448,46.3607,55.9463,54.8839,52.8023,53.1672,51.7144,61.0068,72.3829,75.1028,79.8921,77.0372,73.1795,72.6440,69.1375,71.6866,62.4920,68.7385,67.3601,64.0501,60.9767,63.9803,63.5334,64.5784,66.6152,67.0975,63.6483,63.2883,65.5466,66.0125,64.9336,63.5779,59.3007,54.8262,49.0794,45.4354,47.1069,41.7246,37.9784,31.5966,40.0209,43.1871,40.2319,43.7063,53.8474,50.1237,53.3195,54.8608,52.4275,51.1073,51.1775,53.2593,56.1239,57.8999,58.1050,52.4499,51.3592,53.1951,51.9504,54.8496,53.1021,55.8800,56.4254,60.7602,62.6882,61.2350,66.9638,59.3384,61.1009,60.5396,62.6657,62.2031,65.4289,62.4706,65.3984,67.2390,66.9361,62.4822,62.9654,66.0273,71.3197,72.2867,76.2327,77.3474,73.2363,73.3579,71.5146,73.0941,71.3370,75.1846,74.4930,77.8250,76.7323,73.3828,75.5424,77.4987,78.2630,75.2313,80.1862,69.0984,76.1223,70.9428,66.7175,70.1659,68.5490,71.5385,71.4834,72.0804,69.0532,67.9289,68.5364,73.5332,73.2736,74.7698,75.8608,75.3133,77.0449,76.1097,78.1560,75.6948,77.9160,80.5552,81.3806,80.3424,79.2016,77.2946,78.3598,83.0420,80.4445,85.2612,86.3913,82.5859,82.2860,84.8831,85.4500,85.8656,88.9682,92.2274,87.2021,83.3679,87.5162,83.3785,85.6475,85.0743,87.7665,98.9084,113.3548,114.7714,93.2834,95.1069,81.4205,68.9879,80.6121,79.5018,78.9190,71.7950,68.7263,65.4056,69.9185,68.3328,67.9924,67.6493,71.0111,75.6678,79.6780,74.4875,77.9562,78.3227,80.2090,78.0094,77.7082,82.8436,85.1743,86.5263,86.7599,95.3662,87.2586,85.1839,79.5381,76.1276,81.4343,87.4247,81.7510,79.4651,83.4551,84.3396,79.4282,79.4295,83.3216,86.8390,82.3150,86.7029,88.8908,90.1601,89.3838,86.9528,76.5403,79.8462,84.3713,86.7392,84.5587,86.6214,90.8985,89.3650,91.7571,91.6962,100.8519,99.7137,91.2864,88.1192,86.9016,82.6233,82.2042,74.5882,60.3269,42.6961,56.3516,63.00];
var n=vals.length;
var sum=0; for(var i=0;i<n;i++) sum+=vals[i];
var avg=Math.round(sum/n*10)/10;
document.getElementById('gsrAvg').textContent=avg.toFixed(1);
var ml=52,mr=16,mt=20,mb=36,W=760,H=300;
var cw=W-ml-mr, ch=H-mt-mb;
var vmin=20, vmax=125;
function px(i){return ml+i/(n-1)*cw;}
function py(v){return mt+ch-(v-vmin)/(vmax-vmin)*ch;}
var svg=document.getElementById('gsrSvg');
var ns='http://www.w3.org/2000/svg';
function el(tag,attrs,txt){
var e=document.createElementNS(ns,tag);
for(var k in attrs) e.setAttribute(k,attrs[k]);
if(txt!==undefined) e.textContent=txt;
return e;
}
// grid lines + y labels
[20,40,60,80,100,120].forEach(function(v){
svg.appendChild(el('line',{x1:ml,x2:W-mr,y1:py(v),y2:py(v),stroke:'#ebebeb','stroke-width':'0.5'}));
svg.appendChild(el('text',{x:ml-5,y:py(v)+4,'text-anchor':'end','font-size':'10',fill:'#bbb'},v+':1'));
});
// avg dashed line
svg.appendChild(el('line',{x1:ml,x2:W-mr,y1:py(avg),y2:py(avg),stroke:'#888','stroke-width':'1.2','stroke-dasharray':'5,4'}));
// x-axis year labels every 2 years
for(var yi=0;yi=n) break;
svg.appendChild(el(‘text’,{x:px(idx),y:H-mb+14,’text-anchor’:’middle’,’font-size’:’10’,fill:’#bbb’},String(2000+yi)));
}
// area fill
var pts=[]; for(var i=0;i<n;i++) pts.push(px(i)+','+py(vals[i]));
svg.appendChild(el('path',{d:'M'+ml+','+(mt+ch)+' L'+pts.join(' ')+' L'+px(n-1)+','+(mt+ch)+' Z',fill:'rgba(252,184,23,0.09)'}));
// line
svg.appendChild(el('polyline',{points:pts.join(' '),fill:'none',stroke:'#FCB817','stroke-width':'2','stroke-linejoin':'round'}));
// key points
var peakIdx=vals.indexOf(Math.max.apply(null,vals)); // 114.77 Apr 2020
var troughIdx=vals.indexOf(Math.min.apply(null,vals)); // 31.60 Apr 2011
var lastIdx=n-1;
function dot(idx,color,lbl1,lbl2,side){
svg.appendChild(el('circle',{cx:px(idx),cy:py(vals[idx]),r:'5',fill:color,stroke:'#fff','stroke-width':'1.5'}));
var ox=side==='r'?-8:8;
[lbl1,lbl2].forEach(function(txt,li){
svg.appendChild(el('text',{x:px(idx)+ox,y:py(vals[idx])-10+li*12,'text-anchor':side==='r'?'end':'start','font-size':'10','font-weight':'500',fill:color},txt));
});
}
dot(peakIdx,'#052D6B','Apr 2020','114.8:1','r');
dot(troughIdx,'#3BAA5D','Apr 2011','31.6:1','l');
dot(lastIdx,'#FCB817','63.00','today','r');
})();
What Will Determine Gold and Silver’s Next Move?
Whether yields stabilize or keep climbing. If the 10-year pushes meaningfully past 4.5%, metals could face additional short-term pressure. Physical demand at lower prices remains a key support level to monitor.
.modern-card {
background: #ffffff;
border-radius: 12px;
border: 1px solid #052d6b;
box-shadow: 0 2px 8px rgba(5, 45, 107, 0.08);
padding: 20px;
width: 100%;
margin: 20px auto;
transition: transform 0.2s ease, box-shadow 0.2s ease;
text-align: center;
}
.modern-card:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(5, 45, 107, 0.12);
}
.modern-card-title {
color: #052d6b;
font-size: 30px;
font-weight: 600;
margin-bottom: 15px;
line-height: 1.3;
margin-top: 0;
}
.modern-card-description {
color: #64748b;
font-size: 15px;
line-height: 1.6;
margin-bottom: 24px;
}
.cta-container {
display: flex;
gap: 12px;
justify-content: center;
margin-top: 12px;
}
.cta-price-wrapper {
flex: 0 0 60%;
max-width: 60%;
}
.cta-button-wrapper {
flex: 0 0 calc(40% – 12px);
max-width: calc(40% – 12px);
}
#cta-price {
width: 100%;
height: 70px;
min-height: 70px;
}
.hs-cta-embed {
max-width: 100% !important;
width: 100% !important;
height: 70px !important;
min-height: 70px !important;
margin: 0 !important;
padding-top: 13px;
}
}
.hs-cta-embed a {
height: 70px !important;
min-height: 70px !important;
}
.hs-cta-embed img {
height: 70px !important;
min-height: 70px !important;
}
/* Responsive */
@media (max-width: 768px) {
.modern-card {
padding: 15px 10px 5px 10px;
}
.modern-card-title {
font-size: 20px;
line-height:30px;
margin-bottom:0px;
}
.cta-container {
flex-direction: column;
gap: 10px;
}
.cta-price-wrapper,
.cta-button-wrapper {
flex: 0 0 100%;
max-width: 100%;
}
.hs-cta-embed {
padding-top: 5px;
}
}
Investing in Physical Metals Made Easy
(function(){
var t = document.getElementsByTagName(‘script’)[0];
var s = document.createElement(‘script’); s.async = true;
s.src=”https://widget.nfusionsolutions.com/widget/script/ticker/1/ca5cd305-1d29-4399-94c0-e50cc5d6f780/6613c4d7-d552-40f5-b5c8-02d5607a400d/cta-price?symbols=gold,silver,gold/silver¤cy=usd&unitofmeasure=toz”;
t.parentNode.insertBefore(s, t);
})();
You May Also Like
Gold Price Drops After Oil Shock — Here’s What’s Really Driving It
Why Is Gold Falling While a War Is Raging?
Gold Price Outlook: Fed Holds, PPI Climbs
Gold Price Today Holds at $5,000 — What’s Driving It
Gold Price Forecast 2026: Fed, Iran, and the $6,000 Question
The post Gold and Silver Prices Today: Metals Slide as Central Banks Hold Firm appeared first on GoldSilver.
Source link
