/*! elementor-pro - v3.23.0 - 05-08-2024 */ (()=>{"use strict";class Screenshot extends elementorModules.ViewModule{getDefaultSettings(){return{empty_content_headline:"Empty Content.",crop:{width:1200,height:1500},excluded_external_css_urls:["https://kit-pro.fontawesome.com"],external_images_urls:["https://i.ytimg.com"],timeout:15e3,render_timeout:5e3,timerLabel:null,timer_label:`${ElementorScreenshotConfig.post_id} - timer`,image_placeholder:"data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=",isDebug:elementorCommonConfig.isElementorDebug,isDebugSvg:!1,...ElementorScreenshotConfig}}getDefaultElements(){const e=jQuery(ElementorScreenshotConfig.selector),t=e.find(".elementor-section-wrap > .elementor-section, .elementor > .elementor-section");return{$elementor:e,$sections:t,$firstSection:t.first(),$notElementorElements:elementorCommon.elements.$body.find("> *:not(style, link)").not(e),$head:jQuery("head")}}onInit(){return super.onInit(),this.log("Screenshot init","time"),this.timeoutTimer=setTimeout(this.screenshotFailed.bind(this),this.getSettings("timeout")),this.captureScreenshot()}captureScreenshot(){return this.elements.$elementor.length||(elementorCommon.helpers.consoleWarn("Screenshots: The content of this page is empty, the module will create a fake conent just for this screenshot."),this.createFakeContent()),this.removeUnnecessaryElements(),this.handleIFrames(),this.removeFirstSectionMargin(),this.handleLinks(),this.loadExternalCss(),this.loadExternalImages(),Promise.resolve().then(this.createImage.bind(this)).then(this.createImageElement.bind(this)).then(this.cropCanvas.bind(this)).then(this.save.bind(this)).then(this.screenshotSucceed.bind(this)).catch(this.screenshotFailed.bind(this))}createFakeContent(){this.elements.$elementor=jQuery("
").css({height:this.getSettings("crop.height"),width:this.getSettings("crop.width"),display:"flex",alignItems:"center",justifyContent:"center"}),this.elements.$elementor.append(jQuery("

").css({fontSize:"85px"}).html(this.getSettings("empty_content_headline"))),document.body.prepend(this.elements.$elementor)}loadExternalCss(){const e=[this.getSettings("home_url"),...this.getSettings("excluded_external_css_urls")].map((e=>`[href^="${e}"]`)).join(", ");jQuery("link").not(e).each(((e,t)=>{const s=jQuery(t),n=s.clone();n.attr("href",this.getScreenshotProxyUrl(s.attr("href"))),this.elements.$head.append(n),s.remove()}))}loadExternalImages(){const e=this.getSettings("external_images_urls").map((e=>`img[src^="${e}"]`)).join(", ");jQuery(e).each(((e,t)=>{const s=jQuery(t);s.attr("src",this.getScreenshotProxyUrl(s.attr("src")))}))}handleIFrames(){this.elements.$elementor.find("iframe").each(((e,t)=>{const s=jQuery(t),n=jQuery("
",{css:{background:"gray",width:s.width(),height:s.height()}});s.before(n),s.remove()}))}removeUnnecessaryElements(){let e=0;this.elements.$sections.filter(((t,s)=>{let n=!1;return e>=this.getSettings("crop.height")&&(n=!0),e+=jQuery(s).outerHeight(),n})).each(((e,t)=>{t.remove()})),this.elements.$notElementorElements.remove()}handleLinks(){elementorCommon.elements.$body.find("a").attr("href","/")}removeFirstSectionMargin(){this.elements.$firstSection.css({marginTop:0})}createImage(){const e=new Promise((e=>{window.addEventListener("load",(()=>{e()}))})),t=new Promise((e=>{setTimeout((()=>{e()}),this.getSettings("render_timeout"))}));return Promise.race([e,t]).then((()=>{if(this.log("Start creating screenshot."),this.getSettings("isDebugSvg"))return domtoimage.toSvg(document.body,{imagePlaceholder:this.getSettings("image_placeholder")}).then((e=>this.download(e))),Promise.reject("Debug SVG.");return/^((?!chrome|android).)*safari/i.test(window.userAgent)?(this.log('Creating screenshot with "html2canvas"'),html2canvas(document.body).then((e=>e.toDataURL("image/png")))):(this.log('Creating screenshot with "dom-to-image"'),domtoimage.toPng(document.body,{imagePlaceholder:this.getSettings("image_placeholder")}))}))}download(e){const t=jQuery("",{href:e,download:"debugSvg.svg",html:"Download SVG"});elementorCommon.elements.$body.append(t),t.trigger("click")}createImageElement(e){const t=new Image;return t.src=e,new Promise((e=>{t.onload=()=>e(t)}))}cropCanvas(e){const t=this.getSettings("crop.width"),s=this.getSettings("crop.height"),n=document.createElement("canvas"),i=n.getContext("2d"),o=t/e.width;return n.width=t,n.height=s>e.height?e.height:s,i.drawImage(e,0,0,e.width,e.height,0,0,e.width*o,e.height*o),Promise.resolve(n)}save(e){return new Promise(((t,s)=>{elementorCommon.ajax.addRequest("screenshot_save",{data:{post_id:this.getSettings("post_id"),screenshot:e.toDataURL("image/png")},success:e=>{this.log(`Screenshot created: ${encodeURI(e)}`),t(e)},error:()=>{this.log("Failed to create screenshot."),s()}})}))}markAsFailed(){return new Promise(((e,t)=>{elementorCommon.ajax.addRequest("screenshot_failed",{data:{post_id:this.getSettings("post_id")},success:()=>{this.log("Marked as failed."),e()},error:()=>{this.log("Failed to mark this screenshot as failed."),t()}})}))}getScreenshotProxyUrl(e){return`${this.getSettings("home_url")}?screenshot_proxy&nonce=${this.getSettings("nonce")}&href=${e}`}screenshotSucceed(e){this.screenshotDone(!0,e)}screenshotFailed(e){this.log(e,null),this.markAsFailed().then((()=>this.screenshotDone(!1)))}screenshotDone(e,t=null){clearTimeout(this.timeoutTimer),this.timeoutTimer=null,window.parent.postMessage({name:"capture-screenshot-done",success:e,id:this.getSettings("post_id"),imageUrl:t},"*"),this.log(`Screenshot ${e?"Succeed":"Failed"}.`,"timeEnd")}log(e,t="timeLog"){this.getSettings("isDebug")&&(console.log("string"==typeof e?`${this.getSettings("post_id")} - ${e}`:e),t&&console[t](this.getSettings("timer_label")))}}jQuery((()=>{new Screenshot}))})();{"id":158,"date":"2022-12-21T14:04:40","date_gmt":"2022-12-21T14:04:40","guid":{"rendered":"https:\/\/dcmfinance.in\/?p=158"},"modified":"2024-10-15T14:18:33","modified_gmt":"2024-10-15T14:18:33","slug":"axis-bank-short-term-share-price-target","status":"publish","type":"post","link":"https:\/\/dcmfinance.in\/axis-bank-short-term-share-price-target\/","title":{"rendered":"\u090f\u0915\u094d\u0938\u093f\u0938 \u092c\u0948\u0902\u0915 \u00a0\u0932\u093f\u092e\u093f\u091f\u0947\u0921 (Axis Bank Ltd.) \u0936\u093e\u0930\u094d\u091f-\u091f\u0930\u094d\u092e \u0936\u0947\u092f\u0930 \u092a\u094d\u0930\u093e\u0907\u0938 \u091f\u093e\u0930\u0917\u0947\u091f"},"content":{"rendered":"

\u090f\u0915\u094d\u0938\u093f\u0938 \u092c\u0948\u0902\u0915<\/strong> \u00a0\u0932\u093f\u092e\u093f\u091f\u0947\u0921<\/strong> (<\/strong>Axis Bank Ltd.<\/strong>)<\/strong><\/p>\n\n\n\n\n\n\n\n\n\n\n\n
\n

Company of Details<\/strong><\/p>\n<\/td>\n<\/tr>\n

BSE Code: 532215<\/strong><\/td>\nNSE Code: AXISBANK<\/strong><\/td>\n<\/tr>\n
Company Types<\/strong><\/td>\nPrivate<\/strong><\/td>\n<\/tr>\n
Company Market Cap <\/strong><\/td>\n287,925.38 Cr (Crores)<\/strong><\/td>\n<\/tr>\n
Company Founded<\/strong><\/td>\n03-12-1993<\/strong><\/td>\n<\/tr>\n
Company Industry<\/strong><\/td>\nFinancial Services (Banking)<\/strong><\/td>\n<\/tr>\n
Company of Headquarters<\/strong><\/td>\nMumbai, Maharashtra<\/strong><\/td>\n<\/tr>\n
Company of Ownership<\/strong><\/td>\nAxis Asset Management Company Ltd<\/strong><\/td>\n<\/tr>\n
Website<\/strong><\/td>\nhttps:\/\/www.axisbank.com\/<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n
    \n
  • \u090f\u0915\u094d\u0938\u093f\u0938 \u092c\u0948\u0902\u0915 \u0932\u093f\u092e\u093f\u091f\u0947\u0921 \u0928\u093f\u091c\u0940 (Private) \u091f\u093e\u0907\u092a \u0915\u0902\u092a\u0928\u0940 \u0939\u0948\u0964<\/li>\n
  • \u0915\u0902\u092a\u0928\u0940 \u0915\u093e \u0915\u0941\u0932 \u092e\u0942\u0932\u094d\u092f\u093e\u0902\u0915\u0928 (\u092e\u093e\u0930\u094d\u0915\u0947\u091f \u0935\u0948\u0932\u094d\u092f\u0942) \u20b9287,925.38 \u0915\u0930\u094b\u0921\u093c \u0939\u0948\u0964<\/li>\n
  • \u0915\u0902\u092a\u0928\u0940 \u0915\u0940 \u0938\u094d\u0925\u093e\u092a\u0928\u093e \u0935\u0930\u094d\u0937 3 \u0926\u093f\u0938\u0902\u092c\u0930 1993 \u092e\u0947\u0902 \u0915\u0940 \u0917\u0908 \u0925\u0940\u0964<\/li>\n
  • \u092f\u0947 \u0915\u092e\u094d\u092a\u0928\u0940\u092c\u0948\u0902\u0915\u093f\u0902\u0917 (Banking) \u0915\u094d\u0937\u0947\u0924\u094d\u0930 \u0915\u0940 \u0915\u0902\u092a\u0928\u0940 \u0939\u0948\u0964<\/li>\n
  • \u0915\u0902\u092a\u0928\u0940 \u0915\u0940 \u092e\u0941\u0916\u094d\u092f\u093e\u0932\u092f(Headquarters)\u092e\u0941\u0902\u092c\u0908, \u092e\u0939\u093e\u0930\u093e\u0937\u094d\u091f\u094d\u0930 \u092e\u0947\u0902 \u0938\u094d\u0925\u093f\u0924 \u0939\u0948\u0964<\/li>\n
  • \u0915\u0902\u092a\u0928\u0940 \u0915\u0940 \u0938\u094d\u0935\u093e\u092e\u093f\u0924\u094d\u0935(Ownership)\u090f\u0915\u094d\u0938\u093f\u0938 \u090f\u0938\u0947\u091f \u092e\u0948\u0928\u0947\u091c\u092e\u0947\u0902\u091f \u0915\u0902\u092a\u0928\u0940 \u0932\u093f\u092e\u093f\u091f\u0947\u0921 \u0939\u0948\u0964<\/li>\n<\/ul>\n

    \u00a0<\/strong>\u090f\u0915\u094d\u0938\u093f\u0938 \u092c\u0948\u0902\u0915<\/strong> \u0932\u093f\u092e\u093f\u091f\u0947\u0921<\/strong> (<\/strong>Axis Bank Ltd.<\/strong>) <\/strong>\u0936\u093e\u0930\u094d\u091f<\/strong>-\u091f\u0930\u094d\u092e(Short-Term) & \u092a\u094b\u091c\u0940\u0936\u0928\u0932(Positional) \u091f\u094d\u0930\u0947\u0921\u093f\u0902\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0905\u0928\u0941\u092e\u093e\u0928 :-<\/strong><\/p>\n\n\n\n\n\n\n\n\n\n
    \n

    22 December 2022<\/strong><\/p>\n<\/td>\n<\/tr>\n

    \n

    Axis Bank Ltd.<\/strong><\/p>\n<\/td>\n<\/tr>\n

    \n

    \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0SELL<\/strong><\/p>\n<\/td>\n

    \n

    #1<\/strong><\/p>\n<\/td>\n<\/tr>\n

    Entry Price<\/strong><\/td>\n932.50<\/strong><\/td>\n\u00a0Entry Date<\/strong><\/td>\n22-12-2022<\/strong><\/td>\n<\/tr>\n
    Stop Loss<\/strong><\/td>\n952.45<\/strong><\/td>\nStop Loss Hit Date<\/strong><\/td>\n\u00a0<\/strong><\/td>\n<\/tr>\n
    Target 1<\/strong><\/td>\n923.35<\/strong><\/td>\nTarget 1 Hit Date <\/strong><\/td>\n22-12-2022<\/strong><\/td>\n<\/tr>\n
    Target 2<\/strong><\/td>\n915.45<\/strong><\/td>\nTarget 2 Hit Date <\/strong><\/td>\n22-12-2022<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

     <\/p>\n

    Disclaimer :<\/strong>\u00a0\u2013 www.dcmfinance.in \u092f\u0939 \u0935\u0947\u092c\u0938\u093e\u0907\u091f \u0915\u0947\u0935\u0932 \u0936\u0948\u0915\u094d\u0937\u093f\u0915 \u0909\u0926\u094d\u0926\u0947\u0936\u094d\u092f (Educational purpose) \u0915\u0947 \u0932\u093f\u090f \u092c\u0928\u093e\u0908 \u0917\u0908 \u0939\u0948, \u0938\u0947\u092c\u0940 (SEBI) \u0915\u0947 \u0915\u093f\u0938\u0940 \u092d\u0940 \u0928\u093f\u092f\u092e \u0915\u0947 \u0924\u0939\u0924 \u092a\u0902\u091c\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0907\u0938 \u0935\u0947\u092c\u0938\u093e\u0907\u091f \u092a\u0930 \u0926\u0940 \u0917\u0908 \u091c\u093e\u0928\u0915\u093e\u0930\u0940 \u092e\u0947\u0902 \u0915\u093f\u0938\u0940 \u092d\u0940 \u092a\u094d\u0930\u0915\u093e\u0930 \u0915\u0947 \u0915\u092e\u0940, \u0926\u094b\u0937 \u092f\u093e \u0905\u0928\u091c\u093e\u0928\u0947 \u092e\u0947\u0902 \u092f\u093e \u0905\u092f\u094b\u0917\u094d\u092f\u0924\u093e \u0915\u0947 \u0915\u093e\u0930\u0923 \u0915\u093f\u0938\u0940 \u092d\u0940 \u0935\u094d\u092f\u0915\u094d\u0924\u093f\/\u0907\u0915\u093e\u0908 \u0915\u094b \u0939\u0941\u0908 \u0915\u093f\u0938\u0940 \u092d\u0940 \u092a\u094d\u0930\u0915\u093e\u0930 \u0915\u0947 \u0939\u093e\u0928\u093f\/\u092f\u093e \u0928\u0941\u0915\u0938\u093e\u0928 \u0915\u0947 \u0932\u093f\u090f \u0909\u0924\u094d\u0924\u0930\u0926\u093e\u092f\u0940 \u0928\u0939\u0940\u0902 \u0939\u094b\u0917\u0940\u0964 \u0907\u0938 \u0935\u0947\u092c\u0938\u093e\u0907\u091f \u092a\u0930 \u0926\u0940 \u0917\u0908 \u091c\u093e\u0928\u0915\u093e\u0930\u0940 \u0915\u0947 \u0905\u0928\u0941\u0938\u093e\u0930 \u0915\u093f\u0938\u0940 \u092d\u0940 \u092a\u094d\u0930\u0915\u093e\u0930 \u0915\u0947 \u0928\u093f\u0935\u0947\u0936 \u0938\u0947 \u092a\u0939\u0932\u0947 \u0905\u092a\u0928\u0947 \u092b\u093e\u0907\u0928\u0947\u0902\u0938\u093f\u092f\u0932 \u0938\u0932\u093e\u0939\u0915\u093e\u0930 \u0938\u0947 \u0938\u0932\u093e\u0939 \u091c\u0930\u0941\u0930 \u0932\u0947\u0964