##<div class="medium-9 columns">
    <script type="text/javascript" src="https://staging.fnarena.com/wp-content/themes/fnarena/js/jquery.dataTables.min.js"></script>
    <script type="text/javascript" src="https://staging.fnarena.com/wp-content/themes/fnarena/js/dataTables.foundation.min.js"></script>
    <script type="text/javascript" src="https://staging.fnarena.com/wp-content/themes/fnarena/js/dataTables.responsive.min.js"></script>
    <script type="text/javascript" src="https://staging.fnarena.com/wp-content/themes/fnarena/js/jquery.magnific-popup.js"></script>
        
    <link href="https://staging.fnarena.com/wp-content/themes/fnarena/css/magnific-popup.css" type="text/css" rel="stylesheet">
    <link href="https://staging.fnarena.com/wp-content/themes/fnarena/css/jquery.dataTables.css" type="text/css" rel="stylesheet">
    <link href="https://staging.fnarena.com/wp-content/themes/fnarena/css/dataTables.foundation.min.css" type="text/css" rel="stylesheet">
    <link href="https://staging.fnarena.com/wp-content/themes/fnarena/css/responsive.dataTables.min.css" type="text/css" rel="stylesheet">
        
    
    <link type="text/css" href="https://staging.fnarena.com/wp-content/themes/fnarena/css/basictable.css"  rel="stylesheet" />
    <script type="text/javascript" src="https://staging.fnarena.com/wp-content/themes/fnarena/js/jquery.basictable.js"></script>
    <script>
    jQuery( document ).ready(function($){
        jQuery('#table_index').basictable({
            containerBreakpoint: 310
        });
        jQuery('#table_index').DataTable({
            "searching": false,
            "ordering": false,
            "paging": false,
            "info": false,
            responsive: true,
            "columnDefs": [
                    { responsivePriority: 1, targets: 0 },
                    { responsivePriority: 2, targets: -1 },
                    { responsivePriority: 3, targets: -2 }
                ]
        }); 
    });
    </script>
    <style type="text/css">
        @media only screen and (min-width: 1024px){
            #content .medium-9{width: calc(100% - 320px);}
            #content .medium-3{width: 320px}         
        }
        #content .index-part a{color:gray;text-decoration: underline;}
        #content .index-part a:hover{color:#12417f;}
        .blur *{filter: blur(3px);}
        table.dataTable thead th, table.dataTable thead td{padding: 10px}
    </style>
    <h1 class="entry-title marbot-5" style="border-bottom: none">
                <br>Index Constituents & Latest News</h1>
    
    
    
            <h6 class="index-part">More Indices: <a href='/index/ASX20'>ASX20</a> | <a href='/index/ASX50'>ASX50</a> | <a href='/index/ASX100'>ASX100</a> | <a href='/index/ASX200'>ASX200</a> | <a href='/index/ASX300'>ASX300</a> | <a href='/index/ALL-ORDS'>ALL-ORDS</a> | <a href='/index/ALL-TECH'>ALL-TECH</a></h6> 
    
    
    <div style='display:none'>select asx.indexCode,asx.symbol as displaySymbol,rc.*,ci.companyname,ci.companyname2,sec.sector,CASE WHEN (sec.sectorurl IS NULL OR sec.sectorurl = '')
                                        THEN 'sector'
                                        ELSE sec.sectorurl
                                    END as SectorURL,ci.lastprice,
                    cast(AvgRating as decimal(10,1)) as AvgRating2
                    ,targetGainLoss = case when ci.lastPrice = 0 then 0
                        when targetAvg = 0 then 0 
                        else ((targetAvg-ci.lastPrice)/ci.lastPrice)*100
                        end 
                    ,dividendForecast = case when ci.lastPrice = 0 then 0 
                        else (DividendForecastAvg/ci.lastprice)
                        end
                    ,(countsbuy+countbuy+counthold+countsell+countssell) AS numofrecs
                    ,h.pDate,h.pOpen,h.pHigh,h.pLow,h.pClose,h.pVolume
                FROM ASXData asx 
                LEFT JOIN companyinfo ci ON asx.symbol = ci.symbol 
                LEFT JOIN (select symbol,pDate,pOpen,pHigh,pLow,pClose,pVolume
                    from priceData where pDate = (select max(pDate) from priceData where pDate < '2026/05/01')) h
                    ON asx.symbol = h.symbol

                LEFT JOIN 
				(
				select r1.* from recommendationcalc r1
					INNER JOIN (
					select symbol,max(calcDate) as maxDate from recommendationcalc where calcDate > DATEADD(MONTH, -1, getdate())
					group by symbol) r2
					ON r1.symbol = r2.symbol
					AND r1.CalcDate = r2.maxDate
				) rc ON asx.symbol = rc.symbol
				
				LEFT JOIN (
					SELECT 
						sr.symbol, 
						STRING_AGG(s.sector, ', ') AS sector,
						STRING_AGG(CAST(s.sectorID AS VARCHAR), ',') AS sectorID,
						STRING_AGG(dbo.RemoveNonAlphaCharacters(s.sector), ',') AS sectorurl 
					FROM sector s 
					INNER JOIN SectorRelationship sr ON s.sectorID = sr.sectorID 
					GROUP BY sr.symbol
				) AS sec ON ci.Symbol = sec.symbol
							
							
                WHERE asx.indexCode = '' AND archived IS NULL
                ORDER BY asx.symbol</div>            <table class="display widthTables tHeadColor tableflow" id="table_index">
                <thead style="background-color: #303c48; color: white !important;">
                    <tr>
                        <td class="text-center">#</td>
                        <td class="text-center" data-priority="1">SYMBOL</td>
                        <td data-priority="2">COMPANY NAME</td>
                        <td>SECTOR (FNARENA)</td>
                        <td class="text-center" data-priority="3">PRICE</td>
                        <td>RECS</td>
                        <td class="text-center" nowrap>CONSENSUS<br />TARGET</td>
                    </tr>
                </thead>
                <tbody>
                <td colspan="7">No Records</td>                </tbody>
            </table>
            </div>
