Gold, silver ETFs rise up to 30% from Thursday's lows as record precious metal rally extends: Should you buy here?

view original post

The ETFs however are still away from their 52-week highs, which they had hit a day before yesterday before taking a breather from the rally.

Gold and silver ETFs

  • Gold and silver ETFs rebounded sharply after steep losses on January 22
  • Tata Silver ETF surged 17 percent, recovering from a 24 percent crash
  • Experts advise gradual ETF purchases due to volatility and geopolitical risks

`;
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/gold-silver-etfs-rise-30-from-thursday-s-lows-as-record-precious-metal-rally-extends-should-investors-buy-here-13787569.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/gold-silver-etfs-rise-30-from-thursday-s-lows-as-record-precious-metal-rally-extends-should-investors-buy-here-13787569.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);
}

Gold and silver exchange traded funds (ETFs) rebounded sharply on January 23, recovering strong losses which were recorded earlier yesterday. Experts have commented on whether the rally in the precious metals will continue, and what lies ahead.

Notably, today’s sharp recovery in ETFs come as precious metals soared to fresh all-time highs. The ETFs however are still away from their 52-week highs, which they had hit a day before yesterday before taking a breather from the rally.

Story continues below Advertisement

Tata Silver ETF, which had crashed up to 24 percent yesterday, hitting a low of Rs 25.56 apiece. The ETF rebounded sharply today, rising more than 17 percent to hit the day’s high at Rs 33 apiece. This marks a 29 percent jump from the low hit by the ETF earlier yesterday.

Groww Gold ETF is currently the top gainer among all the gold ETFs. The ETFs jumped 7 percent to trade at Rs 155.97 apiece today.

Should you buy ETFs now?

Speaking about yesterday’s crash, Prasenjit Paul, Equity Research Analyst at Paul Asset & Fund Manager at 129 Wealth Fund said that what unsettles investors on days like yesterday is not the fall in gold or silver, but the illusion of stability that ETFs create. “Precious metals are volatile assets, ETFs make them feel tradable like stocks, encouraging investors to react to daily price moves. The real risk is owning them without clarity on allocation or purpose or without a proper entry-exit plan,” he explained.

Precious metals experienced sharp volatility in late December 2025 and early January 2026. Despite price swings, the fundamentals of precious metals are compelling, driven by near-record industrial demand from solar panels, electric vehicles and AI infrastructure, said Tanvi Kanchan, Associate Director at Anand Rathi Share and Stock Brokers.

“Given the current geopolitical landscape—from ongoing conflicts in the Middle East and Ukraine to U.S.-China tensions and uncertainty around trade policies under the new Trump administration—precious metals maintain their relevance as portfolio hedges. However, after such explosive gains in 2025, timing a single-entry point is treacherous,” the analyst said.

Story continues below Advertisement

According to Kanchan, investors should consider spreading purchases over the coming weeks or months, instead of deploying capital all at once. For conservative investors, allocating 5-10% of portfolios to precious metals ETFs through systematic purchases reduces timing risk while maintaining exposure to an asset class that benefits from geopolitical instability and monetary policy uncertainty, she said.

Gold or silver?

Motilal Oswal believes the gold looks more favourable now, after silver’s massive rally. “Silver has delivered sharp outperformance in a short span, and with the gold–silver ratio now near lower levels, the near-term risk-reward is turning more favourable for gold. While we remain positive on both metals and silver continues to have long-term upside backed by industrial demand and tight physical market conditions, the recent rally has also increased near-term volatility,” said Navneet Damani, Head of Research Commodities and Manav Modi, Commodities Analyst, Motilal Oswal Financial Services.

The analyst said that in this phase, a higher allocation to gold can help manage fluctuations while staying invested in precious metals.

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.