<>
body {
font-family:InterArialsans-serif;
}
.showU9{display:none;}
.gm_item_sub1 h2{text-align:center;}
#gridMovers .gm_item{vertical-align:top;}
#gridMovers,.mktTopCharts{grid-template-rows:auto;gap:15px;}
.indexLable{text-align:center;}
.indexChart,.topChart{overflow:hidden;}
.tbldata tr:hover{background:rgba(255,255,30,.21);}
.tdSymbol{padding-left:5px!important;}
#gridMovers{clear:both;display:grid;grid-template-columns:1fr 350px;}
#gridMovers .gm_item_sub1{display:grid;margin:0 0 15px;min-height:620px;grid-template-columns:1fr 1fr;gap:15px;}
.gm_item.gm_item2 h3,.gm_item_sub2 h3{font-weight:700;padding:0 0 5px!important;}
.localLinks{position:absolute;z-index:2;margin:2px 0;}
.localLinks a{display:block;border:none;height:59px;position:relative;width:162px;margin-bottom:1px;}
.mktTopCharts{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin:0 0 4px;}
.indexLable{color:#069;border:1px solid #e0e3eb;padding:4px;font-weight:700;font-size:18px;position:relative;background:#fff;}
.indexChart{margin-top:-60px;}
.movers-container{
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
overflow: hidden;
}
.movers-container thead {
background-color: #f8f9fa;
}
.percentage-bar {
top: 10% !important;
height: 80% !important;
border-radius: 0 !important;
}
.chgUp.chgDown {
width:48px
}
.tbldata{width:100%;border-collapse:collapse;table-layout:fixed;}
.tbldata th:nth-child(1),.tbldata th:nth-child(2),.tbldata th:nth-child(5){text-align:right;}
.tbldata th{font-size:11px;text-align:left;padding:5px 4px;font-weight:200;border-bottom:1px solid #eee;}
.tbldata td{padding:4px;border-bottom:1px solid #eee;font-size:12px;}
.tdChangePct,.tdChange,.tdVolume{text-align:right;}
td.tdSymbol,td.tdChangePct{font-size:14px;font-weight:700;}
td.tdSymbol{display:flex;gap:5px}
td.tdChangePct{padding-left:15px; font-family:monospace;width:120px}
td.tdCompany div{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
th.thChangePct {
width: 49px;
}
th.thChange {
width: 52px;
}
th.thSymbol {
width: 75px;
}
th.thVolume {
width: 60px;
}
@media screen and (max-width:1250px){
#gridMovers{grid-template-columns:1fr 270px;}
}
@media screen and (max-width:1000px){
h3,h4{text-align:center;}
#gridMovers{display:block;}
#gridMovers h3{font-size:25px;padding:0 0 27px;margin:0;}
#gridMovers .gm_item_sub1{min-height:620px;gap:10px;}
}
@media (max-width:950px){
.mktTopCharts{grid-template-columns:1fr 1fr 1fr;}
.mktTopCharts .chart4{display:none;}
}
@media (max-width:920px){
.showU9{display:inline;}
width: inherit;
}
@media (max-width:768px){
#gridMovers .gm_item_sub1 {min-height:980px}
td.tdSymbol,td.tdChangePct{font-size:16px; width:80px}
td.tdSymbol{gap:8px}
.gm_item_sub1 h2{font-size:20px;}
.localLinks a{width:190px;}
.tbldata thead{display:none;}
.tbldata tr{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"col1 col3" "col2 col4";}
.tbldata td{padding:2px 4px;}
.tdChangePct{grid-area:col1;border:none!important;}
.tdChange{grid-area:col2;}
.tdSymbol{grid-area:col3;border:none!important;}
.tdCompany{display:none;}
.tdVolume::before{content:"vol";color:#b3b3b3;margin-right:2px}
.tdVolume{grid-area:col4;font-size:14px;text-align:left!important;}
.movers-container{
border:none;
}
.chgUp.chgDown {
width: inherit;
}
}
.tdChange,.tdCompany,.tdVolume{cursor:default;}
#gridMovers{min-height:1500px;}
.headingMsg{text-align:center;margin-bottom:10px;}
#top_stocks_nav{display:flex;grid-template-columns:1fr 1fr 1fr;justify-items:center;gap:10px;}
#top_stocks_nav .subnav_item{display:block;border:1px solid;width:90%;border-radius:4px;padding:5px;text-align:center;font-weight:600;margin-bottom:15px;}
#top_stocks_nav a.selected,#top_stocks_nav a:hover{background:#075d90;color:#fff;}
.status-section {
display: flex;
flex-direction: column;
gap: 8px;
align-items: flex-end;
min-width: 220px;
flex-shrink: 0;
margin: 2px;
max-width: 600px;
}
.market-status-banner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
background: linear-gradient(135deg#e8f5e8 0%#f0f8f0 100%);
border: 1px solid #4caf50;
border-radius: 8px;
padding: 10px 14px;
font-size: 13px;
font-weight: 600;
box-shadow: 0 2px 4px rgba(76175800.1);
min-width: 200px;
}
.market-status-banner.market-closed {
background: linear-gradient(135deg#fde8e8 0%#fef0f0 100%);
border: 1px solid #f44336;
box-shadow: 0 2px 4px rgba(24467540.1);
}
.status-indicator {
display: flex;
align-items: center;
gap: 6px;
}
.status-icon {
font-size: 12px;
animation: pulse 2s infinite;
}
.status-icon.closed {
animation: none;
}
@keyframes pulse {
0%100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.8;
transform: scale(1.1);
}
}
.status-text {
color: #2e7d32;
font-weight: 700;
font-size: 12px;
}
.status-text.closed {
color: #c62828;
}
.time-remaining {
color: #555;
font-weight: 500;
font-size: 12px;
white-space: nowrap;
}
.current-time {
color: #333;
font-weight: 600;
font-size: 13px;
}
.last-updated {
font-size: 11px;
color: #888;
text-align: right;
display: flex;
align-items: center;
gap: 6px;
flex-wrap: wrap;
justify-content: flex-end;
}
.separator {
color: #ccc;
}
.session-notification {
background: linear-gradient(135deg#f0f7ff 0%#f8fbff 100%);
padding: 12px 14px;
margin: 8px 0;
color: #1565c0;
font-size: 14px;
display: none;
width: 100%;
box-sizing: border-box;
/*
border: 1px solid #2196f3;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(331502430.1);*/
}
.session-notification a {
color: #1976d2;
text-decoration: underline;
font-weight: 600;
}
.session-notification a:hover {
color: #0d47a1;
}
.holiday-notice {
background: linear-gradient(135deg#fff8e1 0%#fffbf0 100%);
border: 1px solid #ff9800;
border-radius: 8px;
padding: 12px 14px;
margin: 8px 0;
color: #e65100;
font-size: 12px;
display: none;
width: 100%;
box-sizing: border-box;
box-shadow: 0 2px 4px rgba(25515200.1);
}
.headerWithStatus {display:grid;grid-template-columns: 1fr 500px}
.statusColumn {
display: flex;
justify-content: flex-end;
padding-top: 24px;
}
@media screen and (max-width:900px){
.market-status-banner {
flex-wrap:wrap;
gap:1px
}
.headerWithStatus {
display: flex;
flex-direction: column-reverse;
}
.status-section {
margin:10px 0 0 0;
gap: 2px;
flex-shrink:inherit;
}
.statusColumn {
padding-top:1px;
align-items: flex-end;
}
.headingMsg,.headingMsg h1,.headingMsg h2{line-height:21px;}
.headingMsg{margin-top:-7px;}
}
/* Live indicator s */
.live-indicator {
display: inline-flex;
align-items: center;
margin-left: 15px;
font-size: 16px;
font-weight: 600;
color: #2ecc40;
}
.live-dot {
width: 10px;
height: 10px;
background-color: #2ecc40;
border-radius: 50%;
margin-right: 6px;
animation: blink 1.5s infinite;
}
@keyframes blink {
0%100% { opacity: 1; }
50% { opacity: 0.3; }
}
.market-closed-indicator {
display: inline-flex;
align-items: center;
margin-left: 15px;
font-size: 14px;
color: #666;
}
.holiday-notice {
background-color: #fff3cd;
border: 1px solid #ffeaa7;
border-radius: 5px;
padding: 10px;
margin: 10px 0;
color: #856404;
display: none;
}
/*.showU9 {
display:none;
}
.gm_item_sub1 h2 {
text-align:center
}
#tblMovers .company#tblMoversDesktop .company {
text-overflow: ellipsis;
overflow: hidden !important;
white-space: nowrap;
}
#gridMovers .gm_item#tblMovers td {
vertical-align: top;
}
#tblMoversDesktop th.company {
text-decoration: none;
}
#gridMovers.mktTopCharts {
grid-template-rows: auto;
gap: 15px;
}
.desktopH3.indexLable {
text-align: center;
}
.indexChart.topChart {
overflow: hidden;
}
#gridForMobile#tblMoversDesktop .volume2.priceDollar {
display: none;
}
#tblMovers#tblMoversDesktop {
width: 100%;
}
#tblMoversDesktop .lastPrice {
font-size: 14px;
text-align: right;
}
.tbldata tr:hover {
background: rgba(255,255,30,.21);
}
#tblMoversDesktop .chgDown#tblMoversDesktop .chgUp {
text-align: right;
font-size: 17px;
font-family: Arialsans-serif;
font-weight: 600;
}
#tblMoversDesktop .company {
display: block;
color: #555;
max-width: 139px;
text-align: left !important;
}
#tblMoversDesktop a.symbol {
display: block;
font-size: 15px;
font-weight: 700;
}
#tblMovers .chgDown#tblMovers .chgUp#tblMovers .last#tblMoversDesktop .tdVolume {
text-align: right;
}
#tblMovers .chgUp#tblMoversDesktop .chgUp {
color: green;
}
#tblMovers .chgDown#tblMoversDesktop .chgDown {
color: #cb0000;
}
#tblMoversDesktop .tdSymbol {
padding-left: 5px !important;
text-align: left !important;
}
#tblMovers .lastPrice {
font-size: 16px;
}
#tblMovers td {
border-bottom: 1px dotted #b5b5b5 !important;
}
#tblMovers .last {
width: 74px;
}
.tdSymbol {
padding-left: 5px !important;
}
#tblMovers .chgDown#tblMovers .chgUp {
font-size: 18px;
font-family: Arialsans-serif;
font-weight: 600;
}
#tblMovers .volume {
width: 100px;
font-size: 12px;
text-align: left;
}
#tblMovers .company#tblMovers .tdSymbol {
text-align: left !important;
}
#tblMovers .volume span {
color: #b5b5b5;
}
#tblMovers .company {
display: block;
max-width: 100%;
height: 20px !important;
color: #555;
}
#tblMovers a.symbol {
display: block;
font-size: 19px;
}
#gridMovers {
clear: both;
display: grid;
grid-template-columns: 1fr 350px;
}
#gridMovers .gm_item_sub1 {
display: grid;
margin: 0 0 15px;
min-height: 575px;
grid-template-columns: 1fr 1fr;
gap: 15px;
}
#tblMoversDesktop th {
text-align: center;
font-size: 12px;
font-weight: 200;
border-bottom: 1px dotted #ccc;
padding: 1px 0 5px;
}
#tblMoversDesktop td {
padding: 1px 5px;
vertical-align: baseline;
border-bottom: 1px dotted #dcdcdc !important;
}
div#divTickerNewsMobile {
min-height: 1000px;
}
.gm_item.gm_item2 h3.gm_item_sub2 h3 {
font-weight: 700;
padding: 0 0 5px !important;
}
@media screen and (max-width:796px) {
}
@media screen and (max-width:1250px) {
.tbldata .company {
width: 90px;
}
#gridMovers {
grid-template-columns: 1fr 270px;
}
}
@media screen and (max-width:1000px) {
h3h4 {
text-align: center;
}
#gridMovers {
display: block;
}
#gridMovers h3 {
font-size: 25px;
padding: 0 0 27px;
margin: 0;
}
#gridMovers .gm_item_sub1 h3 {
border-bottom: 1px dotted #ccc;
}
#gridMovers .gm_item_sub1 {
min-height: 1210px;
gap: 10px;
}
}
.localLinks {
position: absolute;
z-index: 2;
margin: 2px 0;
}
.localLinks a {
display: block;
border: none;
height: 59px;
position: relative;
width: 162px;
margin-bottom: 1px;
}
.mktTopCharts {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
margin: 0 0 4px;
}
.indexLable {
color: #069;
border: 1px solid #e0e3eb;
padding: 4px;
font-weight: 700;
font-size: 18px;
position: relative;
background: #fff;
}
.indexChart {
margin-top: -60px;
}
@media (max-width:950px) {
.mktTopCharts {
grid-template-columns: 1fr 1fr 1fr;
}
.mktTopCharts .chart4 {
display: none;
}
.topChartLink {
width: 32%;
}
}
.tbldata {
width: 100%;
border-collapse:collapse
}
.tbldata th:nth-child(1).tbldata th:nth-child(2).tbldata th:nth-child(5) {
text-align: right;
}
.tbldata th {
font-size: 11px;
text-align: left;
padding: 0 4px 0 4px;
font-weight:200;
border-bottom:1px solid #eee;
}
.tbldata td {
padding: 4px;
border-bottom:1px solid #eee;
}
.tdChangePct.tdChange.tdVolume {
text-align: right;
}
td.tdSymboltd.tdChangePct {
font-size: 15px;
font-weight: 700;
}
td.tdCompany div {
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
@media (max-width:920px) {
.showU9 {
display: inline;
}
}
@media (max-width:768px) {
.gm_item_sub1 h2 {
font-size: 20px;
}
.localLinks a {
width: 190px;
}
.tbldata thead {
display:none
}
.tbldata tr {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-areas:
"col1 col3"
"col2 col4";
}
.tbldata td {
padding: 0px 4px;
}
.tdChangePct {
grid-area: col1;
border: none !important;
}
.tdChange {
grid-area: col2;
}
.tdSymbol {
grid-area: col3;
border: none !important;
}
.tdCompany {
display: none;
}
.tdVolume::before {
content:"v:";
color:#b3b3b3
}
.tdVolume {
grid-area: col4;
font-size: 12px;
color: #767676;
text-align: left !important;
}
}
.tdChange.tdCompany.tdVolume {cursor:default}
#gridMovers{
min-height:1500px;
}
.headingMsg {
text-align:center;margin-bottom:10px;
}
#top_stocks_nav{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
justify-items: center;
gap:10px
}
#top_stocks_nav .subnav_item {
display: block;
border: 1px solid;
width: 90%;
border-radius: 4px;
padding: 5px;
text-align: center;
font-weight: 600;
margin-bottom: 15px;
}
#top_stocks_nav a.selected#top_stocks_nav a:hover {
background: #075d90;
color: #fff;
}
@media screen and (max-width:900px){
.headingMsg.headingMsg h1.headingMsg h2 {
line-height:21px
}
.headingMsg {
margin-top:-7px;
}
#gridMovers{
min-height:3200px;
}
.gm_item_sub1 {
min-height:1220px
}
.gm_item_sub2 {
min-height:770px
}
.gm_item_sub2 {
min-height:768px
}
.gm_item.gm_item2 {
min-height: 1125px;
}
}*/
>
AfterHours GainersGainers
| %Chg | Last | Symb | Company | Volume |
31.9% | 4.59 | RIME | Algorhythm Holdings Inc. | 44460k | undefined |
25.6% | 11.16 | OCUL | Ocular Therapeutix Inc. | 1210k | undefined |
24.3% | 2.97 | NCI | Neo-Concept International Group Holdings Limited | 1406k | undefined |
22.7% | 2.97 | LFS | LEIFRAS Co. Ltd. | 2368k | undefined |
17.0% | 1.72 | FRGT | Freight Technologies Inc. | 1591k | undefined |
16.7% | 4.69 | IBG | Innovation Beverage Group Limited | 8k | undefined |
14.4% | 2.70 | GLXG | Galaxy Payroll Group Limited | 3k | undefined |
11.8% | 1.14 | EDSA | Edesa Biotech Inc. | 23k | undefined |
9.5% | 1.15 | ELUT | Elutia Inc. | 2k | undefined |
9.4% | 1.75 | CTW | CTW Cayman | 3k | undefined |
8.5% | 1.15 | ONCY | Oncolytics Biotech Inc. | 151k | undefined |
8.3% | 1.44 | BEAT | Heartbeam Inc. | 66k | undefined |
7.9% | 3.13 | ONEG | OneConstruction Group Limited | 10k | undefined |
7.9% | 1.37 | CDIO | Cardio Diagnostics Holdings Inc. | 1k | undefined |
7.8% | 1.24 | GV | Visionary Holdings Inc. | 31k | undefined |
AfterHours ActivesActives
| %Chg | Last | Symb | Company | Volume |
-0.2% | 255.30 | AAPL | Apple Inc. | 7021k | 3.01862 |
0.0% | 182.88 | NVDA | NVIDIA Corporation | 8087k | -5.401561 |
-0.3% | 400.18 | MSFT | Microsoft Corporation | 3086k | -11.840169 |
0.5% | 244.72 | JNJ | Johnson & Johnson | 4575k | 41.275444 |
0.1% | 198.95 | AMZN | Amazon.com Inc. | 5196k | 21.238064 |
0.0% | 417.44 | TSLA | Tesla Inc. | 1749k | -18.352247 |
-0.6% | 409.01 | MU | Micron Technology Inc. | 1763k | -12.465067 |
-0.2% | 638.64 | META | Meta Platforms Inc. | 1028k | -27.688139 |
0.0% | 305.72 | GOOGL | Alphabet Inc. | 2126k | 3.54229 |
-0.2% | 206.82 | AMD | Advanced Micro Devices Inc. | 2593k | -36.14324 |
0.2% | 131.72 | PLTR | Palantir Technologies Inc. | 4062k | -3.460475 |
-0.1% | 305.78 | GOOG | Alphabet Inc. | 1742k | -14.774286 |
0.1% | 76.97 | NFLX | Netflix Inc. | 6241k | -17.146246 |
-0.1% | 325.00 | AVGO | Broadcom Inc. | 1335k | -30.570126 |
0.1% | 399.74 | INTU | Intuit Inc. | 996k | 34.59453 |
AfterHours LosersLosers
| %Chg | Last | Symb | Company | Volume |
-32.0% | 2.59 | JDZG | JIADE LIMITED | 2836k | undefined |
-22.7% | 13.92 | FGL | Founder Group Limited | 59k | undefined |
-17.1% | 6.19 | MGRT | Mega Fortune Company Limited | 36k | undefined |
-13.5% | 1.35 | SWVL | Swvl Holdings Corp | 7k | undefined |
-12.4% | 27.26 | ANPA | Rich Sparkle Holdings Limited | 6k | undefined |
-11.8% | 1.12 | GP | GreenPower Motor Company Inc. | 214k | undefined |
-10.6% | 4.05 | CANF | Can-Fite Biopharma Ltd American Depositary Shares each representing two (2) | 1k | undefined |
-10.4% | 1.80 | PFSA | Profusa Inc. | 19k | undefined |
-10.3% | 1.91 | MKDW | MKDWELL Tech Inc. | 299k | undefined |
-8.0% | 2.08 | ATPC | Agape ATP Corporation | 3k | undefined |
-7.4% | 1.12 | ORKT | Orangekloud Technology Inc. | 20k | undefined |
-7.2% | 1.03 | ELOG | Eastern International Ltd. | 16k | undefined |
-7.2% | 1.16 | AIM | AIM ImmunoTech Inc. | 439k | undefined |
-7.2% | 8.01 | MLEC | Moolec Science SA | 644k | undefined |
-7.1% | 1.94 | ROMA | Roma Green Finance Limited | 4k | undefined |
AfterHours Unusual VolumeUnusual Vol.
| %Chg | Last | Symb | Company | Volume |
31.9% | 4.59 | RIME | Algorhythm Holdings Inc. | 44460k | 1932.0542 |
0.0% | 182.88 | NVDA | NVIDIA Corporation | 8087k | -5.401561 |
0.2% | 11.38 | AGNC | AGNC Investment Corp. | 7203k | 3.6035597 |
-0.2% | 255.30 | AAPL | Apple Inc. | 7021k | 3.01862 |
0.1% | 76.97 | NFLX | Netflix Inc. | 6241k | -17.146246 |
0.1% | 198.95 | AMZN | Amazon.com Inc. | 5196k | 21.238064 |
0.5% | 244.72 | JNJ | Johnson & Johnson | 4575k | 41.275444 |
0.0% | 4.13 | GRAB | Grab Holdings Limited | 4435k | 34.82412 |
0.1% | 28.71 | T | AT&T Inc. | 4319k | -14.174336 |
0.0% | 8.04 | CLM | Cornerstone Strategic Investment Fund Inc. | 4308k | 177.42184 |
0.2% | 131.72 | PLTR | Palantir Technologies Inc. | 4062k | -3.460475 |
-0.9% | 95.18 | CRWV | CoreWeave Inc. | 3452k | -16.890987 |
0.2% | 40.37 | PYPL | PayPal Holdings Inc. | 3181k | 1.6590737 |
-0.4% | 46.62 | INTC | Intel Corporation | 3170k | -47.53559 |
-0.3% | 400.18 | MSFT | Microsoft Corporation | 3086k | -11.840169 |
Loading News...
AfterHours Futures