<script src="https://code.jquery.com/ui/1.13.2/jquery-ui.js"></script>
<link href = "https://code.jquery.com/ui/1.13.2/themes/ui-lightness/jquery-ui.css" rel = "stylesheet">
<style>
.fa-info-circle::before {
  content: "\f05a";
}
.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}
.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #333;box-shadow:0 0 5px #333}
.ui-widget.ui-widget-content {
	border: none;
}
.ui-widget-content {
	border: none;
	background: #ffffff;
	color: inherit;
}
.tabs {
	border-bottom: 4px solid #5A98AF !important;
}

.tabs > li > a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	display: block;
	background-color: #7F868C !important;
	color: #fff !important;
	padding: 12px 20px;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}
.tabs > li > a:hover{
	background-color: #5A98AF !important;
}
.tabs > li.active > a{
	background-color: #5A98AF !important;
	border-left:none;
	border-bottom: 2px solid #5A98AF;
}

.btnTop::before{
	top:18px !important;	
}
@media only screen and (max-width : 768px) {
	.btnTop::before{
		top:11px !important;		
	}
}
</style>
<script type="text/javascript">
	jQuery(function () {
	  jQuery( document ).tooltip({position: {
        my: "left top",
      	at: "left-50 bottom+5",
      	collision: "none"
      }});
	})

	jQuery(document).ready(function($) {
		$('#table_id3').DataTable({
			"searching": false,
			"paging": false,
			"info": false,
			"bSortClasses": false,
			"aaSorting": [[1,'desc']]
			,responsive: true
		}); 
		$('#table_id4').DataTable({
			"searching": false,
			"paging": false,
			"info": false,
			"bSortClasses": false,
			"aaSorting": [[1,'desc']]
			,responsive: true
		});

		setTimeout(function(){ 
			$('#table_id3').removeClass("nowrap"); 
			
		}, 3000);
		setTimeout(function(){ 
			$('#table_id4').removeClass("nowrap"); 
			$('#panelbcextra').removeClass("active"); 
		}, 3000);
		$(".displayComment").click(function(){
			$(this).parent(".content").find(".thefirstchild").trigger( "click" );
		});
	});
