[]
`, data() { return {tabs: [] }; }, created() { this.tabs = this.$children; }, methods: { selectTab(selectedTab) { this.tabs.forEach(tab => { tab.isActive = (tab.name == selectedTab.name); }); } } }); Vue.component(‘tab’, { template: ` `, props: { name: { required: true }, selected: { default: false} }, data() { return { isActive: false }; }, computed: { href() { return ‘#’ + this.name.toLowerCase().replace(/ /g, ‘-‘); } }, mounted() { this.isActive = this.selected; } }); Vue.component(‘newslist’, { template: ` `, props: { source: { required: true }, rawarticles: { required: true }, limit: { default: 7 } }, methods: { processData: function(articles){ if(articles.length > this.limit) { articles = articles.slice(0, this.limit); } this.articles = articles; this.loaded = true; Vue.nextTick(function(){}); }, stripRedudancies: function(articles){ return _.uniqBy(articles, “headline”); } }, data() { return { loaded: false, articles: [] }; }, mounted() { this.processData(this.rawarticles); } }); new Vue({ el: ‘#nw-news-widget’, data: { loaded: false, availableTabs: { “Press Releases”: [{“headline”:”This insanely Great Stock Market WILL Correct Soon These 5 Gold Stocks Deserve Your Attention Now!”,”link”:”https://ih.advfn.com/common/newswire/ct/OTM0″,”timestamp”:1613482200,”date”:”Tue Feb 16, 2021 “,”time”:”8:30 AM (8 hours ago)”,”isPromoted”:true},{“headline”:”Emerging Growth Conference Scheduled for February 17, 2021 Niche Companies in Augmented Reality, Biotech, Cannabis and more…”,”link”:”https://ih.advfn.com/common/newswire/ct/OTMy”,”timestamp”:1613471400,”date”:”Tue Feb 16, 2021 “,”time”:”5:30 AM (11 hours ago)”,”isPromoted”:true},{“headline”:”Manganese X Drill Program Intersects Wide Zones of Manganese Oxide Near Surface with a Program High of 27.69%”,”link”:”https://ih.advfn.com/common/newswire/ct/OTMz”,”timestamp”:1613463540,”date”:”Tue Feb 16, 2021 “,”time”:”3:19 AM (13 hours ago)”,”isPromoted”:true},{“headline”:”Amended Statement of Ownership (sc 13g/a)”,”link”:”https://ih.advfn.com/stock-market/NASDAQ/apple-AAPL/stock-news/84351333/amended-statement-of-ownership-sc-13g-a”,”source”:”Edgar (US Regulatory)”,”date”:”Tue Feb 16, 2021 “,”time”:”4:04 PM (31 minutes ago)”},{“headline”:”Specialized Disclosure Report (sd)”,”link”:”https://ih.advfn.com/stock-market/NASDAQ/apple-AAPL/stock-news/84302628/specialized-disclosure-report-sd”,”source”:”Edgar (US Regulatory)”,”date”:”Wed Feb 10, 2021 “,”time”:”4:32 PM (6 days ago)”},{“headline”:”Amended Statement of Ownership (sc 13g/a)”,”link”:”https://ih.advfn.com/stock-market/NASDAQ/apple-AAPL/stock-news/84296843/amended-statement-of-ownership-sc-13g-a”,”source”:”Edgar (US Regulatory)”,”date”:”Wed Feb 10, 2021 “,”time”:”10:14 AM (6 days ago)”},{“headline”:”Current Report Filing (8-k)”,”link”:”https://ih.advfn.com/stock-market/NASDAQ/apple-AAPL/stock-news/84275842/current-report-filing-8-k”,”source”:”Edgar (US Regulatory)”,”date”:”Mon Feb 08, 2021 “,”time”:”4:32 PM (1 week ago)”},{“headline”:”Amended Statement of Ownership (sc 13g/a)”,”link”:”https://ih.advfn.com/stock-market/NASDAQ/apple-AAPL/stock-news/84260280/amended-statement-of-ownership-sc-13g-a”,”source”:”Edgar (US Regulatory)”,”date”:”Fri Feb 05, 2021 “,”time”:”8:04 AM (2 weeks ago)”}], “All News”: [{“headline”:”This insanely Great Stock Market WILL Correct Soon These 5 Gold Stocks Deserve Your Attention Now!”,”link”:”https://ih.advfn.com/common/newswire/ct/OTM0″,”timestamp”:1613482200,”date”:”Tue Feb 16, 2021 “,”time”:”8:30 AM (8 hours ago)”,”isPromoted”:true},{“headline”:”Emerging Growth Conference Scheduled for February 17, 2021 Niche Companies in Augmented Reality, Biotech, Cannabis and more…”,”link”:”https://ih.advfn.com/common/newswire/ct/OTMy”,”timestamp”:1613471400,”date”:”Tue Feb 16, 2021 “,”time”:”5:30 AM (11 hours ago)”,”isPromoted”:true},{“headline”:”Manganese X Drill Program Intersects Wide Zones of Manganese Oxide Near Surface with a Program High of 27.69%”,”link”:”https://ih.advfn.com/common/newswire/ct/OTMz”,”timestamp”:1613463540,”date”:”Tue Feb 16, 2021 “,”time”:”3:19 AM (13 hours ago)”,”isPromoted”:true},{“headline”:”Amended Statement of Ownership (sc 13g/a)”,”link”:”https://ih.advfn.com/stock-market/NASDAQ/apple-AAPL/stock-news/84351333/amended-statement-of-ownership-sc-13g-a”,”source”:”Edgar (US Regulatory)”,”date”:”Tue Feb 16, 2021 “,”time”:”4:04 PM (31 minutes ago)”},{“headline”:”Parler Resurfaces Online After Monthlong Service Disruption — 2nd Update”,”link”:”https://ih.advfn.com/stock-market/NASDAQ/apple-AAPL/stock-news/84339478/parler-resurfaces-online-after-monthlong-service-d”,”source”:”Dow Jones News”,”date”:”Mon Feb 15, 2021 “,”time”:”6:40 PM (22 hours ago)”},{“headline”:”Parler Resurfaces Online After Monthlong Service Disruption — Update”,”link”:”https://ih.advfn.com/stock-market/NASDAQ/apple-AAPL/stock-news/84339464/parler-resurfaces-online-after-monthlong-service-d”,”source”:”Dow Jones News”,”date”:”Mon Feb 15, 2021 “,”time”:”6:16 PM (22 hours ago)”},{“headline”:”How to Make Your iPad More Like a Laptop”,”link”:”https://ih.advfn.com/stock-market/NASDAQ/apple-AAPL/stock-news/84331650/how-to-make-your-ipad-more-like-a-laptop”,”source”:”Dow Jones News”,”date”:”Sun Feb 14, 2021 “,”time”:”9:29 AM (2 days ago)”},{“headline”:”If Tesla Bubble Bursts, Catastrophe Won’t Follow”,”link”:”https://ih.advfn.com/stock-market/NASDAQ/apple-AAPL/stock-news/84331448/if-tesla-bubble-bursts-catastrophe-wont-follow”,”source”:”Dow Jones News”,”date”:”Sat Feb 13, 2021 “,”time”:”10:19 AM (3 days ago)”}], “Preferred Contributors”: “” } }, created: function () { this.loaded = true; Vue.nextTick(function(){}); } }); [] ‘); ]]>
0){ this.newNodes = _.sortBy(this.newNodes, [function(o) { return o.MSG_ID; }]); this.rowUpdateAnimation(); } } if(this.posts.length > 0){ this.empty = false; this.storeDataLocalCache(jsonResponse); } this.loaded = true; Vue.nextTick(function(){}) }, remove: function(){ this.posts.pop(); }, add: function(){ this.posts.splice(0, 0, this.newNodes[this.count]); this.count++; }, batchAnimation: function(){ if(this.count == this.newNodes.length) { this.count = 0; this.newNodes = []; clearInterval(this.intervalID); return; } this.remove(); setTimeout(function(){ this.posts.splice(0, 0, this.newNodes[this.count]); this.count++; }.bind(this), 500); }, rowUpdateAnimation: function(){ this.intervalID = setInterval(function() { this.batchAnimation(); }.bind(this), 1200); }, increaseRows: function(){ this.rows++; }, updateMessageBoardLink: function(){ var el = document.getElementById(“quote-menu”); if(el != null){ if(el.getElementsByClassName(“last”)[0].getElementsByTagName(“a”)[0].innerHTML == ‘Message Board’){ el.getElementsByClassName(“last”)[0].getElementsByTagName(“a”)[0].href = this.stockboardExists; } } }, getDataFromLocalCache: function() { var obj = JSON.parse(localStorage.getItem(“l_posts” + this.symbol)); if(obj != null){ if(moment.unix(obj.timestamp).isAfter(moment())){ this.cachedResponse = obj.response; } } }, storeDataLocalCache: function(response){ var ts = moment().add(15, ‘seconds’); var obj = {response: response, timestamp: ts.unix()}; localStorage.setItem(“l_posts” + this.symbol, JSON.stringify(obj)); }, showShareContainer: function(e){ var shareContainer = e.target.parentElement.parentElement.querySelector(“.share-container”); if(shareContainer.classList == null){ return; } if(shareContainer.classList.contains(‘visible’)){ shareContainer.classList.remove(‘visible’); shareContainer.classList.add(‘hidden’); } else{ this.openMenu = shareContainer; shareContainer.classList.remove(‘hidden’); shareContainer.classList.add(‘visible’); setTimeout(function(){ document.addEventListener(‘click’, this.closeMenu) }.bind(this),0); } }, closeMenu: function(e){ var target = e.target; if((this.openMenu !== null) && (!this.openMenu.contains(target))){ this.openMenu.classList.remove(‘visible’); this.openMenu.classList.add(‘hidden’); setTimeout(function(){ document.removeEventListener(‘click’, this.closeMenu); }.bind(this),0); } }, hamburgerMenu: function(e){ this.showMenu = !this.showMenu; if(this.showMenu){ setTimeout(function(){ document.addEventListener(‘click’, this.hamburgerMenu); }.bind(this),0); } else{ document.removeEventListener(‘click’, this.hamburgerMenu); } }, shareTo: function(post, option){ //Borrowed from carlosf’s FollowFeed.js, thanks! switch(option) { case “facebook”: this.shareToFacebook(post); break; case “twitter”: this.shareToTwitter(post); break; case “email”: this.shareToEmail(post); break; } }, shareToFacebook: function(post){ var sharerUrl = ‘https://www.facebook.com/sharer/sharer.php’; var url = encodeURIComponent(post.MessageURL); sharerUrl += ‘?u=’ + url; sharerUrl += ‘&title=’ + encodeURIComponent(post.M_Alias + ” via iHub: ” + post.MSG_Subject); window.open(sharerUrl, ‘Post to Facebook’, ‘width=555,height=650,scrollbar=no,status=1’); }, shareToTwitter: function(post){ var intentUrl = ‘https://twitter.com/intent/tweet’; // text: Text to display on the Tweet var username = post.M_Alias; var symbol = “$” + this.symbol + ” “; var remainingChars = 144 – (post.MessageURL.length + symbol.length + 12 + 3); var postText = post.MSG_Subject; if( (remainingChars – username.length) > postText.length ){ postText = postText.slice(0, (remainingChars – username.length)); } postText = symbol + postText + “…”; var text = post.M_Alias + ” via iHub: ” + postText; intentUrl += ‘?text=’ + text; // url: Fully qualified URL var url = encodeURIComponent(post.MessageURL); intentUrl += ‘&url=’ + url; // hashtags: A comma separated list of Hashtags var hashtags = this.symbol; if(remainingChars + postText.length + (hashtags.length+1) See More Message Board Posts
Historical AAPL Price Data
Period | Open | High | Low | VWAP | Avg. Daily Vol | Change | % |
---|---|---|---|---|---|---|---|
1 Week | 136.62 | 137.877 | 132.79 | 135.50 | 68,335,747 | -3.63 | -2.66% |
1 Month | 127.76 | 145.07 | 126.938 | 136.53 | 100,909,056 | 5.23 | 4.09% |
3 Months | 113.91 | 145.07 | 112.5908 | 130.36 | 103,907,265 | 19.08 | 16.75% |
6 Months | 116.04 | 145.07 | 103.10 | 121.89 | 118,642,396 | 16.95 | 14.61% |
1 Year | 78.84 | 145.07 | 53.16 | 109.95 | 80,425,208 | 54.15 | 68.68% |
3 Years | 43.09 | 145.07 | 35.50 | 85.34 | 46,695,624 | 89.90 | 208.63% |
5 Years | 23.755 | 145.07 | 22.3675 | 69.55 | 39,949,158 | 109.24 | 459.84% |
Apple Description
Apple designs a wide variety of consumer electronic devices, including smartphones (iPhone), tablets (iPad), PCs (Mac), smartwatches (Apple Watch), and TV boxes (Apple TV), among others. The iPhone makes up the majority of Apple’s total revenue. In addition, Apple offers its customers a variety of services such as Apple Music, iCloud, Apple Care, Apple TV+, Apple Arcade, Apple Card, and Apple Pay, among others. Apple’s products run internally developed software and semiconductors, and the firm is well known for its integration of hardware, software and services. Apple’s products are distributed online as well as through company-owned stores and third-party retailers. The company generates roughly 40% of its revenue from the Americas, with the remainder earned internationally. |