Gold, silver ETFs crash up to 16% as precious metal crash extends to third day: What lies ahead
Gold futures have dropped nearly Rs 50,000 per 10 grams (26%) in just three sessions after hitting a fresh lifetime high of Rs 1,93,096 per 10 grams.
Gold and silver ETFs
`;
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-etfs-crash-up-to-16-as-precious-metal-falls-rs-9-000-10-gm-silver-prices-fall-rs-17-000-kg-13802346.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-etfs-crash-up-to-16-as-precious-metal-falls-rs-9-000-10-gm-silver-prices-fall-rs-17-000-kg-13802346.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 extended their significant crash on MCX, with futures plunging 6 percent at open on February 1. This pushed gold ETFs down, which fell up to 16 percent in the early trading hours of Sunday.
Gold futures with April expiry dropped 6 percent, or Rs 9,140 per 10 grams in a single session to open at Rs 1,43,205 per 10 grams. This marks a sharp drop of nearly Rs 50,000 per 10 grams (26 percent) in just three sessions after hitting a fresh lifetime high of Rs 1,93,096 per 10 grams.
Silver futures with March expiry also dropped around 6 percent, or Rs 17,515 per kilogram to open at Rs 2,74,410 per kg. The contracts have declined Rs 1,45,638 per kg (35 percent) in just three sessions after hitting fresh lifetime high of Rs 4,20,048 per kg.
The sharp fall in gold and silver prices came amid rampant profit-booking, along with stronger dollar. Additionally, US President Donald Trump said he had chosen former Federal Reserve Governor Kevin Warsh, who is known to be hawkish and rigid about rate cuts, to head the American central bank.
Gold, silver ETFs crash:
Baroda BNP Paribas Gold ETF crashed 16 percent to Rs 135.20 apiece, while Motilal Oswal Gold ETF fell nearly 16 percent. Edelweiss Gold ETF, LIC MF Gold ETF and Birla Sun Life Gold ETF fell more than 15 percent each.
ICICI Prudential Gold ETF, Bandhan Gold ETF and Groww Gold ETF fell around 14 percent each in the early trading hours.
Bandhan Silver ETFs fell around 16 percent, while Motilal Oswal Silver ETF and Zerodha Silver ETF declined around 15 percent. Groww Silver ETF and others fell up to 14 percent.
Story continues below Advertisement
Stock exchange fixes price band for gold, silver ETFs:
After the sharp volatility in the precious metals and subsequently in ETFs wiped off significant amounts of investor wealth, BSE issued a notice saying that the reference price for these ETFs shall be based on the T-1 NAV, as published by the respective Mutual Funds/Asset management Companies.
Accordingly, the prescribed price band of 20 percent on both upper and lower end shall be applicable to the said T- 1 NAV price for trading purposes, BSE said.
What lies ahead?
Last week’s sharp fall in gold and silver prices can be explained as a classic bout of profit-booking after an extended record rally and not as a breakdown in fundamental sentiments, said Pranav Koomar, Founder and CEO of PlusCash.
While high positioning, strong dollar movements, and an uptick in bond yields have contributed to a correction in gold prices, from a medium- to a long-term perspective, the prices have continued to find support due to global uncertainty, buying from Central Banks, and tight supply dynamics, the analyst added.
Investors should consider any fall as a buying opportunity and not a sign of any change in the trend, Koomar said.
Maneesh Sharma, AVP – Commodities & Currencies, Anand Rathi Shares & Stock Brokers, noted that the sharp moves in precious metals seen today reflected speculation that Warsh may be less enthusiastic to cut rates than other candidates, given his past warnings of inflation risks and more recent calls for the Fed to reduce its balance sheet.
“Going ahead markets could now look ahead to more cues from labor market reports due next week in US which could show signs of weakening labor markets, while local markets could remain glued towards Union budget announcement due on Sunday. Any signs of changes in Import duty structure could reflect directly into MCX prices. Overall volatility with a corrective bias is expected to persist for few more sessions before markets stabilize at lower levels,” Sharma added.
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.