crude oil price today: Crude oil futures rise on spot demand
New Delhi: Crude oil prices rose by Rs 13 to Rs 3,848 per barrel on Monday as participants widened their positions on firm spot demand. On the Multi Commodity Exchange, crude oil for February delivery traded higher by Rs 13, or 0.34 per cent, at Rs 3,848 per barrel in 1,876 lots.
Analysts said raising of bets by participants kept crude oil prices higher in futures trade.
Globally, West Texas Intermediate crude oil gained 0.67 per cent to $52.62 per barrel, while Brent crude traded 0.54 per cent higher at $55.71 per barrel in New York.
customDimension.dimension12 = "crude oil price today,Crude oil,Brent,barrel,New Delhi,Multi Commodity Exchange";
customDimension.dimension13 = "03:18 PM IST";
customDimension.dimension15 = "No";
customDimension.dimension16 = "No";
(function () {
var a = window.localStorage && localStorage.getItem('et_syftCounter') || '';
a = a && JSON.parse(a) || {};
if(a.beforeSyft && customDimension) {
customDimension.dimension32 = a.beforeSyft;
}
if(a.afterSyft) {
customDimension.dimension33 = a.afterSyft;
}
})()
var contentAge="0.0016550925925925926";
if(contentAge) {
customDimension.dimension34 = contentAge > 2 ? '>48hs':'<48hrs';
}
if(customDimension){
customDimension.dimension25 = "articleshow_main";
customDimension.dimension26 = "Markets";
customDimension.dimension27 = "Markets/Commodities/News/";
customDimension.dimension29 = "1977021501";
customDimension.dimension48 = "80447952";
customDimension.dimension57 = _tiluuid;
}
var trafficSource="";
function getjStorageVal(keyName) { var jString = localStorage.getItem("jStorage"), value=""; try { if(jString) { var objJstorage = JSON.parse(jString); value = objJstorage[keyName] ? objJstorage[keyName] : ''; } } catch (e) {} return value; }
(function () {
function addZero(num) {return (num >= 0 && num < 10) ? '0' + num : num;}
try {
lastClick = getjStorageVal('etu_last_click');
if(!lastClick) {
lastClick = document.referrer.indexOf('indiatimes.com') == -1 ? 'direct_landing_articleshow' : 'other';
}
var dref = document.referrer, wlh = window.location.href.toLowerCase(), wlp = window.location.pathname;
if(/google|bing|yahoo/ig.test(dref)) {trafficSource="organic";}
else if(/facebook|linkedin|instagram|twitter/ig.test(dref) || wlh.indexOf('utm_medium=social') != -1) { trafficSource="social";}
else if(wlh.indexOf('utm_medium=email') != -1) {trafficSource="newsletter"; }
else if(getjStorageVal('etu_source')) { trafficSource = getjStorageVal('etu_source');}
if(!trafficSource) {
if(wlp == "https://economictimes.indiatimes.com/" || wlp == '/default.cms') {trafficSource="direct"}
else if(wlp.indexOf('articleshow')) {trafficSource="organic"}
else {trafficSource="other"}
}
var dtObject = new Date(), dt = (dtObject.getFullYear() + '' + addZero(dtObject.getMonth() + 1) + '' + addZero(dtObject.getDate())), key = 'et_article_' + dt;
var articleReadCountToday = (getjStorageVal(key) || []).length;
var articleReadCountMonth = 0;
var paidArticleReadCountMonth = 0;
var jString = localStorage.getItem("jStorage");
try {
if(jString) {
var objJstorage = JSON.parse(jString);
Object.keys(objJstorage).filter(function(key) {return key.indexOf('et_article_') != -1}).forEach(function (key) { articleReadCountMonth += getjStorageVal(key).length});
Object.keys(objJstorage).filter(function(key) {return key.indexOf('et_primearticle_') != -1}).forEach(function (key) { paidArticleReadCountMonth += getjStorageVal(key) || 0});
}
} catch (e) {}
var paidArticleReadCountTodayKey = 'et_primearticle_' + dt;
var paidArticleReadCountToday = getjStorageVal(paidArticleReadCountTodayKey) || 0;
var continuousPaywallList = getjStorageVal('et_continuousPaywalled') || [];
customDimension.dimension92 = lastClick;
customDimension.dimension93 = trafficSource;
customDimension.dimension94 = articleReadCountToday;
customDimension.dimension95 = articleReadCountMonth;
customDimension.dimension96 = continuousPaywallList.length;
customDimension.dimension97 = paidArticleReadCountMonth;
customDimension.dimension98 = paidArticleReadCountToday;
} catch (e) {}
})();
ga('send', 'pageview', customDimension);
var newHookId ='1977021501';
var newHookId2 = '1808152121';
if(newHookId == '1715249553' && newHookId2 == '1052732854'){
newHookId = '1052732854'; // politicsnation
}else if(newHookId == '1715249553' && newHookId2 == '1373380680'){
newHookId = '1373380680'; // Economy
}
var subsec1_value="1977021501", subsec1_2value="1808152121";
if(subsec1_value == '1715249553' && subsec1_2value == '1052732854'){
subsec1_value="1052732854"; // politicsnation
}else if(subsec1_value == '1715249553' && subsec1_2value == '1373380680'){
subsec1_value="1373380680"; // Economy
}
(function (g, r, o, w, t, h, rx) {
g[t] = g[t] || function () {(g[t].q = g[t].q || []).push(arguments)
}, g[t].l = 1 * new Date();
g[t] = g[t] || {}, h = r.createElement(o), rx = r.getElementsByTagName(o)[0];
h.async = 1;h.src = w;rx.parentNode.insertBefore(h, rx)
})(window, document, 'script', 'https://static.growthrx.in/js/v2/web-sdk.js', 'grx');
grx('init', 'gf999c70d');
var grxDimension = {url: window.location.href, title : document.title, referral_url : document.referrer};
if(window.customDimension && window.objDim) {
for(key in customDimension) {
var dimId = 'd' + key.substr(9, key.length);
if(objDim[dimId] && typeof customDimension[key] != 'undefined') { grxDimension[objDim[dimId]] = customDimension[key]; }
}
}
var subsStatus="Free User";
var jData = JSON.parse(localStorage.getItem('jStorage'));
function getCookie(n) {var ne = n + "=", ca = document.cookie.split(';');for (var i=0;i< ca.length;i++){ var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(ne) == 0) return c.substring(ne.length, c.length); } return null; }
(function () {
if(ssoid = getCookie('ssoid')) {
try {
grx('userId', ssoid);
var pfuuid = getCookie('pfuuid');
if(pfuuid) { grxDimension['et_uuid'] = pfuuid}
grxDimension[objDim['d3']] = 'LOGGEDIN';
var grx_userData = jData['prime_'+getCookie('TicketId')];
grx_userData = grx_userData || {};
var grx_userPermission = grx_userData.permissions;
if(grx_userPermission.indexOf("expired_subscription") > -1) {
subsStatus="Expired User";
} else if (grx_userPermission.indexOf("subscribed") > -1 && grx_userPermission.indexOf("cancelled_subscription") > -1 && grx_userPermission.indexOf("can_buy_subscription") > -1) {
subsStatus="Paid User - In Trial";
} else if(grx_userPermission.indexOf("subscribed") > -1) {
subsStatus="Paid User";
} else if(grx_userPermission.indexOf("etadfree_subscribed") > -1) {
subsStatus="Ad Free User";
}
} catch (e) {}
} else {
grxDimension[objDim['d3']] = 'NONLOGGEDIN';
}
grxDimension[objDim['d37']] = subsStatus;
try {
if(window.localStorage && localStorage.getItem) {
var jString = localStorage.getItem("jStorage");
if(jString) {
var objJstorage = JSON.parse(jString), objProf = objJstorage['et_subscription_profile'];
for (var attrname in objProf) { grxDimension[attrname] = objProf[attrname]; }
}
}
}catch(e) {
console.log('Error profile Dimension');
}
})()
grx('track', 'page_view', grxDimension);
if(window.allowGdpr == 1 && (typeof skip == 'undefined' || typeof skip.fbevents == 'undefined')) {
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '338698809636220');
fbq('track', 'PageView');
}
var _comscore = _comscore || [];
_comscore.push({ c1: "2", c2: "6036484"});
if(window.allowGdpr == 1) {
(function() {
var s = document.createElement('script'), el = document.getElementsByTagName("script")[0]; s.async = true;
s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
el.parentNode.insertBefore(s, el);
})();
}
if(window.allowGdpr == 1) {
(function() {
function pingIbeat() {
window._pg_endpt=(new Date()).getTime();
var e = document.createElement('script');
e.setAttribute('language', 'javascript');
e.setAttribute('type', 'text/javascript');
e.setAttribute('src', "https://agi-static.indiatimes.com/cms-common/ibeat.min.js");
document.head.appendChild(e);
}
if(typeof window.addEventListener == 'function') {
window.addEventListener("load", pingIbeat, false);
} else {
var oldonload = window.onload;
window.onload = (typeof window.onload != 'function') ?
pingIbeat : function() { oldonload(); pingIbeat(); };
}
})();
}
}