</script>
<div class="medium-9 columns">
	<!-- /76291182/FNArena-1x1 -->
	<div id='div-gpt-ad-1609884675764-0' style='width: 1px; height: 1px;'>
	  <script>
	    googletag.cmd.push(function() { googletag.display('div-gpt-ad-1609884675764-0'); });
	  </script>
	</div>

	<script type="text/javascript" src="https://fnarena.com/wp-content/themes/fnarena/js/jquery.dataTables.min.js"></script>
    <script type="text/javascript" src="https://fnarena.com/wp-content/themes/fnarena/js/dataTables.foundation.min.js"></script>
    <script type="text/javascript" src="https://fnarena.com/wp-content/themes/fnarena/js/dataTables.responsive.min.js"></script>
    <script type="text/javascript" src="https://fnarena.com/wp-content/themes/fnarena/js/jquery.magnific-popup.js"></script>
        
    <link href="https://fnarena.com/wp-content/themes/fnarena/css/magnific-popup.css" type="text/css" rel="stylesheet">
    <link href="https://fnarena.com/wp-content/themes/fnarena/css/jquery.dataTables.css" type="text/css" rel="stylesheet">
    <link href="https://fnarena.com/wp-content/themes/fnarena/css/dataTables.foundation.min.css" type="text/css" rel="stylesheet">
    <link href="https://fnarena.com/wp-content/themes/fnarena/css/responsive.dataTables.min.css" type="text/css" rel="stylesheet">
        
    
    <link type="text/css" href="https://fnarena.com/wp-content/themes/fnarena/css/basictable.css"  rel="stylesheet" />
    <script type="text/javascript" src="https://fnarena.com/wp-content/themes/fnarena/js/jquery.basictable.js"></script>
    <script>
    jQuery( document ).ready(function($){
        jQuery('#newtable').basictable({
			containerBreakpoint: 310
		});
    });
    </script>
    
    <style type="text/css">
        .priceTable {
            margin-bottom: 20px !important;
        } 
        .td-border-r-white {
            border-right: 1px solid white;
        }
        .table-head {
            background-color: #303c48;
        }
        .text-center {
            text-align: center !important;
        }
        .priceTable p {
            font-weight: bold;
            margin-bottom: 2px;
        }
        .analysis p {
            margin-bottom: 5px;
        }
        .greens {
            color: #739a03;
        }
        .table-body-gray {
            background-color: #cecccd;
        }
        .table-body {
            background-color: #eeeeee;
        }
        .backgroundPs
        {
        background-color: #454545 !important;
        }
        .backgroundPs2
        {
        background-color: #ad0b32 !important;
        }
        
        a.stockbroker {
            color:#FFF !important;
        }
        a.stockbroker:hover {
            color:#2098c7 !important;	
        }
        
        .rating1 {
            color: #0b7a02;
            font-weight: bold;
        }
        .rating2 {
            color: #7bab77;
            font-weight: bold;
        }
        .rating3 {
            color: #f7941c;
            font-weight: bold;
        }
        .rating4 {
            color: #f46645;
            font-weight: bold;
        }
        .rating5 {
            color: #ff0000;
            font-weight: bold;
        }
		
		.analysisYear{
			text-align:right;
		}
		#content .index-part a,#content .sec a{color:gray;text-decoration: underline;}
		#content .index-part a:hover,#content .sec a:hover{color:#12417f;}
		#content .grey{padding: 2px 5px 2px 5px; color:gray; font-weight: bold; font-family: inherit;}
		@media only screen and (max-width: 760px) {
			.analysisYear{
				text-align:left;
			}
		}
		
		
		table.bt thead,
        table.bt tbody th {
          display: none;
        }
        
        table.bt tfoot th,
        table.bt tfoot td,
        table.bt tbody td {
          border: none;
          display: block;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          vertical-align: top;
        
          /* IE 9 */
          float: left\9;
          width: 100%\9;
          border-bottom:1px solid white;
          padding-left:10px;
        }
        
        table.bt tfoot th::before,
        table.bt tfoot td::before,
        table.bt tbody td::before { 
          /*content: attr(data-th) ": ";*/
          content: attr(data-th) " ";
          display: inline-block;
          -webkit-flex-shrink: 0;
          -ms-flex-shrink: 0;
          flex-shrink: 0;
          font-weight: bold;
          width: 6.5em;
        }
        
        table.bt tfoot th.bt-hide,
        table.bt tfoot td.bt-hide,
        table.bt tbody td.bt-hide {
          display: none;
        }
        
        table.bt tfoot th .bt-content,
        table.bt tfoot td .bt-content,
        table.bt tbody td .bt-content {
          vertical-align: top;
          text-align: center;
          width: 100%;
        }
        
        .bt-wrapper.active {
          max-height: 310px;
          overflow: auto;
          -webkit-overflow-scrolling: touch;
        }
        
        table.bt tfoot th:before,
        table.bt tfoot td:before,
        table.bt tbody td:before {
          background: #303c48;
          color: white;
          margin-right: 10px;
          padding: 12px 10px;
        }
        
        table.bt .table-body{
            padding:0px;
            background-color:none;
        }

    </style>
    
		<div class="large-12 medium-12 smal-12 columns no-pad">
			<h1 class="entry-title">FNArena Members Only</h1>

			<p style="margin-top: 12px;">The full story is for FNArena subscribers only. To read the full story plus enjoy a free two-week trial to our service <a href="/index.php/free-trial"><b>SIGN UP HERE</b></a></p>
			<p>If you already had your free trial, why not join as a paying subscriber? <a href="/index.php/sign-up/"><b>CLICK HERE</b></a></p>

			<hr/>

			<div class="large-12 medium-12 smal-12 columns" style="background:#F0F0F0; border:1px solid #DDDDDD;">
				<h2 class="noborderbot marbot-0">Are You A Subscriber?</h2>
				<p>If you are a subscriber to FNArena you may need to login first using your username and password.</p>
			</div>
			<div class="large-12 columns" style="border:1px solid #DDDDDD; padding-top:10px; padding-bottom:20px;">
				<form class="formLogin" action="https://fnarena.com/wp-content/themes/fnarena/action-forms/wp_login.php" method="post">
					<input type="hidden" name="gobackto" value="https://fnarena.com/index.php/wp-json/wp/v2/pages/60">
										<h2 class="noborderbot marbot-0 martop-0 padl-10">MEMBER LOGIN</h2>
					<div class="medium-6 small-12 columns">
						<div class="row rows">
							<div class="small-4 columns" style="padding-top: 6px;">
								<label for="right-label nowrap" class="left">Username</label>
							</div>
							<div class="small-8 columns">
								<input name="username" type="text" id="right-label" placeholder="username" value="">
							</div>
						</div>
						<div class="row rows">
							<div class="small-4 columns" style="padding-top: 6px;">
								<label for="right-label nowrap" class="left">Password</label>
							</div>
							<div class="small-8 columns">
								<input name="password" type="password" id="right-label" placeholder="password" value="">
							</div>
						</div>
						<div class="row rows">
							<div class="small-8 columns">
								<p class="marbot-5"><a class="s12 black redH martop-0 marbot-0" href="https://fnarena.com/index.php/forgot-password">
									<u>Lost your login details?</u>
								</a></p>
								<input type="checkbox" name="rememberMe" value="1"  style="cursor:pointer; margin-bottom:0px; float: left; margin-top: 4px;">
								<div style="float: left; white-space: nowrap; font-size: 13px; color: #000;  padding-top: 1px; margin-left: 7px;"><p>Remember me</p></div>
							</div>
							<div class="small-4 columns text-right">
								<input type="submit" style="padding:10px 20px;" id="searchsubmit" value="LOGIN" class="button tiny nomarginbot radius">
							</div>
						</div>
					</div>
				</form>
				<div class="clearfix"></div>
			</div>
			<div class="large-12 medium-12 smal-12 columns" style="background:#F0F0F0; border:1px solid #DDDDDD;">
				<p class="martop-15 marbot-15">FNArena is building the future of financial news reporting. Thank you for supporting our ambition.</p>
			</div>
		</div>
		<div class="clearfix"></div>
	</div>