<div class="medium-3 columns">
            <div class="marbot-15">
            <a href="/index.php/free-trial/?ref=public"><img src="/wp-content/uploads/2020/10/img-side-banner-stock-analysis.jpg"></a>
        </div>
        
				
			<div><div class="textwidget custom-html-widget"></div></div>
				<!--	<div class="large-12 medium-12 columns no-pad marbot-5">
				<script async src="https://www.googletagservices.com/tag/js/gpt.js"></script>
				<script>
					var googletag = googletag || {};
					googletag.cmd = googletag.cmd || [];
				</script>

				<div id="div-gpt-ad-1520311188559-0">
					<script>
						googletag.cmd.push(function() {
							googletag.defineSlot('/76291182/FNarena-MREC', [300, 250], 'div-gpt-ad-1520311188559-0').addService(googletag.pubads());
							googletag.enableServices();
							googletag.display('div-gpt-ad-1520311188559-0');
						});
					</script>
				</div>
			</div> -->
	</div>
<div class="clearfix"></div>
{"id":89145,"date":"2020-10-07T12:10:41","date_gmt":"2020-10-07T01:10:41","guid":{"rendered":"https:\/\/www.fnarena.com\/?page_id=89145"},"modified":"2020-11-20T10:27:53","modified_gmt":"2020-11-19T23:27:53","slug":"index-list","status":"publish","type":"page","link":"https:\/\/staging.fnarena.com\/index.php\/index-list\/","title":{"rendered":"Index List"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text][\/vc_column_text][vc_raw_html]JTNDc2NyaXB0JTIwdHlwZSUzRCUyMnRleHQlMkZqYXZhc2NyaXB0JTIyJTIwaWQlM0QlMjJkaWFub21pX2NvbnRleHRfc2NyaXB0JTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZGlhbm9taS5jb20lMkZqcyUyRmNvbnRleHRmZWVkLmpzJTIyJTNFJTNDJTJGc2NyaXB0JTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJkaWFub21pX2NvbnRleHQlMjIlMjBkYXRhLWRpYW5vbWktY29udGV4dC1pZCUzRCUyMjI3MyUyMiUzRSUzQyUyRmRpdiUzRQ==[\/vc_raw_html][vc_raw_html]JTNDcCUzRSUyNm5ic3AlM0IlM0MlMkZwJTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXh0LWNlbnRlciUyMiUzRSUzQyUzRnBocCUyMCUyRiUyRmVjaG8lMjBkb19zaG9ydGNvZGUlMjglMjclNUJhZHNfbGFyZ2VfZGVza3RvcF9zbWFsbF9tb2JpbGUlNUQlMjclMjklM0IlMjAlM0YlM0UlM0MlMkZkaXYlM0UlMEElM0NzY3JpcHQlMjB0eXBlJTNEJTIydGV4dCUyRmphdmFzY3JpcHQlMjIlMjBpZCUzRCUyMmRpYW5vbWlfY29udGV4dF9zY3JpcHQlMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy5kaWFub21pLmNvbSUyRmpzJTJGY29udGV4dGZlZWQuanMlMjIlM0UlM0MlMkZzY3JpcHQlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMmRpYW5vbWlfY29udGV4dCUyMiUyMGRhdGEtZGlhbm9taS1jb250ZXh0LWlkJTNEJTIyMjYxJTIyJTNFJTNDJTJGZGl2JTNF[\/vc_raw_html][vc_empty_space][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text][\/vc_column_text][vc_raw_html]JTNDc2NyaXB0JTIwdHlwZSUzRCUyMnRleHQlMkZqYXZhc2NyaXB0JTIyJTIwaWQlM0QlMjJkaWFub21pX2NvbnRleHRfc2NyaXB0JTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZGlhbm9taS5jb20lMkZqcyUyRmNvbnRleHRmZWVkLmpzJTIyJTNFJTNDJTJGc2NyaXB0JTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJkaWFub21pX2NvbnRleHQlMjIlMjBkYXRhLWRpYW5vbWktY29udGV4dC1pZCUzRCUyMjI3MyUyMiUzRSUzQyUyRmRpdiUzRQ==[\/vc_raw_html][vc_raw_html]JTNDcCUzRSUyNm5ic3AlM0IlM0MlMkZwJTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXh0LWNlbnRlciUyMiUzRSUzQyUzRnBocCUyMCUyRiUyRmVjaG8lMjBkb19zaG9ydGNvZGUlMjglMjclNUJhZHNfbGFyZ2VfZGVza3RvcF9zbWFsbF9tb2JpbGUlNUQlMjclMjklM0IlMjAlM0YlM0UlM0MlMkZkaXYlM0UlMEElM0NzY3JpcHQlMjB0eXBlJTNEJTIydGV4dCUyRmphdmFzY3JpcHQlMjIlMjBpZCUzRCUyMmRpYW5vbWlfY29udGV4dF9zY3JpcHQlMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy5kaWFub21pLmNvbSUyRmpzJTJGY29udGV4dGZlZWQuanMlMjIlM0UlM0MlMkZzY3JpcHQlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMmRpYW5vbWlfY29udGV4dCUyMiUyMGRhdGEtZGlhbm9taS1jb250ZXh0LWlkJTNEJTIyMjYxJTIyJTNFJTNDJTJGZGl2JTNF[\/vc_raw_html][vc_empty_space][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"acf":[],"_links":{"self":[{"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/pages\/89145"}],"collection":[{"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/comments?post=89145"}],"version-history":[{"count":0,"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/pages\/89145\/revisions"}],"wp:attachment":[{"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/media?parent=89145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}