Uncategorized

Business News Today: Stock and Share Market News, Economy and Finance News, Sensex, Nifty, Global Market, NSE, BSE Live IPO News

[]
Business News Today: Stock and Share Market News, Economy and Finance News, Sensex, Nifty, Global Market, NSE, BSE Live IPO News 2000 means 2 seconds */ ]]> = 1280 && h_flag >= 600 ) { platform = ‘desktop'; } function close_mc_gutter() { create_dfp_cookie( mc_mchp_gutter_ck, 1, 1 ); } /* Get Current Date function -> Start */ function getCurrentDate() { var d = new Date(); var month = d.getMonth()+1; var date = d.getDate(); if( month <= 9 ) { month = '0' + month; } if( date <= 9 ) { date = '0' + date; } return d.getFullYear() + '' + month + '' + date; } /* End Start */ function create_dfp_cookie( name, value, days ) { var expires=""; if( days ) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); expires = "; expires="+date.toGMTString(); } else { expires = ""; } document.cookie = name+"="+value+expires+"; path=/; domain=.moneycontrol.com;"; } /* End Start */ function get_dfp_cookie( cname ) { var name = cname + "="; var ca = document.cookie.split( ';' ); for( var i = 0; i < ca.length; i++ ) { var c = ca[i]; while( c.charAt(0) == ' ' ) { c = c.substring(1); } if( c.indexOf( name ) == 0 ) { return c.substring( name.length, c.length ); } } return ""; } /* End Start */ function load_script_file( src, is_async ) { var script = document.createElement( 'script' ); script.src = src; script.async = is_async ? "async" : false; document.head.appendChild( script ); } /* End Start */ function generate_dfp_ppid() { var ppid_cookie_object = get_dfp_cookie( ppid_cookie_name ); /* Get Cookie Value */ /* Checks for Cookie is exists OR not? */ if( ppid_cookie_object == undefined || ppid_cookie_object == '' ) { var ppid_normal_user = 'normaluser' + Math.floor( Math.pow( 15, 13 ) + Math.random() * 14 * Math.pow( 15, 13 ) ) + 'mcids'; create_dfp_cookie( ppid_cookie_name, ppid_normal_user, '180' ); /* Create Cookie */ } } /* End Start */ function get_akamai_edgescape() { let ajax_link = 'https://www.moneycontrol.com/monitoring/get_akamai_edgescape.php?classic=true'; let opts = { method: 'GET', headers: {} }; fetch( ajax_link, opts ).then( function ( response ) { return response.json(); }) .then( function ( json_obj ) { if( Object.keys( json_obj ).length > 0 ) { if( json_obj.hasOwnProperty( ‘akamai_list' ) ) { let akamai_list = json_obj.akamai_list; if( akamai_list.hasOwnProperty( ‘country_code' ) ) { document.getElementById( ‘country_code' ).value = akamai_list.country_code; } if( akamai_list.hasOwnProperty( ‘region_code' ) ) { document.getElementById( ‘region_code' ).value = akamai_list.region_code; } if( akamai_list.hasOwnProperty( ‘continent' ) ) { document.getElementById( ‘continent' ).value = akamai_list.continent; } } } }); } /* End Start */ function interstitial_ad_unit_checks() { console.log( ‘Starts -> interstitial_ad_unit_checks' ); var display_interstitial_ad_unit = false; var mcpro = get_dfp_cookie( ‘mcpro' ); /* Runs Only for WEB */ if( width >= 768 ) { var interstitial_cookie_name = ‘MC_INTERSTITIAL_WEB_DFP_AD_LOGIC_' + getCurrentDate(); var max_limit_interstitial_page_check = 2; var interstitial_page_position = [3, 5]; } /* Runs Only for WAP */ if( width <= 768 ) { var interstitial_cookie_name = 'MC_INTERSTITIAL_WAP_DFP_AD_LOGIC_' + getCurrentDate(); var max_limit_interstitial_page_check = 8; var interstitial_page_position = [1, 3, 5, 7, 9, 11, 13, 15]; } console.log( 'width=', width + ' | interstitial_cookie_name=', interstitial_cookie_name ); console.log( 'Max Limit Interstitial Page=', max_limit_interstitial_page_check + ' | Page Position=', interstitial_page_position + ' | MC PRO=', mcpro ); if( mcpro == undefined || mcpro == '' || mcpro == '0' ) { var current_page = window.location.href; var interstitial_cookie_object = get_dfp_cookie( interstitial_cookie_name ); /* Get Cookie Value */ console.log( 'current_page=', current_page ,' | interstitial_cookie_name=', interstitial_cookie_name + ' | interstitial_cookie_object=', interstitial_cookie_object ); /* Checks for Cookie is exists OR not? */ if( interstitial_cookie_object == undefined || interstitial_cookie_object == '' ) { interstitial_cookie_value = {}; interstitial_cookie_value[0] = current_page; display_interstitial_ad_unit = true; /* Create Cookie */ create_dfp_cookie( interstitial_cookie_name, JSON.stringify( interstitial_cookie_value ), '1' ); console.log( 'New Cookie is Created: ' , interstitial_cookie_name, '=', JSON.stringify( interstitial_cookie_value ) ); } else { var interstitial_cookie_value = JSON.parse( interstitial_cookie_object ); var pageCount = Object.keys( interstitial_cookie_value ).length; console.log( 'interstitial_cookie_value=', interstitial_cookie_value ); console.log( 'pageCount=', pageCount ); if( pageCount <= max_limit_interstitial_page_check ) { var is_page_exists = false; for( var i = 0; i < pageCount; i++ ) { if( current_page === interstitial_cookie_value[ i ] ) { is_page_exists = true; } } console.log( 'is_page_exists on cookie=', is_page_exists ); if( is_page_exists == false ) { if( interstitial_page_position.includes( pageCount ) ) { interstitial_cookie_value[ pageCount ] = current_page; create_dfp_cookie( interstitial_cookie_name, JSON.stringify( interstitial_cookie_value ), '1' ); /* Update Cookie */ display_interstitial_ad_unit = true; } else { interstitial_cookie_value[ pageCount ] = current_page; create_dfp_cookie( interstitial_cookie_name, JSON.stringify( interstitial_cookie_value ), '1' ); /* Update Cookie */ } console.log( 'Update Cookie ' , interstitial_cookie_name, '=', JSON.stringify( interstitial_cookie_value ) ); } } } } console.log( 'display_interstitial_ad_unit = ', display_interstitial_ad_unit ); return display_interstitial_ad_unit; } /* End Start */ var mcpro = get_dfp_cookie( 'mcpro' ); var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; var is_andbeyond_script = true; is_andbeyond_script = false; /* Hardcoded */ console.log( 'is_andbeyond_script=', is_andbeyond_script ); /* get_akamai_edgescape(); /* Load Akamai Edgescape */ /* PubMatic OpenWrap Script -> Start */ var profile_id = ‘8278'; /* For WEB */ var publisher_id = ‘113941'; var PWT = {}; var gptRan = false; PWT.jsLoaded = function() { loadGpt(); }; /* Runs Only for WAP */ if( width 0 ) { var regexp = /pwtv=(.*?)(&|$)/g; var matches = regexp.exec(purl); if( matches.length >= 2 && matches[1].length > 0 ) { profileVersionId = ‘/' + matches[1]; } } var wtads = document.createElement( ‘script' ); wtads.async = true; wtads.type = ‘text/javascript'; wtads.src = ‘https:' + url + profileVersionId + ‘/pwt.js'; var node = document.getElementsByTagName( ‘script' )[0]; node.parentNode.insertBefore( wtads, node ); })(); var loadGpt = function() { /* Check the gptRan flag */ if (!gptRan) { gptRan = true; var gads = document.createElement( ‘script' ); var useSSL = ‘https:' == document.location.protocol; gads.src = (useSSL ? ‘https:' : ‘http:') + ‘//www.googletagservices.com/tag/js/gpt.js'; var node = document.getElementsByTagName( ‘script' )[0]; node.parentNode.insertBefore( gads, node ); } } setTimeout( loadGpt, 500 ); /* Failsafe to call gpt */ /* End <- PubMatic OpenWrap Script */ /* End Start */ function normal_dfp() { var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; (function() { var gads = document.createElement('script'); gads.async = true; gads.type = 'text/javascript'; var useSSL = 'https:' == document.location.protocol; gads.src = (useSSL ? 'https:' : 'http:') + '//securepubads.g.doubleclick.net/tag/js/gpt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(gads, node); })(); } /* End Start */ function get_page_meta_list( meta_name ) { const metas = document.getElementsByTagName( 'meta' ); if( meta_name != '' ) { for( let i = 0; i < metas.length; i++ ) { if( metas[i].getAttribute( 'name' ) === meta_name ) { return metas[i].getAttribute( 'content' ); } } } return ''; } /* End Start */ function set_dfp_targeting_lending() { console.log( 'Inside set_dfp_targeting_lending()' ); let activate_set_targeting = false; let lending_visited_cookie_name = 'lendingvisited'; /* Get Cookie Value -> Start */ let user_token_normal = get_dfp_cookie( ‘token-normal' ); let lending_visited_cookie_object = get_dfp_cookie( lending_visited_cookie_name ); /* End Start */ let mcpro = get_dfp_cookie( ‘mcpro' ); if( mcpro == ‘1' ) { activate_set_targeting = false; } /* End 0 ) { if( json_obj.hasOwnProperty( ‘lending' ) ) { let lending = json_obj.lending; console.log( ‘lending.success = ‘, lending.success ); if( lending.success ) { let value = lending.data[0]; console.log( ‘Loan Status = ‘, value.loanStatus ); if( value.loanStatus == ‘loan_disbursed' ) { googletag.pubads().setTargeting( ‘loan_disbursed', ‘true' ); console.log( ‘setTargeting = loan_disbursed:true' ); /* Delete Cookie */ if( get_dfp_cookie( lending_visited_cookie_name ) ) { create_dfp_cookie( lending_visited_cookie_name, ”, 0 ); console.log( ‘Cookie Delete : ‘, lending_visited_cookie_name ); } } else { googletag.pubads().setTargeting( ‘loan_disbursed', ‘false' ); console.log( ‘setTargeting = loan_disbursed:false' ); } } else { googletag.pubads().setTargeting( ‘loan_disbursed', ‘false' ); console.log( ‘setTargeting = loan_disbursed:false' ); } } else { googletag.pubads().setTargeting( ‘loan_disbursed', ‘false' ); console.log( ‘setTargeting = loan_disbursed:false' ); } } }); } else { googletag.pubads().setTargeting( ‘loan_disbursed', ‘false' ); console.log( ‘setTargeting = loan_disbursed:false' ); } } else { /* For Non Logged in Users */ googletag.pubads().setTargeting( ‘loan_disbursed', ‘false' ); console.log( ‘setTargeting = loan_disbursed:false' ); } } } /* End Start */ function set_dfp_targeting() { let activate_set_targeting = false; let dfp_targeting_cookie_name = ‘USR_DFP_TARGETING'; /* Checks for Cookie is exists OR not? */ if( get_dfp_cookie( ‘nnmc' ) ) { activate_set_targeting = true; } /* Hide for MC Pro Users -> Start */ let mcpro = get_dfp_cookie( ‘mcpro' ); if( mcpro == ‘1' ) { activate_set_targeting = false; } /* End Start */ let user_token_normal = get_dfp_cookie( ‘token-normal' ); let dfp_targeting_cookie_object = get_dfp_cookie( dfp_targeting_cookie_name ); /* End 0 ) { if( json_obj.status == ‘success' ) { let value = json_obj.data; let birthday = value.dob; /* Find out Age -> Start */ if( birthday != ” ) { // Actual format YYYY-MM-YY birthday = birthday.replace( /-/g, “,” ); // Convert to YYYY,MM,YY birthday = new Date( birthday ); let ageDifMs = Date.now() – birthday.getTime(); let ageDate = new Date( ageDifMs ); // miliseconds from epoch birthday = String( Math.abs( ageDate.getUTCFullYear() – 1970 ) ); } /* End <- Find out Age */ if( value.tvuid != '' ) { document.getElementById( 'tvuid' ).value = value.tvuid; } let dfp_targeting_cookie_object = {}; dfp_targeting_cookie_object.p_value = value.p_value; dfp_targeting_cookie_object.dob = birthday; dfp_targeting_cookie_object.gender = value.gender; dfp_targeting_cookie_object.income_data = value.income_data; dfp_targeting_cookie_object.occupation = value.occupation; dfp_targeting_cookie_object.industry = value.industry; googletag.pubads().setTargeting( 'p_value', dfp_targeting_cookie_object.p_value ); googletag.pubads().setTargeting( 'dob', dfp_targeting_cookie_object.dob ); googletag.pubads().setTargeting( 'gender', dfp_targeting_cookie_object.gender ); googletag.pubads().setTargeting( 'income_data', dfp_targeting_cookie_object.income_data ); googletag.pubads().setTargeting( 'occupation', dfp_targeting_cookie_object.occupation ); googletag.pubads().setTargeting( 'industry', dfp_targeting_cookie_object.industry ); /* Create Cookie */ create_dfp_cookie( dfp_targeting_cookie_name, JSON.stringify( dfp_targeting_cookie_object ), '1' ); } } }); } } else { dfp_targeting_cookie_object = JSON.parse( dfp_targeting_cookie_object ); googletag.pubads().setTargeting( 'p_value', dfp_targeting_cookie_object.p_value ); googletag.pubads().setTargeting( 'dob', dfp_targeting_cookie_object.dob ); googletag.pubads().setTargeting( 'gender', dfp_targeting_cookie_object.gender ); googletag.pubads().setTargeting( 'income_data', dfp_targeting_cookie_object.income_data ); googletag.pubads().setTargeting( 'occupation', dfp_targeting_cookie_object.occupation ); googletag.pubads().setTargeting( 'industry', dfp_targeting_cookie_object.industry ); } } else { /* Delete Cookie */ if( get_dfp_cookie( dfp_targeting_cookie_name ) ) { create_dfp_cookie( dfp_targeting_cookie_name, '', 0 ); } } googletag.pubads().setTargeting( 'section', 'home' ); googletag.pubads().setTargeting( 'Content_type', 'home' ); googletag.pubads().setTargeting( 'title_name', 'Business News Today: Stock and Share Market News, Economy and Finance News, Sensex, Nifty, Global Market, NSE, BSE Live IPO News' ); googletag.pubads().setTargeting( 'meta_keywords', ['Business News, Business News Today, Market News, Share Market News, Share Market news, finance news, Live Stock Market, Commodity Market, IPO News, Live Stock Price, Trading, Nifty, Sensex, Moneycontrol'] ); googletag.pubads().setTargeting( 'DFP', 'okay' ); googletag.pubads().setTargeting( 'page_url', 'https://www.moneycontrol.com/' ); googletag.pubads().setTargeting( 'excerpt_description', 'Business News Today: Read the latest business news on the Indian economy, global market, upcoming IPOs and more. Get Live Stock Price, Stock and Share market news, Finance News, Sensex, Nifty Live, Commodity Market, IPO news, economy news, and personal finance news today only at Moneycontrol' ); } /* End Start */ function launch_dfp_ads() { let region_code = ''; let continent = ''; /* let is_andbeyond_script = true; */ /* Normal DFP -> Start */ if( is_andbeyond_script == true ) { normal_dfp(); } /* End Start */ region_code = document.getElementById( “region_code” ).value; continent = document.getElementById( “continent” ).value; if( continent != ” && continent.toLowerCase() == ‘eu' ) { is_andbeyond_script = false; } if( region_code != ” && region_code.toLowerCase() == ‘ca' ) { is_andbeyond_script = false; } console.log( ‘continent=', continent, ‘ | region_code=', region_code, ‘ | is_andbeyond_script=', is_andbeyond_script ); if( is_andbeyond_script == true ) { load_script_file( ‘https://rtbcdn.andbeyond.media/prod-global-32339.js', true ); } /* End Start */ define_dfp_slot(); /* End <- Initialized DFP Define Slots */ } /* End Start */ function pro_users_actions() { /* To Check and Remove Jacket Space -> Start */ var slot_jacket_actions = { /* Stock Page */ ‘MC_ENG_DESKTOP/MC_ENG_MARKETS/MC_ENG_STOCKPRICE_AS/MC_ENG_ROS_MKTS_STKPRICE_AS_ATF_970': ‘budget_adDiv', /* Market Page */ ‘MC_ENG_Desktop/MC_ENG_MARKETS/MC_ENG_MARKETS_AL/MC_ENG_ROS_MKTS_AL_ATF_990': ‘budget_adDiv' }; for( var slotId in slot_jacket_actions ) { if( slot_jacket_actions.hasOwnProperty( slotId ) ) { var slotElement = document.getElementById( slotId ); if( slotElement ) { var wrapperId = slot_jacket_actions[ slotId ]; var adWrapper = document.getElementById( wrapperId ); if( adWrapper ) { adWrapper.style.minHeight = ‘0px'; } } } } /* End <- To Check and Remove Jacket Space */ } /* End Start */ let slots_list = []; var notifyId; /* End = 768 ) { /* A9 Script */ slots_list.push( { slotID: 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_ATF_728', sizes: [[728,90],[970,90],[990,90]] } ); googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_ATF_728', [[728,90],[970,90],[990,90]], 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_ATF_728' ).addService(googletag.pubads()); /* For Jacket Banner */ /* A9 Script */ slots_list.push( { slotID: 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_ATF_300', sizes: [[300,600],[300,250],[250,250]] }, // { slotID: 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_MID1_300', sizes: [[300,250],[250,250]] }, { slotID: 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_MID2_300', sizes: [[300,250],[250,250]] }, { slotID: 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_BTF_300', sizes: [[300,250],[250,250],[300,300],[300,600]] }, { slotID: 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_MTF_728', sizes: [[728,90],[970,90],[468,60]] }, { slotID: 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_BTF_728', sizes: [[728,90],[970,90],[468,60]] }, { slotID: 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_SLUG1_300', sizes: [[300,150],[300,100]] }, { slotID: 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_SLUG2_300', sizes: [[300,150],[300,100]] } ); googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_ATF_300', [[300,600],[300,250],[250,250]], 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_ATF_300' ).addService(googletag.pubads()); /* googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_LOGO_99x26', [99,26], 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_LOGO_99x26' ).addService(googletag.pubads()); */ // googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_MID1_300', [[300,250],[250,250]], 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_MID1_300' ).addService(googletag.pubads()); googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_MID2_300', [[300,250],[250,250]], 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_MID2_300' ).addService(googletag.pubads()); googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_BTF_300', [[300,250],[250,250],[300,300],[300,600]], 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_BTF_300' ).addService(googletag.pubads()); googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_MTF_728', [[728,90],[970,90],[468,60]], 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_MTF_728' ).addService(googletag.pubads()); googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_BTF_728', [[728,90],[970,90],[468,60]], 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_BTF_728' ).addService(googletag.pubads()); googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_SLUG1_300', [[300,150],[300,100]], 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_SLUG1_300' ).addService(googletag.pubads()); googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_SLUG2_300', [[300,150],[300,100]], 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_SLUG2_300' ).addService(googletag.pubads()); /* A9 Script */ slots_list.push( { slotID: 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_LHS_210', sizes: [210,70] }, { slotID: 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_RHS_210', sizes: [210,70] } ); googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_LHS_210', [210,70], 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_LHS_210' ).addService(googletag.pubads()); googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_RHS_210', [210,70], 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_RHS_210' ).addService(googletag.pubads()); /* A9 Script */ slots_list.push( { slotID: 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_PG_1x1', sizes: [1,1] }, { slotID: 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_PG_Slider_1x1', sizes: [1,1] }, { slotID: 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_PG_1x1_2', sizes: [1,1] } ); googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_ATF_Native', 'fluid', 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_ATF_Native' ).addService(googletag.pubads()); googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_MTF_Native', 'fluid', 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_MTF_Native' ).addService(googletag.pubads()); googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_BTF_Native', 'fluid', 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_BTF_Native' ).addService(googletag.pubads()); googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_PG_1x1', [1,1], 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_PG_1x1' ).addService(googletag.pubads()); googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_PG_Slider_1x1', [1,1], 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_PG_Slider_1x1' ).addService(googletag.pubads()); googletag.defineSlot( '/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_PG_1x1_2', [1,1], 'MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_PG_1x1_2' ).addService(googletag.pubads()); /* OOP Ads -> Start */ googletag.defineOutOfPageSlot( ‘/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_SHOSH_OOP', ‘MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_SHOSH_OOP' ).addService( googletag.pubads() ); googletag.defineOutOfPageSlot( ‘/1039154/MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_SKIN_OOP', ‘MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_SKIN_OOP' ).addService( googletag.pubads() ); /* End <- OOP Ads */ } /* Runs Only for WAP */ if( width Start */ /* googletag.defineSlot( '/1039154/MC_ENG_PWA/MC_ENG_PWA_Home/MC_ENG_PWA_Home/MC_ENG_PWA_HP_ATF_NATIVE', 'fluid', 'MC_ENG_PWA/MC_ENG_PWA_Home/MC_ENG_PWA_Home/MC_ENG_PWA_HP_ATF_NATIVE' ).addService(googletag.pubads()); googletag.defineSlot( '/1039154/MC_ENG_PWA/MC_ENG_PWA_Home/MC_ENG_PWA_Home/MC_ENG_PWA_HP_BTF_NATIVE', 'fluid', 'MC_ENG_PWA/MC_ENG_PWA_Home/MC_ENG_PWA_Home/MC_ENG_PWA_HP_BTF_NATIVE' ).addService(googletag.pubads()); */ /* End Start */ googletag.defineOutOfPageSlot( '/1039154/MC_ENG_PWA/MC_ENG_PWA_Home/MC_ENG_PWA_Home/MC_ENG_PWA_HP_PG_SHOSH_OOP', 'MC_ENG_PWA/MC_ENG_PWA_Home/MC_ENG_PWA_Home/MC_ENG_PWA_HP_PG_SHOSH_OOP' ).addService( googletag.pubads() ); googletag.defineOutOfPageSlot( '/1039154/MC_ENG_PWA/MC_ENG_PWA_Home/MC_ENG_PWA_Home/MC_ENG_PWA_HP_PG_SKIN_OOP', 'MC_ENG_PWA/MC_ENG_PWA_Home/MC_ENG_PWA_Home/MC_ENG_PWA_HP_PG_SKIN_OOP' ).addService( googletag.pubads() ); /* End Start * / var dimension_size = ''; googletag.pubads().addEventListener( 'slotRenderEnded', function( event ) { if( event.slot.getSlotElementId() == 'MC_ENG_PWA/MC_ENG_PWA_Home/MC_ENG_PWA_Home/MC_ENG_PWA_HP_ATF_NATIVE' ) { document.getElementById( 'atf_native_1' ).style.display = "inline-block"; } if( event.slot.getSlotElementId() == 'MC_ENG_PWA/MC_ENG_PWA_Home/MC_ENG_PWA_Home/MC_ENG_PWA_HP_BTF_NATIVE' ) { document.getElementById( 'btf_native_1' ).style.display = "inline-block"; } }); /* End = 768 ) { /* Ad Slot Render Ended -> Start */ var dimension_size = ”; googletag.pubads().addEventListener( ‘slotRenderEnded', function( event ) { if( event.slot.getSlotElementId() == ‘MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_ATF_728' ) { dimension_size = ”; dimension_size = event.size[0] + ‘x' + event.size[1]; if( dimension_size == ‘970×250' ) { /* Display close button for Jacket */ document.getElementById( ‘closeadpr' ).style.display = “block”; /* 970×250 jacket Ad auto close after 10 seconds */ document.getElementById( ‘closeadpr' ).setAttribute( ‘dimension_size', dimension_size ); jacketInterval = setInterval( jacketStartTimer, 1000 ); } } /* Showw Native ATF elenment, if DFP Ads is active */ if( event.slot.getSlotElementId() == ‘MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_ATF_Native' ) { document.getElementById( ‘mc_hp_native_atf' ).style.display = “list-item”; } /* if( event.slot.getSlotElementId() == ‘MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_LOGO_99x26' ) { dimension_size = ”; dimension_size = event.size[0] + ‘x' + event.size[1]; if( dimension_size == '99×26′ ) { /* Display Powered by * / document.getElementById( ‘mc_eng_hp_logo_99x26_powered_by' ).style.display = “inline-block”; } } */ }); /* End slot.slotID ); /* Notifies OpenWrap that there are some external bidders for which it has to wait before calling GAM. */ googletag.cmd.push( function() { notifyId = window.OWT.registerExternalBidders( register_external_bidders ); }); /* A9 Script End */ if( ppid != ” ) { googletag.pubads().setPublisherProvidedId( ppid ); } googletag.pubads().enableLazyLoad({ fetchMarginPercent: 200, renderMarginPercent: 200, mobileScaling: 1.5 }); googletag.enableServices(); /* OpenWrap code START here */ if(typeof PWT.requestBids === ‘function'){ PWT.requestBids( PWT.generateConfForGPT(googletag.pubads().getSlots()), function(adUnitsArray) { PWT.addKeyValuePairsToGPTSlots(adUnitsArray); PWT.ow_BidsReceived = true; /* initAdserver(false); */ } ); } /* No need to handle “else” part as we have A9 wrapper on page */ /* OpenWrap code END here */ set_dfp_targeting(); set_dfp_targeting_lending(); }); } var user_token_normal = get_dfp_cookie( ‘token-normal' ); if( user_token_normal != ” ) { var ajax_link = ‘https://www.moneycontrol.com/monitoring/mc_user_entitlements.php?user_token=' + user_token_normal + ‘&classic=true'; var opts = { method: ‘GET', headers: {} }; fetch( ajax_link, opts ).then( function ( response ) { return response.json(); }) .then( function ( json_obj ) { if( json_obj.hasOwnProperty( ‘tvuid' ) ) { document.getElementById( ‘tvuid' ).value = json_obj.tvuid; } if( json_obj.hasOwnProperty( ‘ppid' ) ) { document.getElementById( ‘ppid' ).value = json_obj.ppid; } if( json_obj.hasOwnProperty( ‘country_code' ) ) { var country_code = json_obj.country_code; if( country_code != ” ) { if( country_code != ‘IN' ) { const hide_in_international_collection = document.getElementsByClassName( ‘hide_in_international' ); if( hide_in_international_collection.length > 0 ) { for( i = 0; i 2000 means 2 seconds */ var mcpro = get_dfp_cookie( ‘mcpro' ); ]]>

= 768 ) { /* Runs Only for WEB */ setTimeout(function() { googletag.cmd.push(function() { googletag.display( ‘MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_PG_1x1' ); }); }, 1000 ); } } ]]>

= 768 ) { /* Runs Only for WEB */ setTimeout(function() { googletag.cmd.push(function() { googletag.display( ‘MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_PG_Slider_1x1' ); }); }, 1000 ); } } ]]>

= 768 ) { /* Runs Only for WEB */ setTimeout(function() { googletag.cmd.push(function() { googletag.display( ‘MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_PG_1x1_2' ); }); }, 1000 ); } } ]]>

0)if(e&&”performance”in e&&e.performance&&”function”==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n=””==”true”?1:0,t=””,a=”fibepaaafmmumjqacqasaaacr5uimdhm-f-2917ac257-clienttons-s.akamaihd.net”,i=”false”==”true”?2:1,o={“ak.v”:”39″,”ak.cp”:”1729798″,”ak.ai”:parseInt(“364248″,10),”ak.ol”:”0″,”ak.cr”:16,”ak.ipv”:6,”ak.proto”:”h2″,”ak.rid”:”248f75d9″,”ak.r”:39173,”ak.a2″:n,”ak.m”:”dsca”,”ak.n”:”essl”,”ak.bpcip”:”2a02:4780:2b:1946::”,”ak.cport”:19264,”ak.gh”:”184.25.148.157″,”ak.quicv”:””,”ak.tlsv”:”tls1.3″,”ak.0rtt”:””,”ak.0rtt.ed”:””,”ak.csrc”:”-“,”ak.acc”:””,”ak.t”:”1753615596″,”ak.ak”:”hOBiQwZUYzCg5VSAfCLimQ==XtrzjPfM5sOp1HtKzEtXebDjncYxwWLf/9/fCokm5xm7BLa6XE+dsP8U/A+QyqeQKfibrHp+ifEAJ/+kkEHUhHzgbQphsVDIw+ItIABycbCJMgnzc13ncRzbMrkiR3DJB12aKlbERfr15rWIPuUNk3lR+l4ayQhJAEbFMVXWUrzdKnOcVZ5oXEH7Qw1aSNHpjR1kdq3Jpvh0xWUUOTlUVF52fbF8LTG+rlHYkC8nc3JsRV2uxOJvDbCN1ZqK2kt4if2HP3VwGIbVvoZYfVK3LSHBZNnIIBuRlOzLwN8HTKl0VvgO03NBXgjZTTUuofrCqhmxieQfVc2WYO1yxOTkoSg5W+eBsJwWItW6C/mShs5FR7ZiodGgtjQXOKwppGn+1WIpfK+EZfIHllmfA1dfBuUsCtUqNGGDfpxfrEpQsl4=”,”ak.pv”:”1379″,”ak.dpoabenc”:””,”ak.tf”:i};if(“”!==t)o[“ak.ruds”]=t;var r={i:!1,av:function(n){var t=”http.initiator”;if(n&&(!n[t]||”spa_hard”===n[t]))o[“ak.feo”]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(o)},rv:function(){var e=[“ak.bpcip”,”ak.cport”,”ak.cr”,”ak.csrc”,”ak.gh”,”ak.ipv”,”ak.m”,”ak.n”,”ak.ol”,”ak.proto”,”ak.quicv”,”ak.tlsv”,”ak.0rtt”,”ak.0rtt.ed”,”ak.r”,”ak.acc”,”ak.t”,”ak.tf”];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:o,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e(“before_beacon”,r.av,null,null),e(“onbeacon”,r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);]]> comScore

= 768 && adKey.indexOf( ‘MC_ENG_DESKTOP' ) != -1 && adKey.indexOf( ‘MC_ENG_PWA' )

Start */ GAEventTracker( ‘SEARCHUSAGE', ‘MCTRENDS', ‘VISIBLE' ); setTimeout(function(){ $( “#form_topsearch #search_str” ).focus(); }); $( ‘.trend_searchbx' ).show(); /* End = 768 ) { var hedpos = $( ‘.bottom_nav' ).offset().top; $(window).scroll( function() { var window_scroll_top = $(window).scrollTop(); if( window_scroll_top hedpos ) { var serch_txt = $.trim( $( “#form_topsearch #search_str” ).val() ); $( ‘.bottom_nav' ).addClass( ‘posnav_fix' ); $( ‘.btn_black_float' ).show(); $( ‘.searchfloat' ).addClass( ‘search_abos' ); if( serch_txt === ” ) { if( $( ‘.searchBox.searchfloat' ).css( ‘display' ) == ‘block' ) { $( ‘.searchBox.searchfloat' ).hide(); } } } else { $( ‘.bottom_nav' ).removeClass( ‘posnav_fix' ); $( ‘.btn_black_float' ).hide(); $( ‘.searchfloat' ).removeClass( ‘search_abos' ); } }); } } }); $(document).mouseup(function (e) { var container = $( “.searchfloat.search_abos” ); if( !container.is(e.target) && container.has(e.target).length === 0 ) { if( $( ‘.searchBox.search_abos' ).css( ‘display' ) == ‘block' ) { var serch_txt = $.trim( $( “#form_topsearch #search_str” ).val() ); if( serch_txt !== ” ) { $( “#form_topsearch #search_str” ).val( ” ); } if( $( ‘.trend_searchbx' ).css( ‘display' ) == ‘block' ) { $( “.trend_searchbx” ).hide(); } if( $( ‘#autosugg_mc1' ).css( ‘display' ) == ‘block' ) { $( “#autosugg_mc1” ).hide(); } $( ‘.searchBox.searchfloat' ).removeClass( ‘search_abos' ).hide(); $( ‘.btn_black_float' ).show(); } } }); ]]> Start */ function get_chartbeat_cookie( cname ) { var name = cname + “=”; var ca = document.cookie.split( ‘;' ); for( var i = 0; i < ca.length; i++ ) { var c = ca[i]; while( c.charAt(0) == ' ' ) { c = c.substring(1); } if( c.indexOf( name ) == 0 ) { return c.substring( name.length, c.length ); } } return ""; } /* End Start */ var user_type = 'anon'; /* Subscriber Status - Guest */ if( get_chartbeat_cookie( 'nnmc' ) ) { user_type = 'lgdin'; /* Subscriber Status - Registered */ var mcpro = get_chartbeat_cookie( 'mcpro' ); if( mcpro != undefined && mcpro == '1' ) { user_type = 'paid'; /* Subscriber Status - Subscriber */ } } var _cbq = window._cbq = (window._cbq || []); _cbq.push( ['_acct', user_type] ); /* End { $( “.marquee_text” ).slick({ dots : false, arrows : true, speed : 1500, pauseOnHover : true, autoplay : false, slidesToScroll : 1, slidesToShow : 1 }); }); ]]> Start */ var ajax_link = ‘https://priceapi.moneycontrol.com/pricefeed/notapplicable/inidicesindia/in%3BNSX'; var opts = { method: ‘GET', headers: {} }; fetch( ajax_link, opts ).then( function ( response ) { return response.json(); }) .then( function ( json_obj ) { if( json_obj.hasOwnProperty( ‘code' ) && json_obj.code === ‘200' ) { var nifty_object = json_obj.data; if( Object.keys( nifty_object ).length > 0 ) { var color_bg_class = ”; var color_class = ”; if( nifty_object.pricechange > 0 ) { color_bg_class = ‘grn_hilight'; color_class = ‘grn_color'; } else if( nifty_object.pricechange 0 ) { pricechange = ‘+' + pricechange; } var pricepercentchange = 0; pricepercentchange = parseFloat( nifty_object.pricepercentchange ).toFixed(2); if( pricepercentchange > 0 ) { pricepercentchange = ‘+' + pricepercentchange; } document.getElementById( “nifty_block_chg_pc” ).classList.remove( ‘red_color', ‘grn_color' ); document.getElementById( “nifty_block_chg_pc” ).classList.add( color_class ); document.getElementById( “nifty_block_cp” ).classList.remove( ‘red_hilight', ‘grn_hilight' ); document.getElementById( “nifty_block_cp” ).classList.add( color_bg_class ); document.getElementById( “nifty_block_cp” ).innerHTML = nifty_object.pricecurrent; document.getElementById( “nifty_block_change” ).innerHTML = pricechange; document.getElementById( “nifty_block_chg_pchg” ).innerHTML = ‘(‘ + pricepercentchange + ‘%)'; setTimeout( function() { document.getElementById( “nifty_block_cp” ).classList.remove( ‘red_hilight', ‘grn_hilight' ); }, 5000 ); } } }); /* End Start */ var ajax_link = ‘https://priceapi.moneycontrol.com/pricefeed/notapplicable/inidicesindia/in%3BSEN'; var opts = { method: ‘GET', headers: {} }; fetch( ajax_link, opts ).then( function ( response ) { return response.json(); }) .then( function ( json_obj ) { if( json_obj.hasOwnProperty( ‘code' ) && json_obj.code === ‘200' ) { var sensex_object = json_obj.data; if( Object.keys( sensex_object ).length > 0 ) { var color_bg_class = ”; var color_class = ”; if( sensex_object.pricechange > 0 ) { color_bg_class = ‘grn_hilight'; color_class = ‘grn_color'; } else if( sensex_object.pricechange 0 ) { pricechange = ‘+' + pricechange; } var pricepercentchange = 0; pricepercentchange = parseFloat( sensex_object.pricepercentchange ).toFixed(2); if( pricepercentchange > 0 ) { pricepercentchange = ‘+' + pricepercentchange; } document.getElementById( “sensex_block_chg_pc” ).classList.remove( ‘red_color', ‘grn_color' ); document.getElementById( “sensex_block_chg_pc” ).classList.add( color_class ); document.getElementById( “sensex_block_cp” ).classList.remove( ‘red_hilight', ‘grn_hilight' ); document.getElementById( “sensex_block_cp” ).classList.add( color_bg_class ); document.getElementById( “sensex_block_cp” ).innerHTML = sensex_object.pricecurrent; document.getElementById( “sensex_block_change” ).innerHTML = pricechange; document.getElementById( “sensex_block_chg_pchg” ).innerHTML = ‘(‘ + pricepercentchange + ‘%)'; setTimeout( function() { document.getElementById( “sensex_block_cp” ).classList.remove( ‘red_hilight', ‘grn_hilight' ); }, 5000 ); } } }); /* End

Trending News

These 3 founders hated their 9-to-5 jobs so much they launched their own companies

= 768 && adKey.indexOf( “MC_ENG_DESKTOP” ) != -1 && adKey.indexOf( “MC_ENG_PWA” ) < 0 ) { setTimeout( function() { googletag.cmd.push( function() { googletag.display( "MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_ATF_300" ) } ); adKey = document.getElementById( "MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_ATF_300" ); adKey.closest( ".advertisement_box" ).querySelector( ".advHead" ).style.display = "flex"; }, 1000 ); } if( width

= 768 ) { if( mcpro == undefined || mcpro == ” || mcpro == ‘0' ) { setTimeout(function() { googletag.cmd.push(function() { googletag.display( ‘MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_SHOSH_OOP' ); }); }, 1000 ); } } ]]>

= 768 ) { if( mcpro == undefined || mcpro == ” || mcpro == ‘0' ) { setTimeout(function() { googletag.cmd.push(function() { googletag.display( ‘MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_SKIN_OOP' ); }); }, 1000 ); } } ]]>

