Silver ETFs tumble up to 8% as white metal falls below $70; gold ETFs down 3%: What lies ahead?

view original post

A dramatic unwind which hit gold and silver markets recently has erased a chunk of their record breaking January gains.

Gold, silver etfs fall

  • Silver ETFs plunged as spot prices fell below $70/oz; gold ETFs also declined
  • CME margin hikes and Fed chair nomination triggered selloff in precious metals
  • Analysts expect silver demand and supply deficits to support prices long-term

`;
let listLength = apiData.data.watchlist_data.length;
if (apiData.data.predefinedcheck.allpredefined == true) {
let msg = apiData.data.predefinedcheck.message;
errorMessage(msg);
} else if (listLength == 1) {
submitWatchlistData(stockId, exChg, apiData.data.watchlist_data[0].watchlist_id, submitWatchlist,userVersion,’0′);
} else {
$(‘#watchlist_body’).html(watchlistHtml);
$(‘#watchListPopup_2396’).css(‘display’, ‘flex’);
$(‘.mc-modal’).addClass(‘success’);
}
}
});
}

function submitWatchlistData(stockId, exChg, defWatch = ”, submitWatchlist,userVersion,modalvalue)
{
if(modalvalue == 1)
{
if ($(‘input[name=”UserWatchlist”]:checked’).length === 0) {
$(‘.error-msg’).text(‘Please select the watchlist to add the Stock’);
setTimeout(function () {
$(‘.error-msg’).text(”);
}, 3000);
return false;
}
}
$(“#watchListPopup_2396”).hide();
let token = readCookie(“token-normal”);
let selectedWatchlist = $(‘input[name=UserWatchlist]:checked’, ‘#userWatchlist’).val();
if (defWatch != ”)
selectedWatchlist = defWatch;
let errorMsgText = (exChg == 1 || exChg == 2) ? “Contract” : “Stock”;
if(selectedWatchlist == undefined){
$(“#errorMsg”).text(`Please select the watchlist to add the ${errorMsgText}`);
setTimeout(function () {
$(“#errorMsg”).text(”);
}, 3000);
}else{
let postData = {};
let reqType = ‘stock’;
switch (exChg) {
case ‘1’:
reqType = ‘future’;
let finalDate = $(“#finalDate”).attr(“data-val”);
if(userVersion == 5){
finalDate = getV5dateFormat(finalDate);
}
postData = {
“asset_id”: stockId,
“exchange”: “N”,
“instrument”: “FUTSTK”,
“exp_date”: finalDate
}
break;
case ‘2’:
let finalPrice = $(“#optPrice”).text();
let finalCall = $(“#callType”).text();
let finalOptDate = $(“#optfinalDate”).attr(“data-val”);
if(userVersion == 5){
finalOptDate = getV5dateFormat(finalOptDate);
}
reqType = ‘options’;
postData = {
“asset_id”: stockId,
“exchange”: “N”,
“instrument”: “OPTSTK”,
“exp_date”: finalOptDate,
“option_type”: finalCall,
“strike_price”: finalPrice
}
break;
case ‘3’:
postData = {
“asset_id”: stockId,
“exchange”: “B”,
}
break;

default:
postData = {
“asset_id”: stockId,
“exchange”: “N”
}
break;
}
let postBody = {
“section”: [
{
“type”: reqType,
“assets”: [postData]
}
],
“watchlist_id”: selectedWatchlist,
“other_page”: true,
“transaction_source”: “web”,
}
$.ajax({
url: submitWatchlist,
method: “POST”,
headers: {
‘auth-token’: token, ‘device-type’: ‘web’,
‘content-type’: ‘application/json’
},
data: JSON.stringify(postBody),
beforeSend: function () {
//$(“#watchlist_body”).html(““);
},
success: function (apiData) {
let apiRes = (typeof apiData == “string”) ? JSON.parse(apiData) : apiData;

console.log(“apiRes”,apiRes);
// $(“#watchListPopup_2396”).hide();
if (apiRes.status_code == 1) {
var stk_msg = apiRes.data.message;
var modalContent = stk_msg;
var modalStatus = ‘success’;
$(‘.mc-modal-content’).text(modalContent);
$(‘.mc-modal-wrap’).css(‘display’, ‘flex’);
$(‘.mc-modal’).addClass(modalStatus);
hidemodal();
} else {
var wtch_msg = apiRes.error_message;
var modalContent = wtch_msg;
var modalStatus = ‘success’;
$(‘.mc-modal-content’).text(modalContent);
$(‘.mc-modal-wrap’).css(‘display’, ‘flex’);
$(‘.mc-modal’).addClass(modalStatus);
hidemodal();
}
}
});
}
}

function hidemodal()
{
setTimeout(function () {
$(‘.mc-modal-wrap’).hide();
}, 5000);
}

function portfolio(articleId,stockId)
{
let label = stock_swot_analysis+”|”+stock_name_for[stockId]+”|Portfolio|”+device_type+”|”+pro_or_non_pro+”|”+window.location.href;
commonGA4event(“News Article Stock Widget”,label);
if (readCookie(‘nnmc’)) {
document.getElementById(‘form_add_to_portfolio_’ + articleId + ‘_’+stockId).submit();
} else {
let width = window.screen.width || window.innerWidth || document.documentElement.clientWidth;
if (width > 980) {
document.querySelector(‘.btn_signin.dropdown-toggle.linkSignIn’).click();
} else {
window.location.href = ‘https://m.moneycontrol.com/login.php?cpurl=https://www.moneycontrol.com/news/business/markets/silver-etfs-tumble-up-to-8-as-white-metal-falls-below-70-gold-etfs-down-3-what-lies-ahead-13814585.html’;
}
}
//pcSavePort(0, 1, stockId);
}

function pcSavePort(param, call_pg, dispId) {
var adtxt = ”;

if (readCookie(‘nnmc’)) {
if (call_pg == “2”) {
pass_sec = 2;
} else {
pass_sec = 1;
}

var postfolio_url = ‘https://www.moneycontrol.com/portfolio_new/add_stocks_multi.php?id=’ + dispId;
window.open(postfolio_url, ‘_blank’);
} else {
AFTERLOGINCALLBACK = ‘pcSavePort(‘ + param + ‘, ‘ + call_pg + ‘, ‘ + dispId + ‘)’;
console.log(‘Login…’);

let width = window.screen.width || window.innerWidth || document.documentElement.clientWidth;

if (width > 980) {
document.querySelector(‘.btn_signin.dropdown-toggle.linkSignIn’).click();
} else {
window.location.href = ‘https://m.moneycontrol.com/login.php?cpurl=https://www.moneycontrol.com/news/business/markets/silver-etfs-tumble-up-to-8-as-white-metal-falls-below-70-gold-etfs-down-3-what-lies-ahead-13814585.html’;
}
}
}

function getstockdata(charstr,article,stk)
{
let type_of_drop = (charstr == ‘N’) ? ‘NSE Live’:’BSE Live’;
let label = stock_swot_analysis+”|”+stock_name_for[stk]+”|”+type_of_drop+”|”+device_type+”|”+pro_or_non_pro+”|”+window.location.href;
commonGA4event(“News Article Stock Widget”,label);
stockWidget(charstr, stk, article,stk.trim());
}

function morebtn(articleId,stockId)
{
let label = stock_swot_analysis+”|”+stock_name_for[stockId]+”|More|”+device_type+”|”+pro_or_non_pro+”|”+window.location.href;
commonGA4event(“News Article Stock Widget”,label);
}

Silver exchange traded funds (ETFs) crashed in trade on February 6, as the spot prices of the white metal fell below the key psychological mark of $70 per ounce on Comex. Gold ETFs also fell, although less sharply that those of silver.

Silver futures with March expiry on the Multi Commodity Exchange of India (MCX) dropped around 6 percent in the early trading hours of Friday to trade at Rs 2.29 lakh per kilogram. The futures have now dropped around 45 percent in around a week since hitting a lifetime high of Rs 4.2 lakh per kilogram earlier last week.

Story continues below Advertisement

Silver futures with May expiry meanwhile fell around 4 percent to Rs 2.42 lakh per kilogram. Gold futures were also down on MCX.

Silver ETFs tumble:

Edelweiss Silver ETF was down more than 8 percent to trade at Rs 232.66 apiece, as seen at 9.20 am. Aditya Birla Sun Life Silver ETF was down nearly 8 percent, while SBI Silver ETF, HDFC Silver ETF, Zerodha Silver ETF, UTI Silver ETF, Tata Silver ETF, ICICI Prudential Silver ETF and Nippon India Silver ETF were down around 7 percent each.

Axis Silver ETF, Kotak Silver ETF, DSP Silver ETF, Motilal Oswal Silver ETF, Mirae Asset Silver ETF, 360 ONE Silver ETF and others were down around 6 percent each.

Among the gold ETFs, Motilal Oswal Gold ETF dropped around 3 percent, while ICICI Prudential Gold ETF, DSP Gold ETF, UTI MF Gold ETF and others fell around 2 percent each.

Why are silver prices crashing?

Story continues below Advertisement

A dramatic unwind which hit gold and silver markets recently, erased a chunk of their record breaking January gains. The plunge began after CME Group hiked margin requirements on both metals, forcing leveraged traders to liquidate positions and accelerating a wave of selling. In additions, the selloff intensified as markets digested that US President Donald Trump nominated Kevin Warsh—viewed as a hawkish, dollar supportive choice—as the next Federal Reserve Chair. The shift revived expectations of tighter policy and triggered a sharp rebound in the U.S. dollar, which is negative for precious metals.

Silver has had an extraordinary run in 2025, surging roughly 50–60%+ year-to-date on industrial demand, supply deficits, and safe-haven flows.

“Markets often see sharp corrections after such extended rallies. Broader risk sentiment and geopolitical cues can prompt profit booking in commodities, especially where positioning has been crowded,” said Nirpendra Yadav, Senior Commodity Research Analyst at Bonanza.

What lies ahead?

Industrial demand for silver remains strong and tight supply environment and deficits persist globally, which supports price stability over the medium-to-long run despite volatility, the analyst added. He explained that a sharp fall in silver on intraday basis does not shape the long-term view.

Ross Maxwell, Global Strategy Operations Lead at VT Markets that the trade deal between India and US can lead to a shift towards increasing trade engagement which can improve risk appetite, ease supply-chain frictions, and reduce inflationary pressures linked to tariffs. “In relation to this announcement, gold and silver prices will be looking to balance between lower trade tensions and persistent macro uncertainty. A clearer trade outlook can reduce risk aversion, which will limit upside moves in precious metals,” he said.

“Gold remains well supported by ongoing concerns around inflation, currency stability, and geopolitical risks, keeping it attractive as a strategic hedge rather than a short-term trade,” Maxwell said.

According to the analyst, silver, while also a safe-haven asset, has the additional role in industrial demand, meaning improved global trade expectations can support prices through stronger manufacturing.

“While the tariff reduction may slow down fear-driven buying, both gold and silver are likely to stay structurally firm as long as economic and policy uncertainty remains,” Maxwell concluded.

Follow all LIVE updates from the stock markets here.

Disclaimer: The views and investment tips expressed by experts on Moneycontrol are their own and not those of the website or its management. Moneycontrol advises users to check with certified experts before taking any investment decisions.