It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://finquota.com/TGLS/news/

  1. <!DOCTYPE html><html lang="en"> <head><meta charset="utf-8"><meta name="viewport" content="width=device-width"><title>TGLS: Tecnoglass Inc. Stocks News on September 19, 2024</title><link rel="canonical" href="https://finquota.com/TGLS/news/"><meta name="description" content="Stay updated on Tecnoglass Inc. (TGLS) stocks news for September 19, 2024. Stay ahead with TGLS updates!"><meta name="robots" content="index, follow"><meta property="og:title" content="TGLS: Tecnoglass Inc. Stocks News on September 19, 2024"><meta property="og:type" content="website"><meta property="og:image" content=""><meta property="og:url" content="https://finquota.com/TGLS/news/"><meta name="twitter:creator" content="@FinQuota"><link rel="icon" type="image/png" href="https://finquota.com/favicon.png"><link rel="shortcut icon" href="https://finquota.com/favicon.ico"><meta><meta name="twitter:title" content="TGLS: Tecnoglass Inc. Stocks News on September 19, 2024"><meta name="twitter:description" content="Stay updated on Tecnoglass Inc. (TGLS) stocks news for September 19, 2024. Stay ahead with TGLS updates!"><link rel="stylesheet" href="/_astro/@astrojs.DQdvIws3.css">
  2. <link rel="stylesheet" href="/_astro/react-toastify.BTGsrsBX.css"><script type="module" src="/_astro/hoisted.Bh8nYQ-p.js"></script>
  3. <script type="module" src="/_astro/page.Cxwj7lBH.js"></script>
  4. <script>!(function(w,p,f,c){if(!window.crossOriginIsolated && !navigator.serviceWorker) return;c=w[p]=Object.assign(w[p]||{},{"lib":"/~partytown/","debug":false});c[f]=(c[f]||[]).concat(["dataLayer.push"])})(window,'partytown','forward');/* Partytown 0.10.2 - MIT builder.io */
  5. const t={preserveBehavior:!1},e=e=>{if("string"==typeof e)return[e,t];const[n,r=t]=e;return[n,{...t,...r}]},n=Object.freeze((t=>{const e=new Set;let n=[];do{Object.getOwnPropertyNames(n).forEach((t=>{"function"==typeof n[t]&&e.add(t)}))}while((n=Object.getPrototypeOf(n))!==Object.prototype);return Array.from(e)})());!function(t,r,o,i,a,s,c,d,l,p,u=t,f){function h(){f||(f=1,"/"==(c=(s.lib||"/~partytown/")+(s.debug?"debug/":""))[0]&&(l=r.querySelectorAll('script[type="text/partytown"]'),i!=t?i.dispatchEvent(new CustomEvent("pt1",{detail:t})):(d=setTimeout(v,1e4),r.addEventListener("pt0",w),a?y(1):o.serviceWorker?o.serviceWorker.register(c+(s.swPath||"partytown-sw.js"),{scope:c}).then((function(t){t.active?y():t.installing&&t.installing.addEventListener("statechange",(function(t){"activated"==t.target.state&&y()}))}),console.error):v())))}function y(e){p=r.createElement(e?"script":"iframe"),t._pttab=Date.now(),e||(p.style.display="block",p.style.width="0",p.style.height="0",p.style.border="0",p.style.visibility="hidden",p.setAttribute("aria-hidden",!0)),p.src=c+"partytown-"+(e?"atomics.js?v=0.10.2":"sandbox-sw.html?"+t._pttab),r.querySelector(s.sandboxParent||"body").appendChild(p)}function v(n,o){for(w(),i==t&&(s.forward||[]).map((function(n){const[r]=e(n);delete t[r.split(".")[0]]})),n=0;n<l.length;n++)(o=r.createElement("script")).innerHTML=l[n].innerHTML,o.nonce=s.nonce,r.head.appendChild(o);p&&p.parentNode.removeChild(p)}function w(){clearTimeout(d)}s=t.partytown||{},i==t&&(s.forward||[]).map((function(r){const[o,{preserveBehavior:i}]=e(r);u=t,o.split(".").map((function(e,r,o){var a;u=u[o[r]]=r+1<o.length?u[o[r]]||(a=o[r+1],n.includes(a)?[]:{}):(()=>{let e=null;if(i){const{methodOrProperty:n,thisObject:r}=((t,e)=>{let n=t;for(let t=0;t<e.length-1;t+=1)n=n[e[t]];return{thisObject:n,methodOrProperty:e.length>0?n[e[e.length-1]]:void 0}})(t,o);"function"==typeof n&&(e=(...t)=>n.apply(r,...t))}return function(){let n;return e&&(n=e(arguments)),(t._ptf=t._ptf||[]).push(o,arguments),n}})()}))})),"complete"==r.readyState?h():(t.addEventListener("DOMContentLoaded",h),t.addEventListener("load",h))}(window,document,navigator,top,window.crossOriginIsolated);;(e=>{e.addEventListener("astro:before-swap",e=>{let r=document.body.querySelector("iframe[src*='/~partytown/']");if(r)e.newDocument.body.append(r)})})(document);</script></head> <body class="bg-gray-50 dark:bg-slate-900"> <script>
  6.    const HSThemeAppearance = {
  7.        init() {
  8.            const defaultTheme = 'auto'
  9.            let theme = localStorage.getItem('hs_theme') || defaultTheme
  10.            if (document.querySelector('html').classList.contains('dark')) return
  11.            this.setAppearance(theme)
  12.        },
  13.        setCookie(name, value, days) {
  14.            let expires = "";
  15.            if (days) {
  16.                let date = new Date();
  17.                date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
  18.                expires = "; expires=" + date.toUTCString();
  19.            }
  20.            document.cookie = name + "=" + (value || "") + expires + "; path=/; SameSite=None; Secure";
  21.        },
  22.        _resetStylesOnLoad() {
  23.            const $resetStyles = document.createElement('style')
  24.            $resetStyles.innerText = `*{transition: unset !important;}`
  25.            $resetStyles.setAttribute('data-hs-appearance-onload-styles', '')
  26.            document.head.appendChild($resetStyles)
  27.            return $resetStyles
  28.        },
  29.        setAppearance(theme, saveInStore = true, dispatchEvent = true) {
  30.            const $resetStylesEl = this._resetStylesOnLoad()
  31.  
  32.            if (theme === 'auto') {
  33.                theme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'default'
  34.            }
  35.  
  36.            if (saveInStore) {
  37.                this.setCookie("hs_theme", theme)
  38.                localStorage.setItem('hs_theme', theme)
  39.            }
  40.  
  41.            document.querySelector('html').classList.remove('dark')
  42.            document.querySelector('html').classList.remove('default')
  43.            document.querySelector('html').classList.remove('auto')
  44.  
  45.            document.querySelector('html').classList.add(this.getOriginalAppearance())
  46.  
  47.            setTimeout(() => {
  48.                $resetStylesEl.remove()
  49.            })
  50.  
  51.            if (dispatchEvent) {
  52.                window.dispatchEvent(new CustomEvent('on-hs-appearance-change', {detail: theme}))
  53.            }
  54.        },
  55.        getAppearance() {
  56.            let theme = this.getOriginalAppearance()
  57.            if (theme === 'auto') {
  58.                theme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'default'
  59.            }
  60.            return theme
  61.        },
  62.        getOriginalAppearance() {
  63.            const defaultTheme = 'default'
  64.            return localStorage.getItem('hs_theme') || defaultTheme
  65.        }
  66.    }
  67.    HSThemeAppearance.init()
  68.  
  69.    window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', e => {
  70.        if (HSThemeAppearance.getOriginalAppearance() === 'auto') {
  71.            HSThemeAppearance.setAppearance('auto', true)
  72.        }
  73.    })
  74.  
  75.    window.addEventListener('load', () => {
  76.        const $clickableThemes = document.querySelectorAll('[data-hs-theme-click-value]')
  77.        const $switchableThemes = document.querySelectorAll('[data-hs-theme-switch]')
  78.  
  79.        $clickableThemes.forEach($item => {
  80.            $item.addEventListener('click', () => HSThemeAppearance.setAppearance($item.getAttribute('data-hs-theme-click-value'), true, $item))
  81.        })
  82.  
  83.        $switchableThemes.forEach($item => {
  84.            $item.addEventListener('change', (e) => {
  85.                HSThemeAppearance.setAppearance(e.target.checked ? 'dark' : 'default')
  86.            })
  87.  
  88.            $item.checked = HSThemeAppearance.getAppearance() === 'dark'
  89.        })
  90.  
  91.        window.addEventListener('on-hs-appearance-change', e => {
  92.            $switchableThemes.forEach($item => {
  93.                $item.checked = e.detail === 'dark'
  94.            })
  95.        })
  96.    })
  97. </script> <header class="flex flex-wrap sm:justify-start sm:flex-nowrap bg-gray-100 z-50 w-full dark:bg-slate-900 dark:border-gray-800 dark:shadow-slate-700/[.7] border-b border-gray-700 text-sm py-2.5 sm:py-4"> <nav class="flex basis-full items-center w-full mx-auto px-4 sm:px-6 lg:px-8" aria-label="Global"> <div class="me-5 md:me-8 flex items-center justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5 dark:text-slate-100 text-gray-500 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <path d="M15.5 2A1.5 1.5 0 0 0 14 3.5v13a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 16.5 2h-1ZM9.5 6A1.5 1.5 0 0 0 8 7.5v9A1.5 1.5 0 0 0 9.5 18h1a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 10.5 6h-1ZM3.5 10A1.5 1.5 0 0 0 2 11.5v5A1.5 1.5 0 0 0 3.5 18h1A1.5 1.5 0 0 0 6 16.5v-5A1.5 1.5 0 0 0 4.5 10h-1Z"></path> </svg> <a class="flex-none text-xl ml-1 dark:text-slate-100 font-semibold text-gray-500 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/" aria-label="FinQuota.com">
  98. FinQuota.com
  99. </a> </div> <div id="navbar-offcanvas-example" class="hidden lg:block xl:block md:block hs-overlay mr-4 hs-overlay-open:translate-x-0 -translate-x-full fixed top-0 start-0 transition-all duration-300 transform h-full max-w-xs w-full z-[60] border-e basis-full grow sm:order-2 sm:static sm:h-auto sm:max-w-none sm:w-auto sm:border-r-transparent sm:transition-none sm:translate-x-0 sm:z-40 sm:basis-auto dark:border-r-gray-700 sm:dark:border-r-transparent" tabindex="-1" data-hs-overlay-close-on-resize> <div class="flex flex-col gap-y-4 gap-x-0 mt-5 sm:flex-row sm:items-center sm:justify-end sm:gap-y-0 sm:gap-x-7 sm:mt-0 sm:ps-7"> <a class="font-medium text-gray-500 hover:text-gray-400 px-6 sm:px-0 dark:text-gray-400 dark:hover:text-gray-500" href="/" aria-current="page">Home</a> <a class="font-medium text-gray-500 hover:text-gray-400 px-6 sm:px-0 dark:text-gray-400 dark:hover:text-gray-500" href="/news/" aria-current="page">News</a> <a class="font-medium text-gray-500 hover:text-gray-400 px-6 sm:px-0 dark:text-gray-400 dark:hover:text-gray-500" href="/screener/" aria-current="page">Screener</a> <a class="font-medium text-gray-500 hover:text-gray-400 px-6 sm:px-0 dark:text-gray-400 dark:hover:text-gray-500" href="/backtest/" aria-current="page">Backtests</a> <div class="hs-dropdown [--strategy:static] sm:[--strategy:fixed] [--adaptive:none]"> <button id="hs-mega-menu-tools" type="button" class="flex items-center w-full text-gray-600 hover:text-gray-400 font-medium dark:text-gray-400 dark:hover:text-gray-500 ">
  100. Tools
  101. <svg class="ms-1 flex-shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 z-10 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute top-full sm:border before:-top-5 before:start-0 before:w-full before:h-5 hidden" style=""> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/compare/">
  102. Compare Stocks
  103. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/dividend/">
  104. Dividend Calculator
  105. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/option/">
  106. Options Calculator
  107. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/holidays/nyse/">
  108. NYSE Holidays
  109. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/holidays/nasdaq/">
  110. NASDAQ Holidays
  111. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/earning-calendar/">
  112. Earnings Calendar
  113. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/widgets/">
  114. Widgets
  115. </a> </div> </div> <div class="hs-dropdown [--strategy:static] sm:[--strategy:fixed] [--adaptive:none]"> <button id="hs-mega-menu-basic-dr" type="button" class="flex items-center w-full text-gray-600 hover:text-gray-400 font-medium dark:text-gray-400 dark:hover:text-gray-500 ">
  116. Filter
  117. <svg class="ms-1 flex-shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 z-10 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute top-full sm:border before:-top-5 before:start-0 before:w-full before:h-5 hidden" style=""> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  118. Dividend Stocks
  119. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/dividend-stocks/united-states/">
  120. US Dividend Stocks
  121. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/monthly-dividend-stocks/">
  122. Monthly Dividend Stocks
  123. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/annual-dividend-stocks/">
  124. Annual Dividend Stocks
  125. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/quarterly-dividend-stocks/">
  126. Quarterly Dividend Stocks
  127. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/semi-annual-dividend-stocks/">
  128. Semi-Annual Dividend Stocks
  129. </a> </div> </div> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/penny/">
  130. Best Penny Stocks
  131. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/undervalued/">
  132. Undervalued Stocks
  133. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/new/">
  134. New Stocks
  135. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/uptrend-stocks/">
  136. Uptrend Stocks
  137. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/uptrend-stocks/penny/">
  138. Uptrend Penny Stocks
  139. </a> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  140. Blue Chip
  141. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/blue-chip/high-dividends/">
  142. Blue Chip Stocks With High Dividends
  143. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/blue-chip/under-10/">
  144. Blue Chip Under $10
  145. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/blue-chip/under-20/">
  146. Blue Chip Under $20
  147. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/blue-chip/under-50/">
  148. Blue Chip Under $50
  149. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/blue-chip/undervalued/">
  150. Undervalued Blue Chip Stocks
  151. </a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  152. By Cap
  153. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/small-cap/">
  154. Best Small Cap
  155. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/micro-cap/">
  156. Best Micro Cap
  157. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/mid-cap/">
  158. Best Mid Cap
  159. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/large-cap/">
  160. Best Large Cap
  161. </a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  162. By Sector
  163. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/oil/">
  164. Oil Stocks
  165. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/energy/">
  166. Energy Stocks
  167. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/technology/">
  168. Technology Stocks
  169. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/ai/">
  170. AI Stocks
  171. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pharma/">
  172. Pharma Stocks
  173. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/financial/">
  174. Financial Stocks
  175. </a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  176. By Price
  177. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-200/">
  178. Under $200
  179. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-100/">
  180. Under $100
  181. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-50/">
  182. Under $50
  183. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-20/">
  184. Under $20
  185. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-10/">
  186. Under $10
  187. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-5/">
  188. Under $5
  189. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-1/">
  190. Under $1
  191. </a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  192. By 52 Week Range
  193. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-low/">
  194. Best 52 Week Low
  195. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-low-nasdaq/">
  196. Best 52 Week Nasdaq Low
  197. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-low-nyse/">
  198. Best 52 Week NYSE Low
  199. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-low-penny/">
  200. Best 52 Week Low Penny
  201. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/blue-chip-52-week-low/">
  202. Best 52 Week Low Blue Chip
  203. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-high/">
  204. Best 52 Week High
  205. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-high-nasdaq/">
  206. Best 52 Week Nasdaq High
  207. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-high-nyse/">
  208. Best 52 Week NYSE High
  209. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-high-penny/">
  210. Best 52 Week High Penny
  211. </a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  212. By Exchange
  213. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/nasdaq/">
  214. Best Nasdaq Stocks
  215. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/nyse/">
  216. Best NYSE Stocks
  217. </a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  218. By Insider Activity
  219. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/insider-buy/">
  220. Insider Buying
  221. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/insider-sell/">
  222. Insider Selling
  223. </a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  224. By Indicator
  225. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/macd-crossed-up/daily/">
  226. MACD Crossed Above Signal Line
  227. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/macd-crossed-above-zero/daily/">
  228. MACD Crossed Above Zero
  229. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/above-90/">
  230. RSI Above 90
  231. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/above-80/">
  232. RSI Above 80
  233. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/above-70/">
  234. RSI Above 70
  235. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/above-50/">
  236. RSI Above 50
  237. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/below-50/">
  238. RSI Below 50
  239. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/below-30/">
  240. RSI Below 30
  241. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/below-20/">
  242. RSI Below 20
  243. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/below-10/">
  244. RSI Below 10
  245. </a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  246. By P/E Ratio
  247. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/tech-low-pe/">
  248. Tech Stocks with Low PE
  249. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/under-1-pe/">
  250. PE Ratio Less Than 1
  251. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/under-10-pe/">
  252. PE Ratio Less Than 10
  253. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/under-15-pe/">
  254. PE Ratio Less Than 15
  255. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/us-low-pe/">
  256. US stocks With Low PE
  257. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/low-pe-high-dividends/">
  258. Low PE & High Dividends
  259. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/low-pe-high-eps/">
  260. Low PE & High EPS
  261. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/large-cap-low-pe/">
  262. Large Cap & Lowest PE
  263. </a> </div> </div> </div> </div> <div class="hs-dropdown [--strategy:static] sm:[--strategy:fixed] [--adaptive:none]"> <button id="hs-mega-menu-basic-learning" type="button" class="flex items-center w-full text-gray-600 hover:text-gray-400 font-medium dark:text-gray-400 dark:hover:text-gray-500 ">
  264. Learning
  265. <svg class="ms-1 flex-shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 z-10 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute top-full sm:border before:-top-5 before:start-0 before:w-full before:h-5 hidden" style=""> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/stock-market-books/">
  266. Books
  267. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/trading-platforms/">
  268. Trading Platforms
  269. </a> <a target="_blank" class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="https://forum.finquota.com">Forum</a> </div> </div> </div> </div> <div class="flex items-center justify-end ms-auto sm:justify-between sm:gap-x-3 sm:order-3"> <div class="flex flex-row items-center justify-end gap-2"> <div class="hs-dropdown z-20" data-hs-dropdown-placement="bottom-right" data-hs-dropdown-offset="30"> <button type="button" aria-label="Toggle light/dark mode" class="w-[2.375rem] h-[2.375rem] hs-dropdown-toggle dark:text-slate-100 hs-dark-mode group inline-flex justify-center items-center gap-x-2 text-sm font-semibold rounded-full border border-transparent text-gray-500 hover:bg-white/20 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:ring-1 focus:ring-gray-600"> <svg class="hs-dark-mode-active:hidden block w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"></path> </svg> <svg class="hs-dark-mode-active:block hidden w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="4"></circle> <path d="M12 8a2 2 0 1 0 4 4"></path> <path d="M12 2v2"></path> <path d="M12 20v2"></path> <path d="m4.93 4.93 1.41 1.41"></path> <path d="m17.66 17.66 1.41 1.41"></path> <path d="M2 12h2"></path> <path d="M20 12h2"></path> <path d="m6.34 17.66-1.41 1.41"></path> <path d="m19.07 4.93-1.41 1.41"></path> </svg> </button> <div id="selectThemeDropdown" class="hs-dropdown-menu hs-dropdown-open:opacity-100 mt-2 hidden z-10 transition-[margin,opacity] opacity-0 duration-300 mb-2 origin-bottom-left bg-white shadow-md rounded-lg p-2 space-y-1 dark:bg-gray-800 dark:border dark:border-gray-700 dark:divide-gray-700"> <button type="button" class="hs-auto-mode-active:bg-gray-100 w-full flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 dark:hover:text-gray-300" data-hs-theme-click-value="auto">
  270. Auto (Default)
  271. </button> <button type="button" class="hs-default-mode-active:bg-gray-100 w-full flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 dark:hover:text-gray-300" data-hs-theme-click-value="default">
  272. Light mode
  273. </button> <button type="button" class="hs-dark-mode-active:bg-gray-700 w-full flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 dark:hover:text-gray-300" data-hs-theme-click-value="dark">
  274. Dark
  275. </button> </div> </div> <div class="hs-dropdown relative inline-flex z-20" data-hs-dropdown-placement="bottom-right"> <button id="hs-dropdown-with-header" type="button" aria-label="Login and Profile Menu" class="w-[2.375rem] h-[2.375rem] inline-flex justify-center items-center gap-x-2 text-sm font-semibold rounded-full border border-transparent text-gray-500 hover:bg-white/20 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:ring-1 focus:ring-gray-600">   <span class="w-[2.375rem] h-[2.375rem] dark:text-slate-100 hs-dark-mode group inline-flex justify-center items-center gap-x-2 text-sm font-semibold rounded-full border border-transparent text-gray-500 hover:bg-white/20 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:ring-1 focus:ring-gray-600"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM12.735 14c.618 0 1.093-.561.872-1.139a6.002 6.002 0 0 0-11.215 0c-.22.578.254 1.139.872 1.139h9.47Z"></path> </svg> </span> </button>  <div class="hs-dropdown-menu transition-[opacity,margin] duration hs-dropdown-open:opacity-100 opacity-0 hidden min-w-[15rem] z-10 bg-white shadow-md rounded-lg p-2 dark:bg-gray-800 dark:border dark:border-gray-700" aria-labelledby="hs-dropdown-with-header"> <div class="mt-2 py-2 first:pt-0 last:pb-0"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-300 dark:hover:bg-gray-700 dark:hover:text-gray-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/login/"> <svg class="flex-shrink-0 w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9"></path> <path d="M10.3 21a1.94 1.94 0 0 0 3.4 0"></path> </svg>
  276. Sign In
  277. </a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-300 dark:hover:bg-gray-700 dark:hover:text-gray-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/signup/"> <svg class="flex-shrink-0 w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z"></path> <path d="M3 6h18"></path> <path d="M16 10a4 4 0 0 1-8 0"></path> </svg>
  278. Sign Up
  279. </a> </div> </div> </div> <div class="flex md:hidden"> <!-- Mobile menu icon --> <button type="button" class="p-2 inline-flex justify-center items-center gap-x-2 rounded-lg border border-gray-200 bg-white text-gray-800 shadow-sm hover:bg-gray-50 disabled:opacity-50 disabled:pointer-events-none dark:bg-transparent dark:border-gray-700 dark:text-white dark:hover:bg-white/10 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" data-hs-overlay="#menu-sidebar" aria-controls="menu-sidebar" aria-label="Toggle Menu Navigation"> <svg class="hs-collapse-open:hidden flex-shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="3" x2="21" y1="6" y2="6"></line><line x1="3" x2="21" y1="12" y2="12"></line><line x1="3" x2="21" y1="18" y2="18"></line></svg> <svg class="hs-collapse-open:block hidden flex-shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg> </button> </div> </div> </div> </nav> <!-- Mobile menu --> <div id="menu-sidebar" class="hs-overlay hs-overlay-open:translate-x-0 -translate-x-full transition-all duration-300 transform hidden fixed top-0 start-0 bottom-0 z-[60] w-64 bg-white border-e border-gray-200 pt-7 pb-10 overflow-y-auto lg:translate-x-0 lg:end-auto lg:bottom-0 [&::-webkit-scrollbar]:w-2 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-track]:bg-gray-100 [&::-webkit-scrollbar-thumb]:bg-gray-300 dark:[&::-webkit-scrollbar-track]:bg-slate-700 dark:[&::-webkit-scrollbar-thumb]:bg-slate-500 dark:bg-gray-800 dark:border-gray-700"> <div class="px-6 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5 dark:text-slate-100 text-gray-500 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <path d="M15.5 2A1.5 1.5 0 0 0 14 3.5v13a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 16.5 2h-1ZM9.5 6A1.5 1.5 0 0 0 8 7.5v9A1.5 1.5 0 0 0 9.5 18h1a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 10.5 6h-1ZM3.5 10A1.5 1.5 0 0 0 2 11.5v5A1.5 1.5 0 0 0 3.5 18h1A1.5 1.5 0 0 0 6 16.5v-5A1.5 1.5 0 0 0 4.5 10h-1Z"></path> </svg> <a class="flex-none text-xl ml-1 dark:text-slate-100 font-semibold text-gray-500 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/" aria-label="FinQuota.com">
  280. FinQuota.com
  281. </a> </div> <nav class="hs-accordion-group p-6 w-full flex flex-col flex-wrap" data-hs-accordion-always-open> <ul class="space-y-1.5"> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/"> <svg class="size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>
  282. Home
  283. </a> </li> <li class="hs-accordion" id="account-accordion"> <button type="button" class="hs-accordion-toggle hs-accordion-active:text-blue-600 hs-accordion-active:hover:bg-transparent w-full text-start flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:hs-accordion-active:text-white dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <svg class="size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="18" cy="15" r="3"></circle><circle cx="9" cy="7" r="4"></circle><path d="M10 15H6a4 4 0 0 0-4 4v2"></path><path d="m21.7 16.4-.9-.3"></path><path d="m15.2 13.9-.9-.3"></path><path d="m16.6 18.7.3-.9"></path><path d="m19.1 12.2.3-.9"></path><path d="m19.6 18.7-.4-1"></path><path d="m16.8 12.3-.4-1"></path><path d="m14.3 16.6 1-.4"></path><path d="m20.7 13.8 1-.4"></path></svg>
  284. Account
  285. <svg class="hs-accordion-active:block ms-auto hidden size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6"></path></svg> <svg class="hs-accordion-active:hidden ms-auto block size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 5L8.16086 10.6869C8.35239 10.8637 8.64761 10.8637 8.83914 10.6869L15 5" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path> </svg> </button>  <div id="account-accordion" class="hs-accordion-content w-full overflow-hidden transition-[height] duration-300 hidden"> <ul class="pt-2 ps-2"> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/login/">
  286. Sign In
  287. </a> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/signup/">
  288. Sign Up
  289. </a> </li> </ul> </div> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/news/"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5"> <path fill-rule="evenodd" d="M2 3.5A1.5 1.5 0 0 1 3.5 2h9A1.5 1.5 0 0 1 14 3.5v11.75A2.75 2.75 0 0 0 16.75 18h-12A2.75 2.75 0 0 1 2 15.25V3.5Zm3.75 7a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5Zm0 3a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5ZM5 5.75A.75.75 0 0 1 5.75 5h4.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-4.5A.75.75 0 0 1 5 8.25v-2.5Z" clip-rule="evenodd"></path> <path d="M16.5 6.5h-1v8.75a1.25 1.25 0 1 0 2.5 0V8a1.5 1.5 0 0 0-1.5-1.5Z"></path> </svg>
  290. News
  291. </a> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/screener/"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="24" height="24" class="size-4"> <path d="M10 3.75a2 2 0 1 0-4 0 2 2 0 0 0 4 0ZM17.25 4.5a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5h5.5ZM5 3.75a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5a.75.75 0 0 1 .75.75ZM4.25 17a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5h1.5ZM17.25 17a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5h5.5ZM9 10a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h5.5A.75.75 0 0 1 9 10ZM17.25 10.75a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5h1.5ZM14 10a2 2 0 1 0-4 0 2 2 0 0 0 4 0ZM10 16.25a2 2 0 1 0-4 0 2 2 0 0 0 4 0Z"></path> </svg>
  292. Screener
  293. </a> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/backtest/"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5"> <path fill-rule="evenodd" d="M2 4.75A.75.75 0 0 1 2.75 4h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75Zm0 10.5a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75ZM2 10a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 2 10Z" clip-rule="evenodd"></path> </svg>
  294. Backtests
  295. </a> </li> <li class="hs-accordion" id="tools-accordion"> <button type="button" class="hs-accordion-toggle hs-accordion-active:text-blue-600 hs-accordion-active:hover:bg-transparent w-full text-start flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:hs-accordion-active:text-white dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5"> <path fill-rule="evenodd" d="M14.5 10a4.5 4.5 0 0 0 4.284-5.882c-.105-.324-.51-.391-.752-.15L15.34 6.66a.454.454 0 0 1-.493.11 3.01 3.01 0 0 1-1.618-1.616.455.455 0 0 1 .11-.494l2.694-2.692c.24-.241.174-.647-.15-.752a4.5 4.5 0 0 0-5.873 4.575c.055.873-.128 1.808-.8 2.368l-7.23 6.024a2.724 2.724 0 1 0 3.837 3.837l6.024-7.23c.56-.672 1.495-.855 2.368-.8.096.007.193.01.291.01ZM5 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" clip-rule="evenodd"></path> <path d="M14.5 11.5c.173 0 .345-.007.514-.022l3.754 3.754a2.5 2.5 0 0 1-3.536 3.536l-4.41-4.41 2.172-2.607c.052-.063.147-.138.342-.196.202-.06.469-.087.777-.067.128.008.257.012.387.012ZM6 4.586l2.33 2.33a.452.452 0 0 1-.08.09L6.8 8.214 4.586 6H3.309a.5.5 0 0 1-.447-.276l-1.7-3.402a.5.5 0 0 1 .093-.577l.49-.49a.5.5 0 0 1 .577-.094l3.402 1.7A.5.5 0 0 1 6 3.31v1.277Z"></path> </svg>
  296. Tools
  297. <svg class="hs-accordion-active:block ms-auto hidden size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6"></path></svg> <svg class="hs-accordion-active:hidden ms-auto block size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 5L8.16086 10.6869C8.35239 10.8637 8.64761 10.8637 8.83914 10.6869L15 5" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path> </svg> </button> <div id="tools-accordion" class="hs-accordion-content w-full overflow-hidden transition-[height] duration-300 hidden"> <ul class="pt-2 ps-2"> <li> <a href="/compare/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  298. Compare Stocks
  299. </a> </li> <li> <a href="/dividend/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  300. Dividend Calculator
  301. </a> </li> <li> <a href="/option/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  302. Options Calculator
  303. </a> </li> <li> <a href="/holidays/nyse/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  304. NYSE Holidays
  305. </a> </li> <li> <a href="/holidays/nasdaq/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  306. NASDAQ Holidays
  307. </a> </li> <li> <a href="/earning-calendar/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  308. Earnings Calendar
  309. </a> </li> <li> <a href="/widgets/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  310. Widgets
  311. </a> </li> </ul> </div> </li> <li class="hs-accordion" id="quick-filter-accordion"> <button type="button" class="hs-accordion-toggle hs-accordion-active:text-blue-600 hs-accordion-active:hover:bg-transparent w-full text-start flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:hs-accordion-active:text-white dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="24" height="24" class="size-4"> <path fill-rule="evenodd" d="M2.628 1.601C5.028 1.206 7.49 1 10 1s4.973.206 7.372.601a.75.75 0 0 1 .628.74v2.288a2.25 2.25 0 0 1-.659 1.59l-4.682 4.683a2.25 2.25 0 0 0-.659 1.59v3.037c0 .684-.31 1.33-.844 1.757l-1.937 1.55A.75.75 0 0 1 8 18.25v-5.757a2.25 2.25 0 0 0-.659-1.591L2.659 6.22A2.25 2.25 0 0 1 2 4.629V2.34a.75.75 0 0 1 .628-.74Z" clip-rule="evenodd"></path> </svg>
  312. Filter
  313. <svg class="hs-accordion-active:block ms-auto hidden size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6"></path></svg> <svg class="hs-accordion-active:hidden ms-auto block size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 5L8.16086 10.6869C8.35239 10.8637 8.64761 10.8637 8.83914 10.6869L15 5" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path> </svg> </button> <div id="quick-filter-accordion" class="hs-accordion-content w-full overflow-hidden transition-[height] duration-300 hidden"> <ul class="pt-2 ps-2"> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  314. Dividend Stocks
  315. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/dividend-stocks/united-states/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  316. US Dividend Stocks
  317. </a> </li> <li> <a href="/best/monthly-dividend-stocks/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  318. Monthly Dividend Stocks
  319. </a> </li> <li> <a href="/best/annual-dividend-stocks/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  320. Annual Dividend Stocks
  321. </a> </li> <li> <a href="/best/quarterly-dividend-stocks/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  322. Quarterly Dividend Stocks
  323. </a> </li> <li> <a href="/best/semi-annual-dividend-stocks/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  324. Semi-Annual Dividend Stocks
  325. </a> </li> </ul> </li> <li> <a href="/best/penny/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  326. Best Penny Stocks
  327. </a> </li> <li> <a href="/best/undervalued/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  328. Undervalued Stocks
  329. </a> </li> <li> <a href="/best/new/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  330. New Stocks
  331. </a> </li> <li> <a href="/best/uptrend-stocks/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  332. Uptrend Stocks
  333. </a> </li> <li> <a href="/best/uptrend-stocks/penny/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  334. Uptrend Penny Stocks
  335. </a> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  336. Blue Chip
  337. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/blue-chip/high-dividends/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  338. Blue Chip Stocks With High Dividends
  339. </a> </li> <li> <a href="/best/blue-chip/under-10/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  340. Blue Chip Under $10
  341. </a> </li> <li> <a href="/best/blue-chip/under-20/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  342. Blue Chip Under $20
  343. </a> </li> <li> <a href="/best/blue-chip/under-50/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  344. Blue Chip Under $50
  345. </a> </li> <li> <a href="/best/blue-chip/undervalued/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  346. Undervalued Blue Chip Stocks
  347. </a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  348. By Cap
  349. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/small-cap/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  350. Best Small Cap
  351. </a> </li> <li> <a href="/best/micro-cap/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  352. Best Micro Cap
  353. </a> </li> <li> <a href="/best/mid-cap/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  354. Best Mid Cap
  355. </a> </li> <li> <a href="/best/large-cap/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  356. Best Large Cap
  357. </a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  358. By Sector
  359. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/oil/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  360. Oil Stocks
  361. </a> </li> <li> <a href="/best/energy/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  362. Energy Stocks
  363. </a> </li> <li> <a href="/best/technology/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  364. Technology Stocks
  365. </a> </li> <li> <a href="/best/ai/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  366. AI Stocks
  367. </a> </li> <li> <a href="/best/pharma/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  368. Pharma Stocks
  369. </a> </li> <li> <a href="/best/financial/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  370. Financial Stocks
  371. </a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  372. By Price
  373. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/under-200/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  374. Under $200
  375. </a> </li> <li> <a href="/best/under-100/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  376. Under $100
  377. </a> </li> <li> <a href="/best/under-50/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  378. Under $50
  379. </a> </li> <li> <a href="/best/under-20/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  380. Under $20
  381. </a> </li> <li> <a href="/best/under-10/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  382. Under $10
  383. </a> </li> <li> <a href="/best/under-5/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  384. Under $5
  385. </a> </li> <li> <a href="/best/under-1/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  386. Under $1
  387. </a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  388. By 52 Week Range
  389. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/52-week/52-week-low/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  390. Best 52 Week Low
  391. </a> </li> <li> <a href="/best/52-week/52-week-low-nasdaq/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  392. Best 52 Week Nasdaq Low
  393. </a> </li> <li> <a href="/best/52-week/52-week-low-nyse/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  394. Best 52 Week NYSE Low
  395. </a> </li> <li> <a href="/best/52-week/52-week-low-penny/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  396. Best 52 Week Low Penny
  397. </a> </li> <li> <a href="/best/52-week/blue-chip-52-week-low/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  398. Best 52 Week Low Blue Chip
  399. </a> </li> <li> <a href="/best/52-week/52-week-high/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  400. UBest 52 Week High
  401. </a> </li> <li> <a href="/best/52-week/52-week-high-nasdaq/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  402. Best 52 Week Nasdaq High
  403. </a> </li> <li> <a href="/best/52-week/52-week-high-nyse/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  404. Best 52 Week NYSE High
  405. </a> </li> <li> <a href="/best/52-week/52-week-high-penny/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  406. Best 52 Week High Penny
  407. </a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  408. By Exchange
  409. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/nasdaq/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  410. Nasdaq Stocks
  411. </a> </li> <li> <a href="/best/nyse/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  412. NYSE Stocks
  413. </a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  414. By Insider Activity
  415. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/insider-buy/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  416. Insider Buying
  417. </a> </li> <li> <a href="/best/insider-sell/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  418. Insider Selling
  419. </a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  420. By Indicator
  421. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/macd-crossed-up/daily/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  422. MACD Crossed Above Signal Line
  423. </a> </li> <li> <a href="/best/macd-crossed-above-zero/daily/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  424. MACD Crossed Above Zero
  425. </a> </li> <li> <a href="/best/rsi/above-90/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  426. RSI Above 90
  427. </a> </li> <li> <a href="/best/rsi/above-80/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  428. RSI Above 80
  429. </a> </li> <li> <a href="/best/rsi/above-70/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  430. RSI Above 70
  431. </a> </li> <li> <a href="/best/rsi/above-50/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  432. RSI Above 50
  433. </a> </li> <li> <a href="/best/rsi/below-50/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  434. RSI Below 50
  435. </a> </li> <li> <a href="/best/rsi/below-30/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  436. RSI Below 30
  437. </a> </li> <li> <a href="/best/rsi/below-20/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  438. RSI Below 20
  439. </a> </li> <li> <a href="/best/rsi/below-10/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  440. RSI Below 10
  441. </a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
  442. By P/E Ratio
  443. <svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/pe-ratio/tech-low-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  444. Tech Stocks with Low PE
  445. </a> </li> <li> <a href="/best/pe-ratio/under-1-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  446. PE Ratio Less Than 1
  447. </a> </li> <li> <a href="/best/pe-ratio/under-10-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  448. PE Ratio Less Than 10
  449. </a> </li> <li> <a href="/best/pe-ratio/under-15-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  450. PE Ratio Less Than 15
  451. </a> </li> <li> <a href="/best/pe-ratio/us-low-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  452. US stocks With Low PE
  453. </a> </li> <li> <a href="/best/pe-ratio/low-pe-high-dividends/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  454. Low PE & High Dividends
  455. </a> </li> <li> <a href="/best/pe-ratio/low-pe-high-eps/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  456. Low PE & High EPS
  457. </a> </li> <li> <a href="/best/pe-ratio/large-cap-low-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  458. Large Cap & Lowest PE
  459. </a> </li> </ul> </li> </ul> </div> </li> <li class="hs-accordion" id="quick-filter-accordion"> <button type="button" class="hs-accordion-toggle hs-accordion-active:text-blue-600 hs-accordion-active:hover:bg-transparent w-full text-start flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:hs-accordion-active:text-white dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5"> <path d="M10.75 16.82A7.462 7.462 0 0 1 15 15.5c.71 0 1.396.098 2.046.282A.75.75 0 0 0 18 15.06v-11a.75.75 0 0 0-.546-.721A9.006 9.006 0 0 0 15 3a8.963 8.963 0 0 0-4.25 1.065V16.82ZM9.25 4.065A8.963 8.963 0 0 0 5 3c-.85 0-1.673.118-2.454.339A.75.75 0 0 0 2 4.06v11a.75.75 0 0 0 .954.721A7.506 7.506 0 0 1 5 15.5c1.579 0 3.042.487 4.25 1.32V4.065Z"></path> </svg>
  460. Learning
  461. <svg class="hs-accordion-active:block ms-auto hidden size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6"></path></svg> <svg class="hs-accordion-active:hidden ms-auto block size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 5L8.16086 10.6869C8.35239 10.8637 8.64761 10.8637 8.83914 10.6869L15 5" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path> </svg> </button> <div id="quick-filter-accordion" class="hs-accordion-content w-full overflow-hidden transition-[height] duration-300 hidden"> <ul class="pt-2 ps-2"> <li> <a href="/best/stock-market-books/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
  462. Books
  463. </a> </li> </ul> </div> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/best/trading-platforms/"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" width="24" height="24" class="size-4"> <path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6A2.25 2.25 0 0 1 6 3.75h2.25A2.25 2.25 0 0 1 10.5 6v2.25a2.25 2.25 0 0 1-2.25 2.25H6a2.25 2.25 0 0 1-2.25-2.25V6ZM3.75 15.75A2.25 2.25 0 0 1 6 13.5h2.25a2.25 2.25 0 0 1 2.25 2.25V18a2.25 2.25 0 0 1-2.25 2.25H6A2.25 2.25 0 0 1 3.75 18v-2.25ZM13.5 6a2.25 2.25 0 0 1 2.25-2.25H18A2.25 2.25 0 0 1 20.25 6v2.25A2.25 2.25 0 0 1 18 10.5h-2.25a2.25 2.25 0 0 1-2.25-2.25V6ZM13.5 15.75a2.25 2.25 0 0 1 2.25-2.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-2.25A2.25 2.25 0 0 1 13.5 18v-2.25Z"></path> </svg>
  464. Trading Platforms
  465. </a> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" target="_blank" href="https://forum.finquota.com"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="24" height="24" class="size-4"> <path d="M3.505 2.365A41.369 41.369 0 0 1 9 2c1.863 0 3.697.124 5.495.365 1.247.167 2.18 1.108 2.435 2.268a4.45 4.45 0 0 0-.577-.069 43.141 43.141 0 0 0-4.706 0C9.229 4.696 7.5 6.727 7.5 8.998v2.24c0 1.413.67 2.735 1.76 3.562l-2.98 2.98A.75.75 0 0 1 5 17.25v-3.443c-.501-.048-1-.106-1.495-.172C2.033 13.438 1 12.162 1 10.72V5.28c0-1.441 1.033-2.717 2.505-2.914Z"></path> <path d="M14 6c-.762 0-1.52.02-2.271.062C10.157 6.148 9 7.472 9 8.998v2.24c0 1.519 1.147 2.839 2.71 2.935.214.013.428.024.642.034.2.009.385.09.518.224l2.35 2.35a.75.75 0 0 0 1.28-.531v-2.07c1.453-.195 2.5-1.463 2.5-2.915V8.998c0-1.526-1.157-2.85-2.729-2.936A41.645 41.645 0 0 0 14 6Z"></path> </svg>
  466. Forum
  467. </a> </li> </ul> </nav> </div> </header> <nav class="sticky -top-px text-sm z-10 font-medium text-black bg-gray-100 ring-1 ring-gray-900 ring-opacity-5 border-t shadow-sm shadow-gray-100 pt-6 pb-6 -mt-px dark:bg-slate-900 dark:border-gray-800 dark:shadow-slate-700/[.7]" aria-label="Jump links"> <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var l=(o,t)=>{let i=async()=>{await(await o())()},e=typeof t.value=="object"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};"requestIdleCallback"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event("astro:idle"));})();;(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!="symbol"?o+"":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t)},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,"Component");d(this,"hydrator");d(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let c=this.querySelectorAll("astro-slot"),n={},h=this.querySelectorAll("template[data-astro-template]");for(let r of h){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(let r of c){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("name")||"default"]=r.innerHTML)}let p;try{p=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(r){let s=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(s+=` (export ${v})`),console.error(`[hydrate] Error parsing props for component ${s}`,this.getAttribute("props"),r),r}let u;await this.hydrator(this)(this.Component,p,n,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});d(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),c.disconnect(),this.childrenConnectedCallback()},c=new MutationObserver(()=>{var n;((n=this.lastChild)==null?void 0:n.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});c.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}async start(){let e=JSON.parse(this.getAttribute("opts")),c=this.getAttribute("client");if(Astro[c]===void 0){window.addEventListener(`astro:${c}`,()=>this.start(),{once:!0});return}try{await Astro[c](async()=>{let n=this.getAttribute("renderer-url"),[h,{default:p}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),u=this.getAttribute("component-export")||"default";if(!u.includes("."))this.Component=h[u];else{this.Component=h;for(let f of u.split("."))this.Component=this.Component[f]}return this.hydrator=p,this.hydrate},e,this)}catch(n){console.error(`[astro-island] Error hydrating ${this.getAttribute("component-url")}`,n)}}attributeChangedCallback(){this.hydrate()}}d(y,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",y)}})();</script><astro-island uid="Z1MH0JK" prefix="r2" component-url="/_astro/SearchTicker.BNSpEbtP.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;SearchTicker&quot;,&quot;value&quot;:true}" await-children=""><div class="mx-auto sm:block"><form><label for="icon" class="sr-only">Search Ticker</label><div class="flex items-center justify-center"><div class="relative w-10/12"><div class="absolute inset-y-0 start-0 flex items-center pointer-events-none z-20 ps-4"><svg class="flex-shrink-0 h-4 w-4 dark:text-gray-300 text-gray-500" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><path d="m21 21-4.3-4.3"></path></svg></div><input type="text" id="icon" autoComplete="off" name="icon" class="py-2 px-4 ps-11 pe-20 block dark:bg-gray-800 bg-slate-50 w-full shadow-sm rounded-lg text-sm dark:text-gray-300 dark:border-gray-800 focus:z-10 border focus:border-slate-400 focus:ring-slate-400 placeholder:dark:text-gray-300 border-slate-300 text-gray-500" placeholder="Search Ticker"/><div id="autocomplete-list" class="hidden"></div></div></div></form></div><!--astro:end--></astro-island> </nav> <div class="flex flex-col flex-1 bg-gray-100 overflow-auto p-6 dark:bg-slate-900 dark:border-gray-800 dark:shadow-slate-700/[.7] dark:text-gray-300">  <ol class="flex items-center mb-5 whitespace-nowrap" aria-label="Breadcrumb"> <li class="inline-flex items-center"> <a class="flex items-center text-sm text-gray-500 hover:text-blue-600 focus:outline-none focus:text-blue-600 dark:focus:text-blue-500" href="/">
  468. Home
  469. </a> <svg class="flex-shrink-0 mx-2 overflow-visible size-4 text-gray-400 dark:text-neutral-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m9 18 6-6-6-6"></path></svg> </li> <li class="inline-flex items-center"> <a class="flex items-center text-sm text-gray-500 hover:text-blue-600 focus:outline-none focus:text-blue-600 dark:focus:text-blue-500" href="/TGLS/"> TGLS </a> <svg class="flex-shrink-0 mx-2 overflow-visible size-4 text-gray-400 dark:text-neutral-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m9 18 6-6-6-6"></path></svg> </li> <li class="inline-flex items-center text-sm font-semibold text-gray-800 truncate dark:text-gray-200" aria-current="page"> TGLS News
  470. </li> </ol> <h1 class="text-center mt-4">Latest Tecnoglass Inc. (TGLS) News on September 19, 2024</h1> <div class="max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 mx-auto"> <div class="grid sm:grid-cols-2 lg:grid-cols-4 gap-6 mb-10 lg:mb-14"> <div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/sidoti-events-llcs-virtual-september-120000240.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/0eb3f1d3-2133-4654-a34c-7d5859608fd7.png" alt="Sidoti Events, LLC's Virtual September Small-Cap Conference"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">ACCESSWIRE</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">2 days ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/sidoti-events-llcs-virtual-september-120000240.html"> Sidoti Events, LLC&#39;s Virtual September Small-Cap Conference </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).only=e;window.dispatchEvent(new Event("astro:only"));})();</script><astro-island uid="1FBNYy" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Neutral&quot;],&quot;value&quot;:[0,5]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-attend-upcoming-investor-conferences-201500632.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/2cc7e6b3-f05b-4627-9e7a-d79b1b8ee38f.jpg" alt="Tecnoglass to Attend Upcoming Investor Conferences"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">2 days ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-attend-upcoming-investor-conferences-201500632.html"> Tecnoglass to Attend Upcoming Investor Conferences </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="1GQAIb" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Slightly Negative&quot;],&quot;value&quot;:[0,3]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-tgls-great-choice-trend-125008215.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/5f68b9e9-2886-42ad-a622-d12f6a844d77.jpg" alt="Tecnoglass (TGLS) Is a Great Choice for 'Trend' Investors, Here's Why"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">3 days ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-tgls-great-choice-trend-125008215.html"> Tecnoglass (TGLS) Is a Great Choice for &#39;Trend&#39; Investors, Here&#39;s Why </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="1SXt3y" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Positive&quot;],&quot;value&quot;:[0,7]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-announces-third-quarter-2024-110000537.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/4465d30b-c6d5-4119-a6b0-4c366c5155f5.jpg" alt="Tecnoglass Announces Third Quarter 2024 Dividend"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">14 days ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-announces-third-quarter-2024-110000537.html"> Tecnoglass Announces Third Quarter 2024 Dividend </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZgXoeQ" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Positive&quot;],&quot;value&quot;:[0,9]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-inc-nyse-tgls-stock-110222449.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/6385bc07-a1d6-485c-b6d9-2f26c8c24065.jpg" alt="Tecnoglass Inc.'s (NYSE:TGLS) Stock Is Going Strong: Is the Market Following Fundamentals?"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Simply Wall St.</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">17 days ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-inc-nyse-tgls-stock-110222449.html"> Tecnoglass Inc.&#39;s (NYSE:TGLS) Stock Is Going Strong: Is the Market Following Fundamentals? </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZgXouB" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Positive&quot;],&quot;value&quot;:[0,8]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/heres-why-momentum-tecnoglass-tgls-125007779.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/1f343462-2ded-492a-aeee-26e40b4e2c2d.jpg" alt="Here's Why Momentum in Tecnoglass (TGLS) Should Keep going"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">20 days ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/heres-why-momentum-tecnoglass-tgls-125007779.html"> Here&#39;s Why Momentum in Tecnoglass (TGLS) Should Keep going </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZgXouB" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Positive&quot;],&quot;value&quot;:[0,8]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/hagerty-hgty-stock-outpacing-retail-134012804.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/6cdd1ff8-5c7d-4ef2-bd32-6653c871ace4.jpg" alt="Is Hagerty (HGTY) Stock Outpacing Its Retail-Wholesale Peers This Year?"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">a month ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/hagerty-hgty-stock-outpacing-retail-134012804.html"> Is Hagerty (HGTY) Stock Outpacing Its Retail-Wholesale Peers This Year? </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZgXoeQ" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Positive&quot;],&quot;value&quot;:[0,9]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-second-quarter-2024-earnings-124203748.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/e2ed4f3c-00cf-41f3-bc27-fb4b04604e27.png" alt="Tecnoglass Second Quarter 2024 Earnings: EPS Misses Expectations"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Simply Wall St.</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">a month ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-second-quarter-2024-earnings-124203748.html"> Tecnoglass Second Quarter 2024 Earnings: EPS Misses Expectations </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="1FBNYy" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Neutral&quot;],&quot;value&quot;:[0,5]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-reports-second-quarter-2024-110000515.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/c188064c-2007-4579-bbb9-83782f1ce32c.jpg" alt="Tecnoglass Reports Second Quarter 2024 Results"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">a month ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-reports-second-quarter-2024-110000515.html"> Tecnoglass Reports Second Quarter 2024 Results </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZgXouB" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Positive&quot;],&quot;value&quot;:[0,8]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-es-pivot-door-receives-110000075.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/d818b237-4f8a-4bbb-9f6b-9765581b6090.jpg" alt="Tecnoglass' ES Pivot Door Receives Multiple Prestigious Industry Awards"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">2 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-es-pivot-door-receives-110000075.html"> Tecnoglass&#39; ES Pivot Door Receives Multiple Prestigious Industry Awards </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZgXouB" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Positive&quot;],&quot;value&quot;:[0,8]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-sets-date-second-quarter-110000436.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/a21202cb-2df4-45e5-ad38-954d1646cf30.jpg" alt="Tecnoglass Sets Date for Second Quarter 2024 Results"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">2 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-sets-date-second-quarter-110000436.html"> Tecnoglass Sets Date for Second Quarter 2024 Results </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="1FBNYy" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Neutral&quot;],&quot;value&quot;:[0,5]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-attains-carbon-neutrality-reinforcing-110000465.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/c952e0a9-c746-4e52-b769-5983954af9e6.jpg" alt="Tecnoglass Attains Carbon Neutrality, Reinforcing Its Commitment to Sustainable Practices"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">3 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-attains-carbon-neutrality-reinforcing-110000465.html"> Tecnoglass Attains Carbon Neutrality, Reinforcing Its Commitment to Sustainable Practices </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZgXoeQ" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Positive&quot;],&quot;value&quot;:[0,9]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-board-directors-announces-review-200500926.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/09dab658-d58f-451a-9b97-64df7a7f9297.jpg" alt="Tecnoglass Board of Directors Announces Review of Strategic Alternatives"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">3 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-board-directors-announces-review-200500926.html"> Tecnoglass Board of Directors Announces Review of Strategic Alternatives </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="1FBNYy" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Neutral&quot;],&quot;value&quot;:[0,5]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/estimating-fair-value-tecnoglass-inc-123059167.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/c3bd021a-b69d-4550-bd39-c2cff7e94120.jpg" alt="Estimating The Fair Value Of Tecnoglass Inc. (NYSE:TGLS)"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Simply Wall St.</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">3 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/estimating-fair-value-tecnoglass-inc-123059167.html"> Estimating The Fair Value Of Tecnoglass Inc. (NYSE:TGLS) </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="Zx80I6" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Slightly Positive&quot;],&quot;value&quot;:[0,6]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-announces-second-quarter-2024-201500998.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/e777a26e-6173-4add-9986-b48fd1cba9e9.jpg" alt="Tecnoglass Announces Second Quarter 2024 Dividend"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">3 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-announces-second-quarter-2024-201500998.html"> Tecnoglass Announces Second Quarter 2024 Dividend </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="1SXt3y" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Positive&quot;],&quot;value&quot;:[0,7]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/options-traders-know-something-tecnoglass-132500281.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/0b535c7a-6dfe-46d8-95a5-a7a4e32d7ff7.jpg" alt="Do Options Traders Know Something About Tecnoglass (TGLS) Stock We Don't?"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">3 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/options-traders-know-something-tecnoglass-132500281.html"> Do Options Traders Know Something About Tecnoglass (TGLS) Stock We Don&#39;t? </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="1FBNIN" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Neutral&quot;],&quot;value&quot;:[0,4]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/m/4c92ab1d-f766-3d31-b840-0dd0a2d11122/dow-jones-falls-on-jobs.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/d090eb63-c315-477a-afef-e1febc213b8f.jpg" alt="Dow Jones Falls On Jobs Report; GameStop Plunges Ahead Of 'Roaring Kitty' Live Event"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Investor&#39;s Business Daily</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">3 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/m/4c92ab1d-f766-3d31-b840-0dd0a2d11122/dow-jones-falls-on-jobs.html"> Dow Jones Falls On Jobs Report; GameStop Plunges Ahead Of &#39;Roaring Kitty&#39; Live Event </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="1GQAIb" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Slightly Negative&quot;],&quot;value&quot;:[0,3]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/video/docusigns-ai-technology-accelerate-growth-140233753.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/803cd990-a976-4c34-a6bc-de67b6174aea.jpg" alt="Can DocuSign's AI offering accelerate growth?"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Yahoo Finance Video</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">3 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/video/docusigns-ai-technology-accelerate-growth-140233753.html"> Can DocuSign&#39;s AI offering accelerate growth? </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/lab-chip-microfluidics-world-congress-140200730.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/b516726b-d358-463f-a7a1-0cc6612ca7b2.jpg" alt="Lab-on-a-Chip and Microfluidics World Congress 2024: 3-Day Conference (Laguna Hills, United States - November 18-20, 2024) Covering Technologies, Companies and Commercialization"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">3 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/lab-chip-microfluidics-world-congress-140200730.html"> Lab-on-a-Chip and Microfluidics World Congress 2024: 3-Day Conference (Laguna Hills, United States - November 18-20, 2024) Covering Technologies, Companies and Commercialization </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZgXouB" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Positive&quot;],&quot;value&quot;:[0,8]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/analysis-mexico-investors-worry-lopsided-140152276.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/1edfe00d-c6ab-45b7-9a25-d4e31601e108.jpg" alt="Analysis-Mexico investors worry lopsided vote could threaten rule of law"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Reuters</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">3 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/analysis-mexico-investors-worry-lopsided-140152276.html"> Analysis-Mexico investors worry lopsided vote could threaten rule of law </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="1FBNYy" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Neutral&quot;],&quot;value&quot;:[0,5]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/m/b9b71974-e968-393d-b8ce-06a9b61210a2/ai-boom-giving-taiwan.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/69fb1a50-8bb7-4fb3-bf40-89fd3dfa7ef6.jpg" alt="AI Boom Giving Taiwan Semiconductor Sales A Boost"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Investor&#39;s Business Daily</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">3 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/m/b9b71974-e968-393d-b8ce-06a9b61210a2/ai-boom-giving-taiwan.html"> AI Boom Giving Taiwan Semiconductor Sales A Boost </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/airstar-bank-amtd-co-founder-140100082.html"> <span class="w-full h-full object-cover block bg-gray-200 rounded-t-xl dark:bg-gray-700"></span> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Business Wire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">3 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/airstar-bank-amtd-co-founder-140100082.html"> Airstar Bank, with AMTD as a co-founder, successfully introduces Futu as A New Shareholder </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZgXouB" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Positive&quot;],&quot;value&quot;:[0,8]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/smart-irrigation-market-worth-3-140100419.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/a8630ec7-f7c1-49c8-991e-b77ebe10e8ea.jpg" alt="Smart Irrigation Market worth $3.0 billion by 2029 - Exclusive Report by MarketsandMarkets™"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">PR Newswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">3 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/smart-irrigation-market-worth-3-140100419.html"> Smart Irrigation Market worth $3.0 billion by 2029 - Exclusive Report by MarketsandMarkets™ </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZgXouB" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Positive&quot;],&quot;value&quot;:[0,8]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/taxes-served-corp-acquires-blue-140100546.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/fa6a99d4-693c-4f20-8bf9-b3b2667bac9b.jpg" alt="Taxes Served Corp. Acquires Blue Mountain Bookkeeping LLC to Enhance Tax and Bookkeeping Services"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">PR Newswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">3 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/taxes-served-corp-acquires-blue-140100546.html"> Taxes Served Corp. Acquires Blue Mountain Bookkeeping LLC to Enhance Tax and Bookkeeping Services </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZgXouB" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Positive&quot;],&quot;value&quot;:[0,8]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/shareholders-enjoy-repeat-tecnoglass-nyse-100745295.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/59c3dfa9-1b34-4811-b97b-79812da3cf1d.jpg" alt="Shareholders Would Enjoy A Repeat Of Tecnoglass' (NYSE:TGLS) Recent Growth In Returns"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Simply Wall St.</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">3 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/shareholders-enjoy-repeat-tecnoglass-nyse-100745295.html"> Shareholders Would Enjoy A Repeat Of Tecnoglass&#39; (NYSE:TGLS) Recent Growth In Returns </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZgXouB" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Positive&quot;],&quot;value&quot;:[0,8]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-attend-upcoming-investor-conferences-201500121.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/9a6f65c1-99ec-4b51-a21f-930ac8db5624.jpg" alt="Tecnoglass to Attend Upcoming Investor Conferences"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">4 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-attend-upcoming-investor-conferences-201500121.html"> Tecnoglass to Attend Upcoming Investor Conferences </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="1X1bTE" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Negative&quot;],&quot;value&quot;:[0,1]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-nyse-tgls-stock-performs-140206121.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/6f424046-a1c8-45d8-8691-8920347f7fd4.jpg" alt="Tecnoglass (NYSE:TGLS) stock performs better than its underlying earnings growth over last five years"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Simply Wall St.</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">4 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-nyse-tgls-stock-performs-140206121.html"> Tecnoglass (NYSE:TGLS) stock performs better than its underlying earnings growth over last five years </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZgXouB" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Positive&quot;],&quot;value&quot;:[0,8]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-attend-b-riley-securities-110000252.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/f65aea34-169b-4bde-93df-eda2a13fc49f.jpg" alt="Tecnoglass to Attend the B. Riley Securities 24th Annual Institutional Investor Conference"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">4 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-attend-b-riley-securities-110000252.html"> Tecnoglass to Attend the B. Riley Securities 24th Annual Institutional Investor Conference </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZgXouB" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Positive&quot;],&quot;value&quot;:[0,8]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-reports-first-quarter-2024-110000487.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/cd10de43-d233-4273-bf83-7fc751b1ef1b.jpg" alt="Tecnoglass Reports First Quarter 2024 Results"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">4 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-reports-first-quarter-2024-110000487.html"> Tecnoglass Reports First Quarter 2024 Results </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZVe3OB" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Negative&quot;],&quot;value&quot;:[0,2]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/think-buying-tecnoglass-inc-nyse-121429631.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/cd232f93-698d-467e-abb4-caa2f55b96ca.jpg" alt="Should You Think About Buying Tecnoglass Inc. (NYSE:TGLS) Now?"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Simply Wall St.</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">4 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/think-buying-tecnoglass-inc-nyse-121429631.html"> Should You Think About Buying Tecnoglass Inc. (NYSE:TGLS) Now? </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="1X1bTE" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Negative&quot;],&quot;value&quot;:[0,1]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-sets-date-first-quarter-110000253.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/094415d9-247c-478e-a816-785065dc2486.jpg" alt="Tecnoglass Sets Date for First Quarter 2024 Results"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">5 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-sets-date-first-quarter-110000253.html"> Tecnoglass Sets Date for First Quarter 2024 Results </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="1FBNYy" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Neutral&quot;],&quot;value&quot;:[0,5]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/heres-why-tecnoglass-nyse-tgls-183317794.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/cf78c425-ad97-451b-9e72-1b221bb4eecd.jpg" alt="Here's Why Tecnoglass (NYSE:TGLS) Has Caught The Eye Of Investors"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Simply Wall St.</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">5 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/heres-why-tecnoglass-nyse-tgls-183317794.html"> Here&#39;s Why Tecnoglass (NYSE:TGLS) Has Caught The Eye Of Investors </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZgXouB" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Positive&quot;],&quot;value&quot;:[0,8]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/brokers-suggest-investing-tecnoglass-tgls-133010303.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/ce17653f-8911-4224-992a-bc8d8b17aec6.jpg" alt="Brokers Suggest Investing in Tecnoglass (TGLS): Read This Before Placing a Bet"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">6 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/brokers-suggest-investing-tecnoglass-tgls-133010303.html"> Brokers Suggest Investing in Tecnoglass (TGLS): Read This Before Placing a Bet </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="1FBNIN" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Neutral&quot;],&quot;value&quot;:[0,4]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/sidoti-events-llcs-virtual-march-143000542.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/e29ec8ea-5af1-44a3-8afa-4891a8967c1e.jpg" alt="Sidoti Events, LLC's Virtual March Small-Cap Conference"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">ACCESSWIRE</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">6 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/sidoti-events-llcs-virtual-march-143000542.html"> Sidoti Events, LLC&#39;s Virtual March Small-Cap Conference </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="1GQAIb" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Slightly Negative&quot;],&quot;value&quot;:[0,3]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-present-sidoti-virtual-small-110000460.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/b33055ff-97f8-4227-8c87-66896b925101.jpg" alt="Tecnoglass to Present at the Sidoti Virtual Small Cap Conference"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">6 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-present-sidoti-virtual-small-110000460.html"> Tecnoglass to Present at the Sidoti Virtual Small Cap Conference </a> </h3> <div class="flex justify-center mt-3 align-bottom"> <astro-island uid="ZgXoeQ" component-url="/_astro/_astro-entry_react-d3-speedometer.DdqCVRHT.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;width&quot;:[0,150],&quot;height&quot;:[0,100],&quot;minValue&quot;:[0,0],&quot;maxValue&quot;:[0,10],&quot;currentValueText&quot;:[0,&quot;AI: Highly Positive&quot;],&quot;value&quot;:[0,9]}" ssr="" client="only" opts="{&quot;name&quot;:&quot;ReactSpeedometer&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/worth-investing-tecnoglass-tgls-based-143010249.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/b8198898-11d8-419e-914d-744ed28c602a.jpg" alt="Is It Worth Investing in Tecnoglass (TGLS) Based on Wall Street's Bullish Views?"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">6 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/worth-investing-tecnoglass-tgls-based-143010249.html"> Is It Worth Investing in Tecnoglass (TGLS) Based on Wall Street&#39;s Bullish Views? </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-attend-raymond-james-45th-120000414.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/9a2a12fa-dcd2-4deb-af87-0c0da63f806a.jpg" alt="Tecnoglass to Attend the Raymond James 45th Annual Institutional Investors Conference"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">7 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-attend-raymond-james-45th-120000414.html"> Tecnoglass to Attend the Raymond James 45th Annual Institutional Investors Conference </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-reports-record-financial-metrics-213000474.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/49c8898d-249c-400f-9507-f58188af6932.jpg" alt="Tecnoglass Reports Record Financial Metrics Across the Board for Full Year 2023"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">7 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-reports-record-financial-metrics-213000474.html"> Tecnoglass Reports Record Financial Metrics Across the Board for Full Year 2023 </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-tgls-buy-wall-street-143010890.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/e0e0d10e-de77-4335-a038-93e7e99785b2.jpg" alt="Is Tecnoglass (TGLS) a Buy as Wall Street Analysts Look Optimistic?"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">7 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-tgls-buy-wall-street-143010890.html"> Is Tecnoglass (TGLS) a Buy as Wall Street Analysts Look Optimistic? </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-sets-date-fourth-quarter-120000443.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/15ec214d-6cbf-4825-8358-dfbeed068ce6.jpg" alt="Tecnoglass Sets Date for Fourth Quarter and Full Year 2023 Results"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">7 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tecnoglass-sets-date-fourth-quarter-120000443.html"> Tecnoglass Sets Date for Fourth Quarter and Full Year 2023 Results </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/insight-pharmaceuticals-issues-voluntary-nationwide-140000713.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/34f9af69-df68-4462-b6d9-0ec86a436b1c.png" alt="Insight Pharmaceuticals Issues Voluntary Nationwide Recall of TING® 1% Tolnaftate Athlete’s Foot Spray Antifungal Spray Liquid Due to the Presence of Benzene"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/insight-pharmaceuticals-issues-voluntary-nationwide-140000713.html"> Insight Pharmaceuticals Issues Voluntary Nationwide Recall of TING® 1% Tolnaftate Athlete’s Foot Spray Antifungal Spray Liquid Due to the Presence of Benzene </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/hutchmed-announces-inmagene-exercises-option-083000202.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/38b302d4-d2b6-4c2b-83ca-8ec5ab5ab210.png" alt="HUTCHMED Announces that Inmagene Exercises Option to License Two Drug Candidates as Part of Strategic Partnership"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/hutchmed-announces-inmagene-exercises-option-083000202.html"> HUTCHMED Announces that Inmagene Exercises Option to License Two Drug Candidates as Part of Strategic Partnership </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/national-storage-affiliates-trust-announces-210500501.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/2d77338c-b73a-4eb8-8fe7-80135d269d21.jpg" alt="National Storage Affiliates Trust Announces Date of its Fourth Quarter 2023 Earnings Release and Conference Call"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Business Wire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/national-storage-affiliates-trust-announces-210500501.html"> National Storage Affiliates Trust Announces Date of its Fourth Quarter 2023 Earnings Release and Conference Call </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/hutchmed-announce-2023-final-results-083000390.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/db3d5b42-5445-42e4-9eae-3c68e28f014f.png" alt="HUTCHMED to Announce 2023 Final Results"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/hutchmed-announce-2023-final-results-083000390.html"> HUTCHMED to Announce 2023 Final Results </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/valpak-partners-wendys-deliver-delicious-155000386.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/1e07e3b2-7213-4d2b-8ad8-99d40777902b.jpg" alt="Valpak Partners with Wendy's to Deliver Delicious Deals to Americans"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">PR Newswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/valpak-partners-wendys-deliver-delicious-155000386.html"> Valpak Partners with Wendy&#39;s to Deliver Delicious Deals to Americans </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/hutchmed-receives-elunate-fruquintinib-marketing-045300777.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/58ded886-1811-4b00-be3e-fda2bac87622.png" alt="HUTCHMED Receives ELUNATE® (fruquintinib) Marketing Approval in Hong Kong for Treatment of Metastatic Colorectal Cancer"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/hutchmed-receives-elunate-fruquintinib-marketing-045300777.html"> HUTCHMED Receives ELUNATE® (fruquintinib) Marketing Approval in Hong Kong for Treatment of Metastatic Colorectal Cancer </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/m/d66417d1-87a8-3ebc-ba30-25b71f485663/why-mcgrath-rentcorp-stock.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/fbe4a112-1c90-445b-89de-937e56e3e10a.jpg" alt="Why McGrath Rentcorp Stock Popped Today"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Motley Fool</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/m/d66417d1-87a8-3ebc-ba30-25b71f485663/why-mcgrath-rentcorp-stock.html"> Why McGrath Rentcorp Stock Popped Today </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/estimating-intrinsic-value-perficient-inc-194129431.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/4038a0c7-e8d0-43d7-b555-2f92bf7c181b.jpg" alt="Estimating The Intrinsic Value Of Perficient, Inc. (NASDAQ:PRFT)"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Simply Wall St.</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/estimating-intrinsic-value-perficient-inc-194129431.html"> Estimating The Intrinsic Value Of Perficient, Inc. (NASDAQ:PRFT) </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/form-8-3-dx-group-152500393.html"> <span class="w-full h-full object-cover block bg-gray-200 rounded-t-xl dark:bg-gray-700"></span> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Business Wire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/form-8-3-dx-group-152500393.html"> Form 8.3 - DX (Group) plc </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/africa-smart-manufacturing-market-sees-152500098.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/9fb982ae-79e5-4c9d-b4dc-718844b99535.jpg" alt="Africa Smart Manufacturing Market Sees Upsurge: Comprehensive Analysis and Growth Forecasts Up to 2030"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/africa-smart-manufacturing-market-sees-152500098.html"> Africa Smart Manufacturing Market Sees Upsurge: Comprehensive Analysis and Growth Forecasts Up to 2030 </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/united-arab-emirates-smart-manufacturing-152400444.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/d95463e3-d74c-42bf-89af-9cbceae49d32.jpg" alt="United Arab Emirates Smart Manufacturing Market Analysis Showcases Growth Trends and Opportunities up to 2030"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/united-arab-emirates-smart-manufacturing-152400444.html"> United Arab Emirates Smart Manufacturing Market Analysis Showcases Growth Trends and Opportunities up to 2030 </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/phenomenex-launches-phenoacademy-cutting-edge-152400228.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/c50d3405-85ae-4831-820f-7f4300a93c92.jpg" alt="Phenomenex Launches PhenoAcademy for Cutting-Edge Chromatography Education"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">PR Newswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/phenomenex-launches-phenoacademy-cutting-edge-152400228.html"> Phenomenex Launches PhenoAcademy for Cutting-Edge Chromatography Education </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/5-stocks-trading-near-52-114500692.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/3a679dfa-ad41-4878-860c-c21fb7e46d22.jpg" alt="5 Stocks Trading Near 52-Week High That Can Climb Further"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/5-stocks-trading-near-52-114500692.html"> 5 Stocks Trading Near 52-Week High That Can Climb Further </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/q4-2023-first-hawaiian-inc-080551827.html"> <span class="w-full h-full object-cover block bg-gray-200 rounded-t-xl dark:bg-gray-700"></span> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Thomson Reuters StreetEvents</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/q4-2023-first-hawaiian-inc-080551827.html"> Q4 2023 First Hawaiian Inc Earnings Call </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/national-storage-affiliates-trust-announces-224300670.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/e9fb2bc2-4aed-423a-a71b-147d59edf651.jpg" alt="National Storage Affiliates Trust Announces Tax Treatment of 2023 Distributions"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Business Wire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/national-storage-affiliates-trust-announces-224300670.html"> National Storage Affiliates Trust Announces Tax Treatment of 2023 Distributions </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/7-blue-chip-stocks-triple-204207709.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/7b1dd8cc-e848-4fb9-903c-1a602821c494.jpg" alt="7 Blue-Chip Stocks to Triple Your Wealth by 2027"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">InvestorPlace</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/7-blue-chip-stocks-triple-204207709.html"> 7 Blue-Chip Stocks to Triple Your Wealth by 2027 </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/discover-hack-earn-7-dividend-161937842.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/d8301da1-4699-430c-a167-c78bcc107eea.jpg" alt="Discover the Hack to Earn a 7% Dividend from Gen Z &#38; Millennial Lifestyle Choices"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Benzinga</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/discover-hack-earn-7-dividend-161937842.html"> Discover the Hack to Earn a 7% Dividend from Gen Z &amp; Millennial Lifestyle Choices </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/compared-estimates-first-hawaiian-fhb-153002791.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/99ab66d4-b846-4eee-88ac-07602e1b0129.jpg" alt="Compared to Estimates, First Hawaiian (FHB) Q4 Earnings: A Look at Key Metrics"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/compared-estimates-first-hawaiian-fhb-153002791.html"> Compared to Estimates, First Hawaiian (FHB) Q4 Earnings: A Look at Key Metrics </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/first-hawaiian-fhb-q4-earnings-141503664.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/defae025-505a-45af-9cd6-2b7e55cdc116.jpg" alt="First Hawaiian (FHB) Q4 Earnings Lag Estimates"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/first-hawaiian-fhb-q4-earnings-141503664.html"> First Hawaiian (FHB) Q4 Earnings Lag Estimates </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/traditional-fast-food-q3-earnings-072028436.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/b4365ccf-663b-4904-bda8-a60a4b129a18.jpg" alt="Traditional Fast Food Q3 Earnings: Arcos Dorados (NYSE:ARCO) is the Best in the Biz"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">StockStory</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/traditional-fast-food-q3-earnings-072028436.html"> Traditional Fast Food Q3 Earnings: Arcos Dorados (NYSE:ARCO) is the Best in the Biz </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/analysts-estimate-lazard-laz-report-150055024.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/cfa6ddd3-a318-486e-acca-bf8359352eb0.jpg" alt="Analysts Estimate Lazard (LAZ) to Report a Decline in Earnings: What to Look Out for"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/analysts-estimate-lazard-laz-report-150055024.html"> Analysts Estimate Lazard (LAZ) to Report a Decline in Earnings: What to Look Out for </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/first-bancorp-nyse-fbp-q4-142656279.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/680697d3-a8de-41d0-a334-f7a84d253fde.jpg" alt="First BanCorp. (NYSE:FBP) Q4 2023 Earnings Call Transcript"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Insider Monkey</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/first-bancorp-nyse-fbp-q4-142656279.html"> First BanCorp. (NYSE:FBP) Q4 2023 Earnings Call Transcript </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/atour-lifestyle-holdings-limiteds-nasdaq-135430754.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/79a7d866-5c25-4da2-9fbf-e67008237284.jpg" alt="Atour Lifestyle Holdings Limited's (NASDAQ:ATAT) Stock Is Going Strong: Is the Market Following Fundamentals?"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Simply Wall St.</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/atour-lifestyle-holdings-limiteds-nasdaq-135430754.html"> Atour Lifestyle Holdings Limited&#39;s (NASDAQ:ATAT) Stock Is Going Strong: Is the Market Following Fundamentals? </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/zions-bancorporation-national-association-nasdaq-131506996.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/f3696d51-5a9e-43b6-a1db-bf7dbaa29ca6.jpg" alt="Zions Bancorporation, National Association (NASDAQ:ZION) Q4 2023 Earnings Call Transcript"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Insider Monkey</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/zions-bancorporation-national-association-nasdaq-131506996.html"> Zions Bancorporation, National Association (NASDAQ:ZION) Q4 2023 Earnings Call Transcript </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/zacks-analyst-blog-highlights-giii-094900930.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/5f5ea480-5d00-4cee-8bc0-f0d6dad38175.jpg" alt="The Zacks Analyst Blog Highlights GIII Apparel, Acushnet, Hooker Furniture, Netflix and Royal Caribbean Cruises"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/zacks-analyst-blog-highlights-giii-094900930.html"> The Zacks Analyst Blog Highlights GIII Apparel, Acushnet, Hooker Furniture, Netflix and Royal Caribbean Cruises </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/q3-earnings-highs-lows-flywire-083846958.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/d2272b67-1384-42b7-bd5b-69eb1d27be24.jpg" alt="Q3 Earnings Highs And Lows: Flywire (NASDAQ:FLYW) Vs The Rest Of The Finance and HR Software Stocks"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">StockStory</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/q3-earnings-highs-lows-flywire-083846958.html"> Q3 Earnings Highs And Lows: Flywire (NASDAQ:FLYW) Vs The Rest Of The Finance and HR Software Stocks </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/3-dividend-stars-every-investor-234418820.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/29548778-c58f-4e04-be2b-1912cb860e73.jpg" alt="3 Dividend Stars Every Investor Should Own to Survive a Market Crash"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">InvestorPlace</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/3-dividend-stars-every-investor-234418820.html"> 3 Dividend Stars Every Investor Should Own to Survive a Market Crash </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/nvr-gears-report-q4-earnings-154100019.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/b06188a8-2c99-4b5d-8120-ae6885160fff.jpg" alt="NVR Gears Up to Report Q4 Earnings: What's in the Cards?"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/nvr-gears-report-q4-earnings-154100019.html"> NVR Gears Up to Report Q4 Earnings: What&#39;s in the Cards? </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/stoneco-ltd-stne-stock-sinks-224520804.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/e1246eee-2a71-4da0-adc2-cd6c26b1e2e4.jpg" alt="StoneCo Ltd. (STNE) Stock Sinks As Market Gains: Here's Why"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/stoneco-ltd-stne-stock-sinks-224520804.html"> StoneCo Ltd. (STNE) Stock Sinks As Market Gains: Here&#39;s Why </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/cushman-wakefield-collaborates-microsoft-enhance-220000082.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/01a6a93f-6000-49fb-a9dc-3dff10fb9aa0.jpg" alt="Cushman &#38; Wakefield Collaborates with Microsoft to Enhance AI Technology Platform"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Business Wire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/cushman-wakefield-collaborates-microsoft-enhance-220000082.html"> Cushman &amp; Wakefield Collaborates with Microsoft to Enhance AI Technology Platform </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/m/51f70519-6494-36a4-ab5d-bd9372be6dea/my-3-favorite-stocks-to-buy.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/b87da013-ca7c-4994-9bfc-ee756cbc92be.png" alt="My 3 Favorite Stocks to Buy Right Now"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Motley Fool</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/m/51f70519-6494-36a4-ab5d-bd9372be6dea/my-3-favorite-stocks-to-buy.html"> My 3 Favorite Stocks to Buy Right Now </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/2-construction-stocks-could-beat-140005433.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/c2ab8b62-ad97-4507-ade4-ea2136f1586a.jpg" alt="These 2 Construction Stocks Could Beat Earnings: Why They Should Be on Your Radar"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/2-construction-stocks-could-beat-140005433.html"> These 2 Construction Stocks Could Beat Earnings: Why They Should Be on Your Radar </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/7-exciting-stocks-poised-explosive-113000308.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/4d5b2911-add8-4eed-8938-9ee5ebc231f9.jpg" alt="7 Exciting Stocks Poised for Explosive Growth in Key Sectors"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">InvestorPlace</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/7-exciting-stocks-poised-explosive-113000308.html"> 7 Exciting Stocks Poised for Explosive Growth in Key Sectors </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/best-value-stocks-buy-january-085300803.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/ce1f9f5b-8086-45d1-9477-24da0aad258e.jpg" alt="Best Value Stocks to Buy for January 22nd"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/best-value-stocks-buy-january-085300803.html"> Best Value Stocks to Buy for January 22nd </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/adtalem-global-education-announces-300-130000887.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/13623cbe-3bfc-4f9e-a3d4-fae30ed8db89.jpg" alt="Adtalem Global Education Announces New $300 Million Share Repurchase Program"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Business Wire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/adtalem-global-education-announces-300-130000887.html"> Adtalem Global Education Announces New $300 Million Share Repurchase Program </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/epr-properties-fourth-quarter-end-211500387.html"> <span class="w-full h-full object-cover block bg-gray-200 rounded-t-xl dark:bg-gray-700"></span> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Business Wire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/epr-properties-fourth-quarter-end-211500387.html"> EPR Properties Fourth Quarter and Year End 2023 Earnings Conference Call Scheduled for February 29, 2024 </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/willdan-wldn-secures-18m-puget-163200874.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/6e117ce1-8568-4f78-ac58-11b0e6142c43.jpg" alt="Willdan (WLDN) Secures $18M Puget Sound Energy Program Contract"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/willdan-wldn-secures-18m-puget-163200874.html"> Willdan (WLDN) Secures $18M Puget Sound Energy Program Contract </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/n-able-advances-security-suite-120000974.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/631da8dc-5d84-4bc5-aa0f-704a3853aba5.jpg" alt="N-able Advances Security Suite with N-able Managed Detection and Response"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Business Wire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/n-able-advances-security-suite-120000974.html"> N-able Advances Security Suite with N-able Managed Detection and Response </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/q4-2023-fulton-financial-corp-061502492.html"> <span class="w-full h-full object-cover block bg-gray-200 rounded-t-xl dark:bg-gray-700"></span> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Thomson Reuters StreetEvents</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/q4-2023-fulton-financial-corp-061502492.html"> Q4 2023 Fulton Financial Corp Earnings Call </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/fulton-financial-fult-q4-earnings-233005700.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/c5975746-4f72-48a5-b625-964a377b9a46.jpg" alt="Fulton Financial (FULT) Q4 Earnings: Taking a Look at Key Metrics Versus Estimates"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/fulton-financial-fult-q4-earnings-233005700.html"> Fulton Financial (FULT) Q4 Earnings: Taking a Look at Key Metrics Versus Estimates </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/epr-properties-declares-monthly-dividend-211500220.html"> <span class="w-full h-full object-cover block bg-gray-200 rounded-t-xl dark:bg-gray-700"></span> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Business Wire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/epr-properties-declares-monthly-dividend-211500220.html"> EPR Properties Declares Monthly Dividend for Common Shareholders </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/refining-marketing-landscape-augurs-well-132500152.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/03db277d-0a78-4f71-b169-374729065550.jpg" alt="Refining &#38; Marketing Landscape Augurs Well for These 4 Stocks"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/refining-marketing-landscape-augurs-well-132500152.html"> Refining &amp; Marketing Landscape Augurs Well for These 4 Stocks </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/m/34dd0eb8-3444-3ed0-957e-5f2559e31ed5/2-stocks-that-cut-you-a-check.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/fa903746-3a9e-427d-9d8e-99a5a2d98e49.jpg" alt="2 Stocks That Cut You a Check Each Month"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Motley Fool</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/m/34dd0eb8-3444-3ed0-957e-5f2559e31ed5/2-stocks-that-cut-you-a-check.html"> 2 Stocks That Cut You a Check Each Month </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/ambarella-amba-collaborates-e-con-152900387.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/7f85a60a-99f0-4987-a096-38d9926f69eb.jpg" alt="Ambarella (AMBA) Collaborates With e-con Systems to Launch RCP"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/ambarella-amba-collaborates-e-con-152900387.html"> Ambarella (AMBA) Collaborates With e-con Systems to Launch RCP </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/inari-medical-nari-worthy-investment-081330944.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/1d61260c-52c1-4e89-aaf2-36732c0ebdae.jpg" alt="Is Inari Medical (NARI) a Worthy Investment?"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Insider Monkey</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/inari-medical-nari-worthy-investment-081330944.html"> Is Inari Medical (NARI) a Worthy Investment? </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/q3-earnings-highlights-rapid7-nasdaq-064246183.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/470a07c9-48bd-494d-b4e1-723ebf2591b0.jpg" alt="Q3 Earnings Highlights: Rapid7 (NASDAQ:RPD) Vs The Rest Of The Cybersecurity Stocks"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">StockStory</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/q3-earnings-highlights-rapid7-nasdaq-064246183.html"> Q3 Earnings Highlights: Rapid7 (NASDAQ:RPD) Vs The Rest Of The Cybersecurity Stocks </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/3-stocks-buy-become-household-201656098.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/abf695ae-09fd-47e0-8de5-ec052da6b460.png" alt="3 Stocks to Buy BEFORE They Become Household Names"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">InvestorPlace</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/3-stocks-buy-become-household-201656098.html"> 3 Stocks to Buy BEFORE They Become Household Names </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/life-time-foundation-investing-local-200400680.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/0dd73fff-8a87-4731-a756-3d4ce1ab0dbb.jpg" alt="Life Time Foundation Investing in Local Community Impact During Miami Marathon Weekend January 27-28"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">PR Newswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/life-time-foundation-investing-local-200400680.html"> Life Time Foundation Investing in Local Community Impact During Miami Marathon Weekend January 27-28 </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/e-con-systems-launches-robotics-160000910.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/9e102858-2e44-426b-a4b3-a70f0e5cec68.png" alt="e-con Systems Launches Robotics Computing Platform During CES; Partners With Ambarella for Industrial AMR and Outdoor Robots"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/e-con-systems-launches-robotics-160000910.html"> e-con Systems Launches Robotics Computing Platform During CES; Partners With Ambarella for Industrial AMR and Outdoor Robots </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/investors-undervaluing-newell-brands-nwl-144011514.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/362f08a2-d961-4897-a398-c2a9bd1bc78a.jpg" alt="Are Investors Undervaluing Newell Brands (NWL) Right Now?"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/investors-undervaluing-newell-brands-nwl-144011514.html"> Are Investors Undervaluing Newell Brands (NWL) Right Now? </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/opportunity-nomad-foods-limiteds-nyse-101756552.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/b33b3003-d5a7-47de-891c-e38afdf82723.jpg" alt="Is There An Opportunity With Nomad Foods Limited's (NYSE:NOMD) 44% Undervaluation?"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Simply Wall St.</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/opportunity-nomad-foods-limiteds-nyse-101756552.html"> Is There An Opportunity With Nomad Foods Limited&#39;s (NYSE:NOMD) 44% Undervaluation? </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/director-janet-dorling-sells-6-160218919.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/a56eac84-54ed-4881-a80c-0fd7b1653621.png" alt="Director Janet Dorling Sells 6,000 Shares of CymaBay Therapeutics Inc (CBAY)"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GuruFocus.com</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/director-janet-dorling-sells-6-160218919.html"> Director Janet Dorling Sells 6,000 Shares of CymaBay Therapeutics Inc (CBAY) </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/us-112-irhythm-technologies-inc-153856109.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/88a3367e-3c7c-428d-bc8f-f828a4bc3ed9.jpg" alt="At US$112, Is iRhythm Technologies, Inc. (NASDAQ:IRTC) Worth Looking At Closely?"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Simply Wall St.</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/us-112-irhythm-technologies-inc-153856109.html"> At US$112, Is iRhythm Technologies, Inc. (NASDAQ:IRTC) Worth Looking At Closely? </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/brokers-suggest-investing-tecnoglass-tgls-143006675.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/655b8ef5-d02b-498e-9e5a-0cf95e2e5b0f.jpg" alt="Brokers Suggest Investing in Tecnoglass (TGLS): Read This Before Placing a Bet"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/brokers-suggest-investing-tecnoglass-tgls-143006675.html"> Brokers Suggest Investing in Tecnoglass (TGLS): Read This Before Placing a Bet </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/m/223e79eb-99b4-3ff7-8efb-c35b185f9fcd/tg-therapeutics-reverses-its.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/ee929115-99d7-4351-a8a2-13088eb41ff2.jpg" alt="TG Therapeutics Reverses Its 225% Winning Streak On Lackluster Guidance"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Investor&#39;s Business Daily</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/m/223e79eb-99b4-3ff7-8efb-c35b185f9fcd/tg-therapeutics-reverses-its.html"> TG Therapeutics Reverses Its 225% Winning Streak On Lackluster Guidance </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tg-therapeutics-provides-preliminary-fourth-120000482.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/f502250b-cd87-474a-b50e-3344ab59b51e.jpg" alt="TG Therapeutics Provides Preliminary Fourth Quarter and Full Year 2023 Net Revenue and 2024 Anticipated Milestones"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tg-therapeutics-provides-preliminary-fourth-120000482.html"> TG Therapeutics Provides Preliminary Fourth Quarter and Full Year 2023 Net Revenue and 2024 Anticipated Milestones </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/director-laurence-charney-sells-17-140303376.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/8736bd72-2e42-41b8-880d-8d7b8231a272.png" alt="Director Laurence Charney Sells 17,500 Shares of TG Therapeutics Inc"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GuruFocus.com</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/director-laurence-charney-sells-17-140303376.html"> Director Laurence Charney Sells 17,500 Shares of TG Therapeutics Inc </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/adtalem-global-education-appoints-betty-140000762.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/be43a200-db97-49c9-88d7-9a6f297eecd1.jpg" alt="Adtalem Global Education Appoints Betty Vandenbosch to its Board of Directors"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Business Wire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/adtalem-global-education-appoints-betty-140000762.html"> Adtalem Global Education Appoints Betty Vandenbosch to its Board of Directors </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tg-therapeutics-announces-global-license-120000448.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/90f9a6c8-86b2-4df5-b0c6-b2651197a49f.jpg" alt="TG Therapeutics Announces Global License Agreement with Precision BioSciences for the Development and Commercialization of Precision’s Allogeneic CD19 CAR T Cell Therapy Program for the Treatment of Autoimmune Diseases"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">GlobeNewswire</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/tg-therapeutics-announces-global-license-120000448.html"> TG Therapeutics Announces Global License Agreement with Precision BioSciences for the Development and Commercialization of Precision’s Allogeneic CD19 CAR T Cell Therapy Program for the Treatment of Autoimmune Diseases </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div><div class="relative bg-white border dark:border-gray-800 shadow-sm rounded-xl hover:shadow-md transition dark:bg-slate-900 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/hain-celestial-hain-poised-reimagined-163000281.html"> <div class="aspect-w-16 aspect-h-9"> <img class="w-full object-cover rounded-t-xl" src="https://cdn.finquota.com/news/b253ef1e-5703-4d81-a21d-6340ea307789.jpg" alt="Hain Celestial (HAIN) Poised on Reimagined Strategy, E-Commerce"> </div> </a> <div class="p-4 md:p-5"> <div class="mb-1 text-xs flex items-center justify-end uppercase text-gray-600 dark:text-gray-400"> <a href="/TGLS/" class="inline-flex items-center gap-x-1.5 py-1 px-2 rounded-full text-xs font-medium border border-blue-600 text-blue-600 dark:text-blue-500"> TGLS </a> </div> <div class="mt-2 text-xs flex items-center justify-between text-gray-600 dark:text-gray-400"> <p class="uppercase">Zacks</p> <div class="flex justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z" clip-rule="evenodd"></path> </svg> <p class="ml-1">8 months ago</p> </div> </div> <h3 class="mt-2 text-lg font-medium text-gray-800 group-hover:text-blue-600 dark:text-gray-300 dark:group-hover:text-white"> <a rel="nofollow noopener" target="_blank" href="https://finance.yahoo.com/news/hain-celestial-hain-poised-reimagined-163000281.html"> Hain Celestial (HAIN) Poised on Reimagined Strategy, E-Commerce </a> </h3> <div class="flex justify-center mt-3 align-bottom">  </div> </div> </div> </div> <div class="mt-5 flex justify-center"> <astro-island uid="UF7vB" prefix="r0" component-url="/_astro/ShareInSocialNetworks.BnMEuGZW.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;url&quot;:[0,&quot;https://finquota.com/TGLS/news/&quot;],&quot;title&quot;:[0,&quot;TGLS: Tecnoglass Inc. Stocks News on September 19, 2024&quot;],&quot;hashtags&quot;:[1,[[0,&quot;#tgls&quot;],[0,&quot;#news&quot;],[0,&quot;#stocks&quot;],[0,&quot;#finquota&quot;]]]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;ShareInSocialNetworks&quot;,&quot;value&quot;:true}" await-children=""><div class="flex flex-col justify-center"><h3 class="text-xl font-bold md:text-4xl md:leading-tight dark:text-white mb-2 block text-center">Share on Social Networks:</h3><div class="flex align-middle justify-center gap-x-2"><div class="flex flex-col"><button aria-label="Share on Facebook" class="react-share__ShareButton" style="background-color:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer"><svg viewBox="0 0 64 64" width="32" height="32"><circle cx="32" cy="32" r="32" fill="#0965FE"></circle><path d="M34.1,47V33.3h4.6l0.7-5.3h-5.3v-3.4c0-1.5,0.4-2.6,2.6-2.6l2.8,0v-4.8c-0.5-0.1-2.2-0.2-4.1-0.2 c-4.1,0-6.9,2.5-6.9,7V28H24v5.3h4.6V47H34.1z" fill="white"></path></svg></button><div class="text-center"><span class="react-share__ShareCount"></span></div></div><div class="flex flex-col"><button aria-label="Share on Twitter" class="react-share__ShareButton" style="background-color:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer"><svg viewBox="0 0 64 64" width="32" height="32"><circle cx="32" cy="32" r="32" fill="#000000"></circle><path d="M 41.116 18.375 h 4.962 l -10.8405 12.39 l 12.753 16.86 H 38.005 l -7.821 -10.2255 L 21.235 47.625 H 16.27 l 11.595 -13.2525 L 15.631 18.375 H 25.87 l 7.0695 9.3465 z m -1.7415 26.28 h 2.7495 L 24.376 21.189 H 21.4255 z" fill="white"></path></svg></button></div><div class="flex flex-col"><button aria-label="Share on Linkedin" class="react-share__ShareButton" style="background-color:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer"><svg viewBox="0 0 64 64" width="32" height="32"><circle cx="32" cy="32" r="32" fill="#0077B5"></circle><path d="M20.4,44h5.4V26.6h-5.4V44z M23.1,18c-1.7,0-3.1,1.4-3.1,3.1c0,1.7,1.4,3.1,3.1,3.1 c1.7,0,3.1-1.4,3.1-3.1C26.2,19.4,24.8,18,23.1,18z M39.5,26.2c-2.6,0-4.4,1.4-5.1,2.8h-0.1v-2.4h-5.2V44h5.4v-8.6 c0-2.3,0.4-4.5,3.2-4.5c2.8,0,2.8,2.6,2.8,4.6V44H46v-9.5C46,29.8,45,26.2,39.5,26.2z" fill="white"></path></svg></button></div><div class="flex flex-col"><button aria-label="Share on Telegram" class="react-share__ShareButton" style="background-color:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer"><svg viewBox="0 0 64 64" width="32" height="32"><circle cx="32" cy="32" r="32" fill="#25A3E3"></circle><path d="m45.90873,15.44335c-0.6901,-0.0281 -1.37668,0.14048 -1.96142,0.41265c-0.84989,0.32661 -8.63939,3.33986 -16.5237,6.39174c-3.9685,1.53296 -7.93349,3.06593 -10.98537,4.24067c-3.05012,1.1765 -5.34694,2.05098 -5.4681,2.09312c-0.80775,0.28096 -1.89996,0.63566 -2.82712,1.72788c-0.23354,0.27218 -0.46884,0.62161 -0.58825,1.10275c-0.11941,0.48114 -0.06673,1.09222 0.16682,1.5716c0.46533,0.96052 1.25376,1.35737 2.18443,1.71383c3.09051,0.99037 6.28638,1.93508 8.93263,2.8236c0.97632,3.44171 1.91401,6.89571 2.84116,10.34268c0.30554,0.69185 0.97105,0.94823 1.65764,0.95525l-0.00351,0.03512c0,0 0.53908,0.05268 1.06412,-0.07375c0.52679,-0.12292 1.18879,-0.42846 1.79109,-0.99212c0.662,-0.62161 2.45836,-2.38812 3.47683,-3.38552l7.6736,5.66477l0.06146,0.03512c0,0 0.84989,0.59703 2.09312,0.68132c0.62161,0.04214 1.4399,-0.07726 2.14229,-0.59176c0.70766,-0.51626 1.1765,-1.34683 1.396,-2.29506c0.65673,-2.86224 5.00979,-23.57745 5.75257,-27.00686l-0.02107,0.08077c0.51977,-1.93157 0.32837,-3.70159 -0.87096,-4.74991c-0.60054,-0.52152 -1.2924,-0.7498 -1.98425,-0.77965l0,0.00176zm-0.2072,3.29069c0.04741,0.0439 0.0439,0.0439 0.00351,0.04741c-0.01229,-0.00351 0.14048,0.2072 -0.15804,1.32576l-0.01229,0.04214l-0.00878,0.03863c-0.75858,3.50668 -5.15554,24.40802 -5.74203,26.96472c-0.08077,0.34417 -0.11414,0.31959 -0.09482,0.29852c-0.1756,-0.02634 -0.50045,-0.16506 -0.52679,-0.1756l-13.13468,-9.70175c4.4988,-4.33199 9.09945,-8.25307 13.744,-12.43229c0.8218,-0.41265 0.68483,-1.68573 -0.29852,-1.70681c-1.04305,0.24584 -1.92279,0.99564 -2.8798,1.47502c-5.49971,3.2626 -11.11882,6.13186 -16.55882,9.49279c-2.792,-0.97105 -5.57873,-1.77704 -8.15298,-2.57601c2.2336,-0.89555 4.00889,-1.55579 5.75608,-2.23009c3.05188,-1.1765 7.01687,-2.7042 10.98537,-4.24067c7.94051,-3.06944 15.92667,-6.16346 16.62028,-6.43037l0.05619,-0.02283l0.05268,-0.02283c0.19316,-0.0878 0.30378,-0.09658 0.35471,-0.10009c0,0 -0.01756,-0.05795 -0.00351,-0.04566l-0.00176,0zm-20.91715,22.0638l2.16687,1.60145c-0.93418,0.91311 -1.81743,1.77353 -2.45485,2.38812l0.28798,-3.98957" fill="white"></path></svg></button></div><div class="flex flex-col"><button aria-label="Share on Whatsapp" class="react-share__ShareButton" style="background-color:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer"><svg viewBox="0 0 64 64" width="32" height="32"><circle cx="32" cy="32" r="32" fill="#25D366"></circle><path d="m42.32286,33.93287c-0.5178,-0.2589 -3.04726,-1.49644 -3.52105,-1.66732c-0.4712,-0.17346 -0.81554,-0.2589 -1.15987,0.2589c-0.34175,0.51004 -1.33075,1.66474 -1.63108,2.00648c-0.30032,0.33658 -0.60064,0.36247 -1.11327,0.12945c-0.5178,-0.2589 -2.17994,-0.80259 -4.14759,-2.56312c-1.53269,-1.37217 -2.56312,-3.05503 -2.86603,-3.57283c-0.30033,-0.5178 -0.03366,-0.80259 0.22524,-1.06149c0.23301,-0.23301 0.5178,-0.59547 0.7767,-0.90616c0.25372,-0.31068 0.33657,-0.5178 0.51262,-0.85437c0.17088,-0.36246 0.08544,-0.64725 -0.04402,-0.90615c-0.12945,-0.2589 -1.15987,-2.79613 -1.58964,-3.80584c-0.41424,-1.00971 -0.84142,-0.88027 -1.15987,-0.88027c-0.29773,-0.02588 -0.64208,-0.02588 -0.98382,-0.02588c-0.34693,0 -0.90616,0.12945 -1.37736,0.62136c-0.4712,0.5178 -1.80194,1.76053 -1.80194,4.27186c0,2.51134 1.84596,4.945 2.10227,5.30747c0.2589,0.33657 3.63497,5.51458 8.80262,7.74113c1.23237,0.5178 2.1903,0.82848 2.94111,1.08738c1.23237,0.38836 2.35599,0.33657 3.24402,0.20712c0.99159,-0.15534 3.04985,-1.24272 3.47963,-2.45956c0.44013,-1.21683 0.44013,-2.22654 0.31068,-2.45955c-0.12945,-0.23301 -0.46601,-0.36247 -0.98382,-0.59548m-9.40068,12.84407l-0.02589,0c-3.05503,0 -6.08417,-0.82849 -8.72495,-2.38189l-0.62136,-0.37023l-6.47252,1.68286l1.73463,-6.29129l-0.41424,-0.64725c-1.70875,-2.71846 -2.6149,-5.85116 -2.6149,-9.07706c0,-9.39809 7.68934,-17.06155 17.15993,-17.06155c4.58253,0 8.88029,1.78642 12.11655,5.02268c3.23625,3.21036 5.02267,7.50812 5.02267,12.06476c-0.0078,9.3981 -7.69712,17.06155 -17.14699,17.06155m14.58906,-31.58846c-3.93529,-3.80584 -9.1133,-5.95471 -14.62789,-5.95471c-11.36055,0 -20.60848,9.2065 -20.61625,20.52564c0,3.61684 0.94757,7.14565 2.75211,10.26282l-2.92557,10.63564l10.93337,-2.85309c3.0136,1.63108 6.4052,2.4958 9.85634,2.49839l0.01037,0c11.36574,0 20.61884,-9.2091 20.62403,-20.53082c0,-5.48093 -2.14111,-10.64081 -6.03239,-14.51915" fill="white"></path></svg></button></div><div class="flex flex-col"><button aria-label="Share on Reddit" class="react-share__ShareButton" style="background-color:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer"><svg viewBox="0 0 64 64" width="32" height="32"><circle cx="32" cy="32" r="32" fill="#FF5700"></circle><path d="M 53.34375 32 C 53.277344 30.160156 52.136719 28.53125 50.429688 27.839844 C 48.722656 27.148438 46.769531 27.523438 45.441406 28.800781 C 41.800781 26.324219 37.519531 24.957031 33.121094 24.863281 L 35.199219 14.878906 L 42.046875 16.320312 C 42.214844 17.882812 43.496094 19.09375 45.066406 19.171875 C 46.636719 19.253906 48.03125 18.183594 48.359375 16.644531 C 48.6875 15.105469 47.847656 13.558594 46.382812 12.992188 C 44.914062 12.425781 43.253906 13.007812 42.464844 14.367188 L 34.625 12.800781 C 34.363281 12.742188 34.09375 12.792969 33.871094 12.9375 C 33.648438 13.082031 33.492188 13.308594 33.441406 13.566406 L 31.070312 24.671875 C 26.617188 24.738281 22.277344 26.105469 18.59375 28.609375 C 17.242188 27.339844 15.273438 26.988281 13.570312 27.707031 C 11.863281 28.429688 10.746094 30.089844 10.71875 31.941406 C 10.691406 33.789062 11.757812 35.484375 13.441406 36.257812 C 13.402344 36.726562 13.402344 37.195312 13.441406 37.664062 C 13.441406 44.832031 21.792969 50.65625 32.097656 50.65625 C 42.398438 50.65625 50.753906 44.832031 50.753906 37.664062 C 50.789062 37.195312 50.789062 36.726562 50.753906 36.257812 C 52.363281 35.453125 53.371094 33.800781 53.34375 32 Z M 21.34375 35.199219 C 21.34375 33.433594 22.777344 32 24.542969 32 C 26.3125 32 27.742188 33.433594 27.742188 35.199219 C 27.742188 36.96875 26.3125 38.398438 24.542969 38.398438 C 22.777344 38.398438 21.34375 36.96875 21.34375 35.199219 Z M 39.9375 44 C 37.664062 45.710938 34.871094 46.582031 32.03125 46.464844 C 29.191406 46.582031 26.398438 45.710938 24.128906 44 C 23.847656 43.65625 23.871094 43.15625 24.183594 42.839844 C 24.5 42.527344 25 42.503906 25.34375 42.785156 C 27.269531 44.195312 29.617188 44.90625 32 44.800781 C 34.386719 44.929688 36.746094 44.242188 38.6875 42.847656 C 39.042969 42.503906 39.605469 42.511719 39.953125 42.863281 C 40.296875 43.21875 40.289062 43.785156 39.9375 44.128906 Z M 39.359375 38.527344 C 37.59375 38.527344 36.160156 37.09375 36.160156 35.328125 C 36.160156 33.5625 37.59375 32.128906 39.359375 32.128906 C 41.128906 32.128906 42.558594 33.5625 42.558594 35.328125 C 42.59375 36.203125 42.269531 37.054688 41.65625 37.6875 C 41.046875 38.316406 40.203125 38.664062 39.328125 38.65625 Z M 39.359375 38.527344" fill="white"></path></svg></button><div class="text-center"><span class="react-share__ShareCount"></span></div></div><div class="flex flex-col"><button aria-label="Share on Tumblr" class="react-share__ShareButton" style="background-color:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer"><svg viewBox="0 0 64 64" width="32" height="32"><circle cx="32" cy="32" r="32" fill="#34526f"></circle><path d="M39.2,41c-0.6,0.3-1.6,0.5-2.4,0.5c-2.4,0.1-2.9-1.7-2.9-3v-9.3h6v-4.5h-6V17c0,0-4.3,0-4.4,0 c-0.1,0-0.2,0.1-0.2,0.2c-0.3,2.3-1.4,6.4-5.9,8.1v3.9h3V39c0,3.4,2.5,8.1,9,8c2.2,0,4.7-1,5.2-1.8L39.2,41z" fill="white"></path></svg></button><div class="text-center"><span class="react-share__ShareCount"></span></div></div><div class="flex flex-col"><button aria-label="Share on Email" class="react-share__ShareButton" style="background-color:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer"><svg viewBox="0 0 64 64" width="32" height="32"><circle cx="32" cy="32" r="32" fill="#7f7f7f"></circle><path d="M17,22v20h30V22H17z M41.1,25L32,32.1L22.9,25H41.1z M20,39V26.6l12,9.3l12-9.3V39H20z" fill="white"></path></svg></button></div></div></div><!--astro:end--></astro-island> </div> </div>  </div> <footer class="w-full py-10 px-4 sm:px-6 lg:px-8 mx-auto dark:bg-gray-900 border-t dark:border-gray-800 dark:shadow-slate-700/[.7] dark:text-gray-300 bg-gray-100"> <!-- Grid --> <div class="text-center"> <div class="mb-1 md:mb-2 flex justify-center items-center flex-col lg:flex-row"> <div class="flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5 text-xl mr-1 font-semibold text-black dark:text-gray-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <path d="M15.5 2A1.5 1.5 0 0 0 14 3.5v13a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 16.5 2h-1ZM9.5 6A1.5 1.5 0 0 0 8 7.5v9A1.5 1.5 0 0 0 9.5 18h1a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 10.5 6h-1ZM3.5 10A1.5 1.5 0 0 0 2 11.5v5A1.5 1.5 0 0 0 3.5 18h1A1.5 1.5 0 0 0 6 16.5v-5A1.5 1.5 0 0 0 4.5 10h-1Z"></path> </svg> <a class="flex-none text-xl font-semibold text-black dark:text-gray-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/" aria-label="FinQuota.com">
  471. FinQuota.com
  472. </a> </div> </div> <div class="flex justify-center items-center flex-col lg:flex-row"> <ul class="text-center lg:ml-4 mt-2 lg:mt-0"> <li class="inline-block relative pe-8 last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-3 before:-translate-y-1/2 before:content-['/'] before:text-gray-300 dark:before:text-gray-600"> <a class="inline-flex gap-x-2 text-sm text-gray-500 hover:text-gray-800 dark:text-gray-500 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/">
  473. Home
  474. </a> </li> <li class="inline-block relative pe-8 last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-3 before:-translate-y-1/2 before:content-['/'] before:text-gray-300 dark:before:text-gray-600"> <a class="inline-flex gap-x-2 text-sm text-gray-500 hover:text-gray-800 dark:text-gray-500 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/screener/">
  475. Screener
  476. </a> </li> <li class="inline-block relative pe-8 last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-3 before:-translate-y-1/2 before:content-['/'] before:text-gray-300 dark:before:text-gray-600"> <a class="inline-flex gap-x-2 text-sm text-gray-500 hover:text-gray-800 dark:text-gray-500 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/contact/">
  477. Contact us
  478. </a> </li> <li class="inline-block relative pe-8 last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-3 before:-translate-y-1/2 before:content-['/'] before:text-gray-300 dark:before:text-gray-600"> <a class="inline-flex gap-x-2 text-sm text-gray-500 hover:text-gray-800 dark:text-gray-500 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/privacy-policy/">
  479. Privacy Policy
  480. </a> </li> <li class="inline-block relative pe-8 last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-3 before:-translate-y-1/2 before:content-['/'] before:text-gray-300 dark:before:text-gray-600"> <a class="inline-flex gap-x-2 text-sm text-gray-500 hover:text-gray-800 dark:text-gray-500 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/terms/">
  481. Terms of Use
  482. </a> </li> </ul> </div> <!-- End Col --> <div class="mt-3"> <p class="text-gray-500">© FinQuota. 2024. All rights reserved.</p> </div> <!-- Social Brands --> <div class="mt-3 space-x-2"> <a rel="nofollow noopener" class="inline-flex justify-center items-center w-10 h-10 text-center text-gray-500 hover:bg-gray-100 rounded-full focus:outline-none focus:ring-2 focus:ring-blue-600 focus:ring-offset-2 focus:ring-offset-white transition dark:text-gray-300 dark:hover:text-gray-200 dark:hover:bg-gray-800" href="https://www.facebook.com/groups/finquota" aria-label="Facebook FinQuota" target="_blank"> <svg fill="currentColor" height="16" width="16" viewBox="0 0 56.693 56.693" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M40.43,21.739h-7.645v-5.014c0-1.883,1.248-2.322,2.127-2.322c0.877,0,5.395,0,5.395,0V6.125l-7.43-0.029  c-8.248,0-10.125,6.174-10.125,10.125v5.518h-4.77v8.53h4.77c0,10.947,0,24.137,0,24.137h10.033c0,0,0-13.32,0-24.137h6.77  L40.43,21.739z"></path></svg> </a> <a rel="nofollow noopener" target="_blank" class="inline-flex justify-center items-center w-10 h-10 text-center text-gray-500 hover:bg-gray-100 rounded-full focus:outline-none focus:ring-2 focus:ring-blue-600 focus:ring-offset-2 focus:ring-offset-white transition dark:text-gray-300 dark:hover:text-gray-200 dark:hover:bg-gray-800" href="https://twitter.com/FinQuota" aria-label="Twitter FinQuota"> <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="currentColor" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><path d="M14.095479,10.316482L22.286354,1h-1.940718l-7.115352,8.087682L7.551414,1H1l8.589488,12.231093L1,23h1.940717  l7.509372-8.542861L16.448587,23H23L14.095479,10.316482z M11.436522,13.338465l-0.871624-1.218704l-6.924311-9.68815h2.981339  l5.58978,7.82155l0.867949,1.218704l7.26506,10.166271h-2.981339L11.436522,13.338465z"></path></svg> </a> <a rel="nofollow noopener" target="_blank" class="inline-flex justify-center items-center w-10 h-10 text-center text-gray-500 hover:bg-gray-100 rounded-full focus:outline-none focus:ring-2 focus:ring-blue-600 focus:ring-offset-2 focus:ring-offset-white transition dark:text-gray-300 dark:hover:text-gray-200 dark:hover:bg-gray-800" href="https://www.tumblr.com/finquota" aria-label="Tumblr FinQuota"> <svg viewBox="0 0 128 128" width="16" height="16" xmlns="http://www.w3.org/2000/svg"><defs><style>.cls-1{fill:currentColor;stroke:#062b31;stroke-miterlimit:10;stroke-width:6.5px;}</style></defs><title></title><path class="cls-1" d="M42.39,57.54V93.3s1.69,24.2,32.27,24.2c12.47,0,18.56-4.53,20.31-6.12a1.35,1.35,0,0,0,.43-1.24C94.94,107.64,93.2,99,90,93a1.36,1.36,0,0,0-1.9-.5c-1.16.69-3.42,1.52-7.53,1.52a8.77,8.77,0,0,1-8.61-6.26V57.54H90.52a1.36,1.36,0,0,0,1.36-1.36V37.1a1.36,1.36,0,0,0-1.36-1.36H71.94V10.86A1.36,1.36,0,0,0,70.59,9.5h-18a1.36,1.36,0,0,0-1.35,1.26c-.36,4.65-2.84,20.93-19.73,27A1.36,1.36,0,0,0,30.59,39V56.18a1.36,1.36,0,0,0,1.36,1.36Z"></path></svg> </a> <a rel="nofollow noopener" target="_blank" class="inline-flex justify-center items-center w-10 h-10 text-center text-gray-500 hover:bg-gray-100 rounded-full focus:outline-none focus:ring-2 focus:ring-blue-600 focus:ring-offset-2 focus:ring-offset-white transition dark:text-gray-300 dark:hover:text-gray-200 dark:hover:bg-gray-800" href="https://t.me/finquota" aria-label="Telegram FinQuota"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-telegram" viewBox="0 0 16 16"> <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.287 5.906q-1.168.486-4.666 2.01-.567.225-.595.442c-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294q.39.01.868-.32 3.269-2.206 3.374-2.23c.05-.012.12-.026.166.016s.042.12.037.141c-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8 8 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629q.14.092.27.187c.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.4 1.4 0 0 0-.013-.315.34.34 0 0 0-.114-.217.53.53 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09"></path> </svg> </a> </div> <!-- End Social Brands --> </div> <!-- End Grid --> </footer> <astro-island uid="Z1t49UR" prefix="r1" component-url="/_astro/_astro-entry_react-toastify.BwtccqKV.js" component-export="ToastContainer" renderer-url="/_astro/client.C4B9uJyc.js" props="{&quot;theme&quot;:[0,&quot;light&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;ToastContainer&quot;,&quot;value&quot;:true}" await-children=""><div class="Toastify"></div><!--astro:end--></astro-island> <astro-island uid="19L1gy" component-url="/_astro/Cookie.aJCkdz3Y.js" component-export="default" renderer-url="/_astro/client.C4B9uJyc.js" props="{}" ssr="" client="only" opts="{&quot;name&quot;:&quot;Cookie&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> <script type="text/partytown" async src="https://www.googletagmanager.com/gtag/js?id=G-1DZ32DVMWT"></script> <script type="text/partytown">
  483.    <!-- Google tag (gtag.js) -->
  484.        window.dataLayer = window.dataLayer || [];
  485.        function gtag(){dataLayer.push(arguments);}
  486.        gtag('js', new Date());
  487.  
  488.        gtag('config', 'G-1DZ32DVMWT');
  489. </script></body></html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda