
മുംബൈ∙ അസംസ്കൃത എണ്ണവില ബാരലിന് 90 ഡോളർ കടന്നതോടെ രൂപയുടെ മൂല്യം 10 മാസത്തെ താഴ്ചയിലെത്തി. ഇന്നലെ വ്യാപാരം ആരംഭിച്ചപ്പോൾ ഡോളറിനെതിരെ രൂപയുടെ മൂല്യം 83.18 ആയി കുറഞ്ഞു.
83.13 ലാണ് വ്യാപാരം അവസാനിപ്പിച്ചത്. സൗദിയും റഷ്യയും എണ്ണ ഉൽപാദനം കുറയ്ക്കാനുള്ള തീരുമാനം ഡിസംബർ വരെ നീട്ടിയതാണ് വില കുതിച്ചുയരാനുള്ള കാരണം.
10 മാസത്തെ ഏറ്റവും ഉയർന്ന നിലവാരത്തിലാണ് എണ്ണവില. തിരഞ്ഞെടുപ്പ് അടുത്ത സാഹചര്യത്തിൽ പെട്രോൾ, ഡീസൽ വില കുറയ്ക്കുമെന്ന പ്രതീക്ഷയ്ക്കു മങ്ങലേൽപ്പിക്കുന്നതാണ് വില വർധന.
ക്രൂഡ്വില ഉയരുന്ന സാഹചര്യത്തിൽ വില കുറയ്ക്കാൻ എണ്ണക്കമ്പനികൾ തയാറാകാത്തതിനാൽ നികുതി കുറച്ച് 3–5 രൂപ വരെ ഇളവ് ഇന്ധന വിലയിൽ നൽകിയേക്കുമെന്ന സൂചനകളുമുണ്ട്. അതേസമയം, വില ഇനിയും ഉയരാനുള്ള സാഹചര്യം വിപണിയിൽ നിലനിൽക്കുന്നതു പ്രതീക്ഷകൾക്കു തിരിച്ചടിയാണ്. രാജ്യത്തിനാവശ്യമായ എണ്ണയുടെ 85 ശതമാനവും ഇറക്കുമതി ചെയ്യുകയാണ്.
ഈ മാസം ഇന്ത്യ ശരാശരി 89.81 ഡോളറിനാണ് എണ്ണ ഇറക്കുമതി ചെയ്യുന്നത്. കഴിഞ്ഞ മാസം ഇത് 86.67 ഡോളറിനായിരുന്നു.
കഴിഞ്ഞ മേയ്–ജൂൺ മാസങ്ങളിൽ വില 73–75 ഡോളറായി കുറഞ്ഞിരുന്നു. ഏഷ്യൻ കറൻസികൾ നഷ്ടത്തിൽ ക്രൂഡ് വില വർധനയ്ക്കൊപ്പം ഡോളർ കൂടുതൽ ശക്തമാകുന്നതും ഏഷ്യൻ കറൻസികളെയെല്ലാം ബാധിക്കുന്നുണ്ട്.
അമേരിക്കയുടെ ട്രഷറി വരുമാനം ഉയരുന്നതിനാലും പലിശ വർധന ഇനിയുമുണ്ടാകുമെന്നു വ്യക്തമായതിനാലും സുരക്ഷിത നിക്ഷേപമെന്ന നിലയിലുള്ള വാങ്ങലാണ് ഇപ്പോൾ ഡോളറിൽ നടക്കുന്നത്. ഡോളർ ഇൻഡക്സ് 104.90 വരെ ഉയർന്നു.
ചൈനയിലെ പ്രതിസന്ധിയും ഡോളറിന്റെ ഡിമാൻഡ് കൂട്ടുന്നുണ്ട്. റിസർവ് ബാങ്കിന്റെ ഇടപെടൽ ഫലപ്രദമായി നടക്കുന്നതിനാലാണ് രൂപയുടെ മൂല്യം പരിധിവിട്ട് ഇടിയാത്തത്.
Content Highlight: Crude Oil price rising; Rupee falls
$(window).on('hashchange', function() {
utils.slideShowOnload();
});
$(document).ready(function(){
utils.slideShowClick();
utils.slideShowOnload();
utils.slideShowPrev();
utils.slideShowNext();
utils.slideShowClose();
ART_SLIDESHOW.loadImgShare();
});
var fbAppId =$("meta[property='fb:app_id']").attr("content");
var jsonData;
var albums1;
var ART_SLIDESHOW = {
loadImgShare: function () {
ART_SLIDESHOW.fbPluginCall();
ART_SLIDESHOW.callShareJS();
},
callShareJS: function () {
var link = ART_SLIDESHOW.getLocation(window.location.href);
var protocol = link.protocol;
var hostname = link.hostname;
$('.share').fadeIn('fast');
$('.fb').unbind().click(function (e) {
var FBTitle = $(this).children().data("imgtitle");
var FBDesc = $(this).children().data("imgdesc");
var FBlink = window.location.href.split('.html')[0]+'.html'+window.location.hash;
var props = {
method: 'share_open_graph',
action_type: 'og.shares',
action_properties: JSON.stringify({
object: {
'og:url': FBlink,
'og:title': FBTitle,
'og:description': FBDesc,
'og:image': protocol + "//" + hostname + imgSRC
}
})
}
function fbcallback(response) {
if (responsepost_id)
self.close();
}
FB.ui(props, fbcallback);
return false;
e.stopPropagation();
});
$('.close').unbind().click(function () {
$('.share').fadeOut('fast');
click_txt = 0;
});
},
getLocation: function (href) {
var location = document.createElement("a");
location.href = href;
if (location.host == "") {
location.href = location.href;
}
return location;
},
fbPluginCall: function () {
try {
(function (d, s, id) {
// Disabling this external JS in edit/author mode
if (typeof CQ != "undefined") {
if (CQ.WCM) {
if (CQ.WCM.isEditMode(true)) {
return;
}
}
}
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9&appId=" + fbAppId;
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
FB.init({
appId: fbAppId,
version: 'v2.9',
status: true,
cookie: true
});
} catch (err) {}
}
}
…
ദിവസം ലക്ഷകണക്കിന് ആളുകൾ വിസിറ്റ് ചെയ്യുന്ന ഞങ്ങളുടെ സൈറ്റിൽ നിങ്ങളുടെ പരസ്യങ്ങൾ നൽകാൻ ബന്ധപ്പെടുക വാട്സാപ്പ് നമ്പർ 7012309231 Email ID [email protected]