<div class="medium-3 columns">
				<style>
			.ui-widget-content a { color: #12417f; }
			.ui-menu-item {
				padding-left:25px;
			}
			.click-here{
				white-space: nowrap;
				padding-left:8px;
				padding-top:2px;
			}
			.click-below{
				white-space: nowrap;
				padding-left:25px;
				padding-top:10px;
				padding-bottom:10px;
			}
			ul.ui-autocomplete > li.click-here:hover,
			ul.ui-autocomplete > li.ui-menu-item:hover {
				background:#dbeef3;
			}
			</style>
			<div class="large-12 columns no-pad search_form">
				<form action="https://fnarena.com/index.php/search/" style="background:#f8f8f8; padding: 14px 18px 16px 18px;" id="searchform" method="get" role="search" class="search-form">
					<h5 class="helveLTbold" style="margin-bottom:5px;">Search Stocks & Stories</h5>
					<div class="row collapse">
						<div class="medium-9 large-9 columns">
							<input type="text" placeholder="Enter company name or ASX code" id="s" name="searchkeyword" value="" class="nomarginbot">
						</div>
						<div class="medium-3 large-3 columns">
							<input type="submit" class="button postfix tiny nomarginbot" value="Search" id="searchsubmit" style="border-radius:0px !important;">
						</div>
						<div class="clearfix"></div>
					</div>
				</form>
			</div>
			<script>

            jQuery(document).ready(function(){

                  jQuery( "#s" ).autocomplete({
				    source: function(request, response) {
				        if (request.term.length < 3) {
				            response([]);
				            return;
				        }
				        
				        jQuery.ajax({
				            url: '/wp-content/themes/fnarena/ajax_company_search.php',
				            dataType: "json",
				            data: {
				                term: request.term
				            },
				            success: function(data) {
				                // First deduplicate the Ajax results
				                var uniqueResults = [];
				                var seenLabels = {};
				                
				                // Remove duplicates from initial data
				                jQuery.each(data, function(i, item) {
				                    if (!seenLabels[item.label]) {
				                        seenLabels[item.label] = true;
				                        uniqueResults.push(item);
				                    }
				                });
				                
				                // Filter for top suggestions (exact matches at start)
				                var top_suggestions = jQuery.grep(uniqueResults, function(n, i) {
				                    return (n.label.substr(0, request.term.length).toLowerCase() == request.term.toLowerCase());
				                });
				                
				                // Since we've already deduplicated, we can safely merge
				                var final_results = jQuery.merge(top_suggestions, uniqueResults);
				                
				                // Remove any duplicates that might have been created during merge
				                var finalUnique = [];
				                seenLabels = {};
				                
				                jQuery.each(final_results, function(i, item) {
				                    if (!seenLabels[item.label]) {
				                        seenLabels[item.label] = true;
				                        finalUnique.push(item);
				                    }
				                });
				                
				                response(finalUnique);
				            },
				            error: function() {
				                response([]);
				            }
				        });
				    },
				    minLength: 3,
				    open: function(e, ui) {
				        var acData = jQuery(this).data('ui-autocomplete');
				        acData.menu.element.find('li').each(function() {
				            var me = jQuery(this);
				            var keywords = acData.term.split(' ').join('|');
				            me.html(me.text().replace(new RegExp("(" + keywords + ")", "gi"), '<b>$1</b>'));
				        });
				        
				        var searchletter = acData.term.split(' ').join('|');
				        jQuery('ul.ui-autocomplete').prepend('<li class="click-here"><a href="/index.php?s='+searchletter+'">Click here to search using : '+searchletter+'</a></li>');
				        jQuery('ul.ui-autocomplete').prepend('<li class="click-below">Click below to search by company : </li>');
				    }
				});
            });
            </script>
			<div class="clearfix"></div>
			<div class="clearfix"></div>
		<div class="large-12 medium-12 columns no-pad martop-15">
			<h2>Latest  News</h2>
            <div class="inner-area">
              <table style='margin:0px; border:0px;'>									<tr>
										<td valign="top" align="left" style="background: white; font-size:16px; padding-top:2px; border:0px;">
											<span>1</span>
										</td>
										<td valign="top" align="left" style="background: white; padding:0px; border:0px;">
											<h6 class="marbot-5 helveLTstdCN" style="padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;">
												<a href="https://fnarena.com/index.php/2026/04/15/asx-winners-and-losers-of-today-15-04-26/">ASX Winners And Losers Of Today &#8211; 15-04-26</a>
											</h6>
											<p class="s12 marbot-0 gray ">Apr 15 2026 - <font color="#12417F"><a href='https://fnarena.com/index.php/financial-news/daily-market-reports/'>Daily Market Reports</a></font></p>
										</td>
									</tr>
									<tr><td colspan='2' style="background: white; padding:10px 0px; border:0px;"><hr style="margin:0px !important;"/></td></tr>


																														<tr>
										<td valign="top" align="left" style="background: white; font-size:16px; padding-top:2px; border:0px;">
											<span>2</span>
										</td>
										<td valign="top" align="left" style="background: white; padding:0px; border:0px;">
											<h6 class="marbot-5 helveLTstdCN" style="padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;">
												<a href="https://fnarena.com/index.php/2026/04/15/treasure-chest-whitehaven-coal/">Treasure Chest: Whitehaven Coal</a>
											</h6>
											<p class="s12 marbot-0 gray ">Apr 15 2026 - <font color="#12417F"><a href="https://fnarena.com/index.php/financial-news/daily-financial-news/category/treasure-chest/" rel="category tag">Treasure Chest</a></font></p>
										</td>
									</tr>
									<tr><td colspan='2' style="background: white; padding:10px 0px; border:0px;"><hr style="margin:0px !important;"/></td></tr>


																														<tr>
										<td valign="top" align="left" style="background: white; font-size:16px; padding-top:2px; border:0px;">
											<span>3</span>
										</td>
										<td valign="top" align="left" style="background: white; padding:0px; border:0px;">
											<h6 class="marbot-5 helveLTstdCN" style="padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;">
												<a href="https://fnarena.com/index.php/2026/04/15/the-formidable-resilience-of-global-credit/">The Formidable Resilience Of Global Credit</a>
											</h6>
											<p class="s12 marbot-0 gray ">Apr 15 2026 - <font color="#12417F"><a href="https://fnarena.com/index.php/financial-news/daily-financial-news/category/international/" rel="category tag">International</a></font></p>
										</td>
									</tr>
									<tr><td colspan='2' style="background: white; padding:10px 0px; border:0px;"><hr style="margin:0px !important;"/></td></tr>


																														<tr>
										<td valign="top" align="left" style="background: white; font-size:16px; padding-top:2px; border:0px;">
											<span>4</span>
										</td>
										<td valign="top" align="left" style="background: white; padding:0px; border:0px;">
											<h6 class="marbot-5 helveLTstdCN" style="padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;">
												<a href="https://fnarena.com/index.php/2026/04/15/technical-views-on-nasdaq-asx200-oil-28/">Technical Views On Nasdaq, ASX200 &amp; Oil</a>
											</h6>
											<p class="s12 marbot-0 gray ">Apr 15 2026 - <font color="#12417F"><a href="https://fnarena.com/index.php/financial-news/daily-financial-news/category/technicals/" rel="category tag">Technicals</a></font></p>
										</td>
									</tr>
									<tr><td colspan='2' style="background: white; padding:10px 0px; border:0px;"><hr style="margin:0px !important;"/></td></tr>


																														<tr>
										<td valign="top" align="left" style="background: white; font-size:16px; padding-top:2px; border:0px;">
											<span>5</span>
										</td>
										<td valign="top" align="left" style="background: white; padding:0px; border:0px;">
											<h6 class="marbot-5 helveLTstdCN" style="padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;">
												<a href="https://fnarena.com/index.php/2026/04/15/the-rebuilding-of-tower/">The Rebuilding Of Tower</a>
											</h6>
											<p class="s12 marbot-0 gray ">Apr 15 2026 - <font color="#12417F"><a href="https://fnarena.com/index.php/financial-news/daily-financial-news/category/small-caps/" rel="category tag">Small Caps</a></font></p>
										</td>
									</tr>
									<tr><td colspan='2' style="background: white; padding:10px 0px; border:0px;"><hr style="margin:0px !important;"/></td></tr>


																					</table>            </div>
        </div>
		<div class="clearfix"></div>
				<div class="clearfix"></div>
		<div class="large-12 medium-12 columns no-pad martop-15">
			<h2>Latest NONE News</h2>
            <div class="inner-area">
              <p>No Records</p>            </div>
        </div>
		<div class="clearfix marbot-10"></div>
		<div><div class="textwidget custom-html-widget"><script type="text/javascript" id="dianomi_context_script" src="https://www.dianomi.com/js/contextfeed.js"></script> 
<div class="dianomi_context" data-dianomi-context-id="4397"></div></div></div></div>
<div class="clearfix"></div>

{"id":60,"date":"2015-02-28T07:23:31","date_gmt":"2015-02-27T20:23:31","guid":{"rendered":"http:\/\/www.fnarena.com\/?page_id=60"},"modified":"2023-05-29T14:20:24","modified_gmt":"2023-05-29T04:20:24","slug":"stock-analysis","status":"publish","type":"page","link":"https:\/\/fnarena.com\/index.php\/analysis-data\/consensus-forecasts\/stock-analysis\/","title":{"rendered":"Stock Analysis"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row css=&#8221;.vc_custom_1478701879908{padding-right: 0px !important;padding-left: 0px !important;}&#8221;][vc_column css=&#8221;.vc_custom_1478701941849{padding-right: 0px !important;padding-left: 0px !important;}&#8221;][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row css=&#8221;.vc_custom_1478701879908{padding-right: 0px !important;padding-left: 0px !important;}&#8221;][vc_column css=&#8221;.vc_custom_1478701941849{padding-right: 0px !important;padding-left: 0px !important;}&#8221;][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":58,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-60","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/fnarena.com\/index.php\/wp-json\/wp\/v2\/pages\/60","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fnarena.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fnarena.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fnarena.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fnarena.com\/index.php\/wp-json\/wp\/v2\/comments?post=60"}],"version-history":[{"count":0,"href":"https:\/\/fnarena.com\/index.php\/wp-json\/wp\/v2\/pages\/60\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/fnarena.com\/index.php\/wp-json\/wp\/v2\/pages\/58"}],"wp:attachment":[{"href":"https:\/\/fnarena.com\/index.php\/wp-json\/wp\/v2\/media?parent=60"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}