Load security level trend widget with custom settings.

by Umair Rafiq

HTML

<!-- <h1>Security Level Trend Widget Demo</h1> -->
<script src="https://widget.socialmarketanalytics.com/security_level_trend/source/js/sma_widget.js?v=1.23"></script>

<div style="height:100%; margin-bottom:20px;" id="container"></div>

<script type='text/javascript'>
    // Default demo - all sections enabled
    SMA.SMASecurityLevelTrend({
        container: 'container',
        width:'100%',
        height: '100%',
        apikey: 'eb521eaa75f8e0b28b88c81a6e272d9ee03f75ee',
        frequency:'1m',
        ontology: 'ticker',
        subject:'MSFT',
        serverDomain:'finance',
        // Example: Show only S-factors and Trends
        showSfactors: false,
        showStats: false, 
        showTrends: false,
        showTopTopics: false,
        //showAiSummary: false,
        //loadNews:true
    });
</script>