Instant cash]]>“; html_body += “Credit Cards“; if( html_body != ” ) { $( ‘.hmpro_widget #mcprowd' ).html( ‘

‘ + html_body + ‘

‘ ); $( ‘.hmpro_widget' ).removeClass( ‘dfp_ads_block' ).show(); } } $( ‘.hmpro_widget #mcprowd .pro_slider_ban' ).slick({ autoplay: true, dots: true }); });

Market Action

= 768 && adKey.indexOf( “MC_ENG_DESKTOP” ) != -1 && adKey.indexOf( “MC_ENG_PWA” ) < 0 ) { setTimeout(function() { googletag.cmd.push(function() { googletag.display( "MC_ENG_PWA/MC_ENG_PWA_Home/MC_ENG_PWA_Home/MC_ENG_PWA_HP_LOGO_100x21" ) }); }, 1000); } if( width

Indian Indices

View all Indian Markets

View all Global Markets

Select Exchange Dow Jones Nasdaq S & P 500 Select Exchange Dow Jones Nasdaq S & P 500 Select Exchange Dow Jones Nasdaq S & P 500

= 768 && adKey.indexOf( “MC_ENG_DESKTOP” ) != -1 && adKey.indexOf( “MC_ENG_PWA” ) < 0 ) { setTimeout( function() { googletag.cmd.push( function() { googletag.display( "MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_MID2_300" ) } ); adKey = document.getElementById( "MC_ENG_DESKTOP/MC_ENG_Home/MC_ENG_Home/MC_ENG_HP_MID2_300" ); adKey.closest( ".advertisement_box" ).querySelector( ".advHead" ).style.display = "flex"; }, 1000 ); } if( width

Start */ function change_stock_action_in( tab, selected_option ) { let selected_option_list = selected_option.split( ‘|-|' ); $( ‘.' + tab + ‘_display_data .ajax_loading' ).show(); let ga_event_tracker_label = null; if( tab == ‘in_ma' ) { ga_event_tracker_label = ‘India_Most Active_' + selected_option_list[1]; } else if( tab == ‘in_tg' ) { ga_event_tracker_label = ‘India_Top Gainers_' + selected_option_list[1]; } else if( tab == ‘in_tl' ) { ga_event_tracker_label = ‘India_Top Losers_' + selected_option_list[1]; } GAEventTracker( ‘Stock Action_HP', ‘Click_Dropdown', ga_event_tracker_label ); setTimeout(function() { $( ‘.' + tab + ‘_display_data .' + tab + ‘_tab' ).hide(); $( ‘.' + tab + ‘_display_data .' + tab + ‘_' + selected_option_list[0] ).show(); $( ‘.' + tab + ‘_display_data .ajax_loading' ).hide(); }, 1000 ); } /* End Start */ function change_stock_action_us( tab, selected_option ) { let selected_option_list = selected_option.split( ‘|-|' ); let ga_event_tracker_label = null; if( tab == ‘us_tg' ) { ga_event_tracker_label = ‘US_Top Gainers_' + selected_option_list[1]; } else if( tab == ‘us_tl' ) { ga_event_tracker_label = ‘US_Top Losers_' + selected_option_list[1]; } else if( tab == ‘us_ma' ) { ga_event_tracker_label = ‘US_Top Companies_' + selected_option_list[1]; } GAEventTracker( ‘Stock Action_HP', ‘Click_Dropdown', ga_event_tracker_label ); let ajax_link = null; if( tab == ‘us_tg' ) { ajax_link = ‘https://www.moneycontrol.com/techmvc/ajaxcontent/stock_action_us/mc_homepage/top_gainers/' + selected_option_list[0] + ‘/?classic=true'; } else if( tab == ‘us_tl' ) { ajax_link = ‘https://www.moneycontrol.com/techmvc/ajaxcontent/stock_action_us/mc_homepage/top_losers/' + selected_option_list[0] + ‘/?classic=true'; } else if( tab == ‘us_ma' ) { ajax_link = ‘https://www.moneycontrol.com/techmvc/ajaxcontent/stock_action_us/mc_homepage/top_companies/' + selected_option_list[0] + ‘/?classic=true'; } $.ajax({ type: “GET”, url: ajax_link, dataType: ‘html', error: function ( obj, errorMsg, d ) { }, success: function ( html_body ) { if ( html_body != ” ) { $( ‘.' + tab + ‘_display_data' ).html( html_body ); } }, beforeSend: function () { $( ‘.' + tab + ‘_display_data .ajax_loading' ).show(); }, complete: function () { $( ‘.' + tab + ‘_display_data .ajax_loading' ).hide(); } }); } /* End

= 768 && adKey.indexOf( “MC_ENG_DESKTOP” ) != -1 && adKey.indexOf( “MC_ENG_PWA” ) < 0 ) { setTimeout( function() { googletag.cmd.push( function() { googletag.display( "MC_ENG_PWA/MC_ENG_PWA_Home/MC_ENG_PWA_Home/MC_ENG_PWA_HP_ATF_300" ) } ); adKey = document.getElementById( "MC_ENG_PWA/MC_ENG_PWA_Home/MC_ENG_PWA_Home/MC_ENG_PWA_HP_ATF_300" ); adKey.closest( ".advertisement_box" ).querySelector( ".advHead" ).style.display = "flex"; }, 1000 ); } if( width

Commodity Price   Change % Chg

Trending News

These 3 founders hated their 9-to-5 jobs so much they launched their own companies { mouseDown = true; startX = e.pageX – slider.offsetLeft; scrollLeft = slider.scrollLeft; } const stopDragging = (e) => { mouseDown = false; } const move = (e) => { e.preventDefault(); if (!mouseDown) { return; } const x = e.pageX – slider.offsetLeft; const scroll = x – startX; slider.scrollLeft = scrollLeft – scroll; } // Add the event listeners slider.addEventListener(‘mousemove', move, false); slider.addEventListener(‘mousedown', startDragging, false); slider.addEventListener(‘mouseup', stopDragging, false); slider.addEventListener(‘mouseleave', stopDragging, false); } ]]> { mouseDown_business = true; startX_business = e.pageX – slider_business.offsetLeft; scrollLeft_business = slider_business.scrollLeft; } const stopDragging_business = (e) => { mouseDown_business = false; } const move_business = (e) => { e.preventDefault(); if (!mouseDown_business) { return; } const x = e.pageX – slider_business.offsetLeft; const scroll = x – startX_business; slider_business.scrollLeft = scrollLeft_business – scroll; } // Add the event listeners // slider_business.addEventListener(‘mousemove', move_business, false); // slider_business.addEventListener(‘mousedown', startDragging_business, false); // slider_business.addEventListener(‘mouseup', stopDragging_business, false); // slider_business.addEventListener(‘mouseleave', stopDragging_business, false); ]]> { mouseDown = true; startX_match = e.pageX – slider_matchCards.offsetLeft; scrollLeft = slider_matchCards.scrollLeft; } const stopDragging_match = (e) => { mouseDown = false; } const move_match = (e) => { e.preventDefault(); if (!mouseDown) { return; } const x = e.pageX – slider_matchCards.offsetLeft; const scroll = x – startX_match; slider_matchCards.scrollLeft = scrollLeft – scroll; } // Add the event listeners // slider_matchCards.addEventListener(‘mousemove', move_match, false); // slider_matchCards.addEventListener(‘mousedown', startDragging_match, false); // slider_matchCards.addEventListener(‘mouseup', stopDragging_match, false); // slider_matchCards.addEventListener(‘mouseleave', stopDragging_match, false); ]]> { mouseDown_mc_0 = true; startX_mc_0 = e.pageX – slider_mc_0.offsetLeft; scrollLeft_0 = slider_mc_0.scrollLeft; } const stopDragging_mc_0 = (e) => { mouseDown_mc_0 = false; } const move_mc_0 = (e) => { e.preventDefault(); if (!mouseDown_mc_0) { return; } const x_0 = e.pageX – slider_mc_0.offsetLeft; const scroll_0 = x_0 – startX_mc_0; slider_mc_0.scrollLeft = scrollLeft_0 – scroll_0; } slider_mc_0.addEventListener(‘mousemove', move_mc_0, false); slider_mc_0.addEventListener(‘mousedown', startDragging_mc_0, false); slider_mc_0.addEventListener(‘mouseup', stopDragging_mc_0, false); slider_mc_0.addEventListener(‘mouseleave', stopDragging_mc_0, false);}]]> { mouseDown_mc_1 = true; startX_mc_1 = e.pageX – slider_mc_1.offsetLeft; scrollLeft_1 = slider_mc_1.scrollLeft; } const stopDragging_mc_1 = (e) => { mouseDown_mc_1 = false; } const move_mc_1 = (e) => { e.preventDefault(); if (!mouseDown_mc_1) { return; } const x_1 = e.pageX – slider_mc_1.offsetLeft; const scroll_1 = x_1 – startX_mc_1; slider_mc_1.scrollLeft = scrollLeft_1 – scroll_1; } slider_mc_1.addEventListener(‘mousemove', move_mc_1, false); slider_mc_1.addEventListener(‘mousedown', startDragging_mc_1, false); slider_mc_1.addEventListener(‘mouseup', stopDragging_mc_1, false); slider_mc_1.addEventListener(‘mouseleave', stopDragging_mc_1, false);}]]> { mouseDown_mc_2 = true; startX_mc_2 = e.pageX – slider_mc_2.offsetLeft; scrollLeft_2 = slider_mc_2.scrollLeft; } const stopDragging_mc_2 = (e) => { mouseDown_mc_2 = false; } const move_mc_2 = (e) => { e.preventDefault(); if (!mouseDown_mc_2) { return; } const x_2 = e.pageX – slider_mc_2.offsetLeft; const scroll_2 = x_2 – startX_mc_2; slider_mc_2.scrollLeft = scrollLeft_2 – scroll_2; } slider_mc_2.addEventListener(‘mousemove', move_mc_2, false); slider_mc_2.addEventListener(‘mousedown', startDragging_mc_2, false); slider_mc_2.addEventListener(‘mouseup', stopDragging_mc_2, false); slider_mc_2.addEventListener(‘mouseleave', stopDragging_mc_2, false);}]]> { mouseDown_mc_3 = true; startX_mc_3 = e.pageX – slider_mc_3.offsetLeft; scrollLeft_3 = slider_mc_3.scrollLeft; } const stopDragging_mc_3 = (e) => { mouseDown_mc_3 = false; } const move_mc_3 = (e) => { e.preventDefault(); if (!mouseDown_mc_3) { return; } const x_3 = e.pageX – slider_mc_3.offsetLeft; const scroll_3 = x_3 – startX_mc_3; slider_mc_3.scrollLeft = scrollLeft_3 – scroll_3; } slider_mc_3.addEventListener(‘mousemove', move_mc_3, false); slider_mc_3.addEventListener(‘mousedown', startDragging_mc_3, false); slider_mc_3.addEventListener(‘mouseup', stopDragging_mc_3, false); slider_mc_3.addEventListener(‘mouseleave', stopDragging_mc_3, false);}]]> { mouseDown_mc_4 = true; startX_mc_4 = e.pageX – slider_mc_4.offsetLeft; scrollLeft_4 = slider_mc_4.scrollLeft; } const stopDragging_mc_4 = (e) => { mouseDown_mc_4 = false; } const move_mc_4 = (e) => { e.preventDefault(); if (!mouseDown_mc_4) { return; } const x_4 = e.pageX – slider_mc_4.offsetLeft; const scroll_4 = x_4 – startX_mc_4; slider_mc_4.scrollLeft = scrollLeft_4 – scroll_4; } slider_mc_4.addEventListener(‘mousemove', move_mc_4, false); slider_mc_4.addEventListener(‘mousedown', startDragging_mc_4, false); slider_mc_4.addEventListener(‘mouseup', stopDragging_mc_4, false); slider_mc_4.addEventListener(‘mouseleave', stopDragging_mc_4, false);}]]> { mouseDown_mc_5 = true; startX_mc_5 = e.pageX – slider_mc_5.offsetLeft; scrollLeft_5 = slider_mc_5.scrollLeft; } const stopDragging_mc_5 = (e) => { mouseDown_mc_5 = false; } const move_mc_5 = (e) => { e.preventDefault(); if (!mouseDown_mc_5) { return; } const x_5 = e.pageX – slider_mc_5.offsetLeft; const scroll_5 = x_5 – startX_mc_5; slider_mc_5.scrollLeft = scrollLeft_5 – scroll_5; } slider_mc_5.addEventListener(‘mousemove', move_mc_5, false); slider_mc_5.addEventListener(‘mousedown', startDragging_mc_5, false); slider_mc_5.addEventListener(‘mouseup', stopDragging_mc_5, false); slider_mc_5.addEventListener(‘mouseleave', stopDragging_mc_5, false);}]]> { mouseDown_mc_6 = true; startX_mc_6 = e.pageX – slider_mc_6.offsetLeft; scrollLeft_6 = slider_mc_6.scrollLeft; } const stopDragging_mc_6 = (e) => { mouseDown_mc_6 = false; } const move_mc_6 = (e) => { e.preventDefault(); if (!mouseDown_mc_6) { return; } const x_6 = e.pageX – slider_mc_6.offsetLeft; const scroll_6 = x_6 – startX_mc_6; slider_mc_6.scrollLeft = scrollLeft_6 – scroll_6; } slider_mc_6.addEventListener(‘mousemove', move_mc_6, false); slider_mc_6.addEventListener(‘mousedown', startDragging_mc_6, false); slider_mc_6.addEventListener(‘mouseup', stopDragging_mc_6, false); slider_mc_6.addEventListener(‘mouseleave', stopDragging_mc_6, false);}]]> { mouseDown_mc_7 = true; startX_mc_7 = e.pageX – slider_mc_7.offsetLeft; scrollLeft_7 = slider_mc_7.scrollLeft; } const stopDragging_mc_7 = (e) => { mouseDown_mc_7 = false; } const move_mc_7 = (e) => { e.preventDefault(); if (!mouseDown_mc_7) { return; } const x_7 = e.pageX – slider_mc_7.offsetLeft; const scroll_7 = x_7 – startX_mc_7; slider_mc_7.scrollLeft = scrollLeft_7 – scroll_7; } slider_mc_7.addEventListener(‘mousemove', move_mc_7, false); slider_mc_7.addEventListener(‘mousedown', startDragging_mc_7, false); slider_mc_7.addEventListener(‘mouseup', stopDragging_mc_7, false); slider_mc_7.addEventListener(‘mouseleave', stopDragging_mc_7, false);}]]> { mouseDown_mc_8 = true; startX_mc_8 = e.pageX – slider_mc_8.offsetLeft; scrollLeft_8 = slider_mc_8.scrollLeft; } const stopDragging_mc_8 = (e) => { mouseDown_mc_8 = false; } const move_mc_8 = (e) => { e.preventDefault(); if (!mouseDown_mc_8) { return; } const x_8 = e.pageX – slider_mc_8.offsetLeft; const scroll_8 = x_8 – startX_mc_8; slider_mc_8.scrollLeft = scrollLeft_8 – scroll_8; } slider_mc_8.addEventListener(‘mousemove', move_mc_8, false); slider_mc_8.addEventListener(‘mousedown', startDragging_mc_8, false); slider_mc_8.addEventListener(‘mouseup', stopDragging_mc_8, false); slider_mc_8.addEventListener(‘mouseleave', stopDragging_mc_8, false);}]]> { mouseDown_mc_9 = true; startX_mc_9 = e.pageX – slider_mc_9.offsetLeft; scrollLeft_9 = slider_mc_9.scrollLeft; } const stopDragging_mc_9 = (e) => { mouseDown_mc_9 = false; } const move_mc_9 = (e) => { e.preventDefault(); if (!mouseDown_mc_9) { return; } const x_9 = e.pageX – slider_mc_9.offsetLeft; const scroll_9 = x_9 – startX_mc_9; slider_mc_9.scrollLeft = scrollLeft_9 – scroll_9; } slider_mc_9.addEventListener(‘mousemove', move_mc_9, false); slider_mc_9.addEventListener(‘mousedown', startDragging_mc_9, false); slider_mc_9.addEventListener(‘mouseup', stopDragging_mc_9, false); slider_mc_9.addEventListener(‘mouseleave', stopDragging_mc_9, false);}]]> Forum Forum

YOUR OPINION

Will India be a USD 5 trillion economy by FY27?

COMMENTS

Thank You for Voting

NEWS NOT TO MISS

This Tenant Moved to Mumbai for Film Dreams… Ended Up in Naigaon | The Tenant This Tenant Moved to Mumbai for Film Dreams… Ended Up in Naigaon | The Tenant Rajat Acharya, a real estate professional and passionate musician, moved from Noida to Mumbai chasing big dreams — but life took an unexpected turn. He now lives in a 1BHK in Naigaon, paying just ₹9,500 in rent. While the price sounds like a steal, the reality is far from ideal. With just 30 minutes of water supply a day, poor road connectivity, no major internet providers, and hour-long waits for rickshaws, Rajat finds himself disconnected from the city he came to be part of. In this episode of The Tenant, Rajat opens up about the compromises he's made, the struggles of living in Naigaon, and why he says Mumbai pushes you into a lonely rat race. Show More News

IPO Snapshot

chat box

Ajay Jain Ajay Jain
CEO,

29 Jul – 14:00 hrs

What do stars foretell?

Company Price Stock Recommendation
 
 
Gujarat Pipavav 160.70   Trade Spotlight: How should you trade Gujarat Pipavav Port, RCF, Swan Energy, Jindal Steel, Shyam Metalics, Dixon Technologies, REC and others on July 25?
Fortis Health 845.25   Trade Spotlight: How should you trade Fortis Healthcare, Bharti Airtel, Piramal Enterprises, Naukri, Godrej Agrovet, Chalet Hotels and others on July 24?
HDFC Life 760.00   Trade Spotlight: How should you trade HDFC Life Insurance, Hindalco, M&M, Swiggy, Nykaa, Indian Oil Corporation and others on July 23?
UltraTechCement 12239.00   UltraTech Q1 FY26: Is the cement stock as solid as the business performance?
Hero Motocorp 4229.35   Trade Spotlight: How should you trade ICICI Bank, Varun Beverages, Sonata Software, Bajaj Auto, M&M, UPL, L&T Finance, KEI Industries and others on July 22?

chat box

Ajay Jain Ajay Jain
CEO

29 Jul – 14:00 hrs

What do stars foretell?

= 768 ) { var widget_api_url = ‘https://www.moneycontrol.com/mc/ms/crypto_basket?hide_ad=1&device_type=desktop&source=home'; if( widget_api_url != ”) { $.ajax({ type: “GET”, url: widget_api_url, dataType: ‘html', error: function( obj, errorMsg, d ) {}, success: function( html_body ) { if( html_body != ” ) { $( “#js-crypto-basket-widget” ).html( html_body ); } }, beforeSend: function () {}, complete: function () {} }); } } }); ]]> = 768 ) { $( “.newsletter_widget_web” ).html( html_body ); } /* Runs Only for WAP */ if( width

NEWS NOT TO MISS

This Tenant Moved to Mumbai for Film Dreams… Ended Up in Naigaon | The Tenant This Tenant Moved to Mumbai for Film Dreams… Ended Up in Naigaon | The Tenant Rajat Acharya, a real estate professional and passionate musician, moved from Noida to Mumbai chasing big dreams — but life took an unexpected turn. He now lives in a 1BHK in Naigaon, paying just ₹9,500 in rent. While the price sounds like a steal, the reality is far from ideal. With just 30 minutes of water supply a day, poor road connectivity, no major internet providers, and hour-long waits for rickshaws, Rajat finds himself disconnected from the city he came to be part of. In this episode of The Tenant, Rajat opens up about the compromises he's made, the struggles of living in Naigaon, and why he says Mumbai pushes you into a lonely rat race. Show More News Jeju Air Crash: Update Reveals One Engine Was Still Working | Investigators Raise Fresh Questions Jeju Air Crash: Update Reveals One Engine Was Still Working | Investigators Raise Fresh Questions An investigation update into the Jeju Air crash that killed 179 people reveals the right engine was still producing enough thrust after a bird strike—raising questions about why the less-damaged left engine was shut down instead. The Boeing 737-800 belly-landed at Muan Airport in December without landing gear and exploded into flames. South Korean investigators say both engines suffered bird damage but confirm the right engine remained operational. Families are questioning the decision-making and infrastructure, including a concrete embankment that worsened the death toll. The final report is due next June. Show More News Start –> 0 ) { var st = $(this).scrollTop(); if( st > lastScrollTop ) { $( ‘#fixedheader' ).addClass( ‘open_div' ); } else { $( ‘#fixedheader' ).removeClass( ‘open_div' ); } lastScrollTop = st; } }); } } deleteGameCookie(“mc_stw_game_question_answered”); $(“.js-li-win-to-spin-game-start”).click(function() { deleteGameCookie(“mc_stw_game_question_answered”); if(clevertap){ var ctid = clevertap.getCleverTapID(); console.log(“homepage:Clevertapid:”,ctid); if( ctid == “” || ctid == null || ctid == undefined ){ ctid = “mc”+generateHexLikeString(); } setGameCookie(“mc_stw_game_identifier”, ctid, 1); }else{ var ctid = “mc”+generateHexLikeString(); setGameCookie(“mc_stw_game_identifier”, ctid, 1); } // https://www.moneycontrol.com/win-to-spin/spin-to-win?id=a952f193092f4711bd0fb2784a8e7495 /*setTimeout(function() { window.location.href = “/win-to-spin/”; }, 300);*/ setTimeout(function() { window.location.href = “/win-to-spin/spin-to-win?id=”+ctid; }, 300); }) } }); ]]> Start */ if( href.indexOf( “moneysavers” ) >= 0 ) { if( $(this).parent().parent().hasClass( ‘headbotmmenus1' ) ) { ga( ‘send', ‘event', ‘MC_WEB', ‘Web_Navigation_Link', ‘WEB_NAV_RMF_MoneySavers' ); } else if( $(this).parent().parent().hasClass( ‘splist' ) ) { ga( ‘send', ‘event', ‘MC_WEB', ‘Special_Section', ‘WEB_Special_MoneySavers' ); } } /* End

You are already a Moneycontrol Pro user.

Close MC Learn: The Trader's Blueprint | Real Techniques & Proven Frameworks - Moneycontrol Start */ function getProUserCookie( cname ) { var name = cname + “=”; var ca = document.cookie.split(‘;'); for( var i = 0; i < ca.length; i++ ) { var c = ca[i]; while( c.charAt(0) == ' ' ) { c = c.substring( 1 ); } if( c.indexOf( name ) == 0 ) { return c.substring( name.length, c.length ); } } return ""; } /* End Start */ function setProUserCookieHours( name, value, hours ) { var date = new Date(); date.setHours(date.getHours()+(hours)); /* var expires = "; expires="+date.toGMTString(); */ var expires = "; expires="+date; document.cookie = name+"="+value+expires+"; path=/"; } /* End <- Set Cookie Value */ function hidetheBanner() { document.getElementById('sticky-market-banner').style.display = 'none'; setProUserCookieHours( pro_user_cookie_name, 1, 4 ); /* Set Cookie for four hours */ console.log( 'Cookie is set set for ', pro_user_cookie_name ); } $(document).ready( function() { var is_display_pro_user_popup = false; /* Popup Visibility Flag */ var width = document.documentElement.clientWidth; var user_token_normal = getProUserCookie( 'token-normal' ); var mcpro = getProUserCookie( 'mcpro' ); var is_mc_pro_user_popup_close = getProUserCookie( pro_user_cookie_name ); console.log( 'is_mc_pro_user_popup_close = ', is_mc_pro_user_popup_close ); if( user_token_normal != '' ) { /* Runs for Log-in User Only */ if( mcpro == '1' ) { is_display_pro_user_popup = true; } } /* Checks if MC Pro User Popup is closed by User */ if( is_mc_pro_user_popup_close != '' ) { is_display_pro_user_popup = false; } /* Runs Only for WAP */ if( width 50 ) { stickyad.style.bottom = "0"; } else { stickyad.style.bottom = "-85px"; stickyad.style.transition = "none"; } }); /* Start with the initial bottom position */ setTimeout( function () { stickyad.style.bottom = "-85px"; }, 50 ); }); } }); ]]> Start –> = 768 ) { /* Runs Only for WEB */ $( “body” ).append( ‘‘ ); } else { /* Runs Only for WAP */ $( “body” ).append( ‘‘ ); } } } else { if( !$.cookie( “WEBADBLOCKER” ) ) { $.cookie( “WEBADBLOCKER”, “Active”, { expires: 30, path: “/”, domain: “.moneycontrol.com” } ); if( $.cookie( “mcpro” ) != undefined && $.cookie( “mcpro” ) == 1 ) { $( “body” ).append( ‘‘ ); } else { $( “body” ).append( ‘‘ ); } } /* Generate Counter Report */ if( !$.cookie( “WEBADBLOCKER_REPORT” ) ) { $.cookie( “WEBADBLOCKER_REPORT”, “Active”, { expires: 30, path: “/”, domain: “.moneycontrol.com” } ); if( $.cookie( “mcpro” ) != undefined && $.cookie( “mcpro” ) == 1 ) { if( width >= 768 ) { /* Runs Only for WEB */ $( “body” ).append( ‘‘ ); } else { /* Runs Only for WAP */ $( “body” ).append( ‘‘ ); } } else { if( width >= 768 ) { /* Runs Only for WEB */ $( “body” ).append( ‘‘ ); } else { /* Runs Only for WAP */ $( “body” ).append( ‘‘ ); } } } } }); ]]>

= 768 && adKey.indexOf( “MC_ENG_DESKTOP” ) != -1 && adKey.indexOf( “MC_ENG_PWA” ) < 0 ) { setTimeout(function() { googletag.cmd.push(function() { googletag.display( "MC_ENG_PWA/MC_ENG_PWA_Home/MC_ENG_PWA_Home/MC_ENG_PWA_HP_FBN_320" ) }); }, 1000); } if( width