Stock Leaders API
getLeadersThe getLeaders API provides leaderboard lists for equities, futures, forex, mutual funds and ETFs, including most active, gainers, losers, what's hot and what's not hot. Users can access the data in real-time, delayed or end-of-day.
View All APIsexchangesoptional
Exchange code for the marketplace where the financial instruments are listed.
NYSEassetTyperequired
The type of asset. Includes: equities ("STK"), mutual funds ("FUNDS"), ETFs ("ETF"), futures ("FUT"), forex ("FOREX")
STKtyperequired
The type of leaderboard to display.
hotmaxRecordsoptional
The maximum number of records to show in the return.
30periodoptional
A value representing the time period.
260dsortDirectionoptional
To determine the sort direction.
DESCexcludeEtfsFromStocksoptional
When requesting Stocks data, if you would like the API to exclude ETFs please set this parameter to true.
always returned
A sequence of characters. (example: GOOG)
always returned
A sequence of characters. (example: GOOG)
always returned
A sequence of characters. (example: GOOG)
always returned
A sequence of characters. (example: GOOG)
always returned
A sequence of characters. (example: GOOG)
always returned
A sequence of characters. (example: GOOG)
always returned
A sequence of characters. (example: GOOG)
always returned
A date and time in the format of YYYY-MM-DD HH:MI:SS<TIMEZONE_OFFSET>.
always returned
A date and time in the format of YYYY-MM-DD HH:MI:SS<TIMEZONE_OFFSET>.
always returned
A numeric type defining a number with fractional parts. (example: 2.14)
always returned
A numeric type defining a number with fractional parts. (example: 2.14)
always returned
A numeric type defining a number with fractional parts. (example: 2.14)
always returned
A numeric type defining a number with fractional parts. (example: 2.14)
always returned
A numeric type defining a whole number. (example: 2)
always returned
A numeric type defining a whole number. (example: 2)
always returned
A numeric type defining a number with fractional parts. (example: 2.14)
GET
GET https://ondemand.websol.barchart.com/getLeaders.json?apikey=YOUR_API_KEY&exchanges=NYSE&assetType=STK&type=hot&maxRecords=30&period=260d&sortDirection=DESC
Host: ondemand.websol.barchart.com
POST
POST https://ondemand.websol.barchart.com/getLeaders.json
Host: ondemand.websol.barchart.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length
apikey=YOUR_API_KEY&exchanges=NYSE&assetType=STK&type=hot&maxRecords=30&period=260d&sortDirection=DESC
Response
{
"status": {
"code": 200,
"message": "Success."
},
"results": [
{
"symbol": "PIII",
"symbolName": "P3 Health Partners Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "8000",
"industry": "Medical Information Systems",
"subIndustry": null,
"timestamp": "2026-05-15T19:09:24-05:00",
"tradeTimestamp": "2026-05-15T16:15:00-05:00",
"lastPrice": 11.29,
"priceNetChange": 7.259999999999999,
"pricePercentChange": 180.15,
"previousClose": 4.03,
"volume": 65616760,
"previousVolume": 2387400,
"standardDeviation": 4.53
},
{
"symbol": "SLE",
"symbolName": "Super League Enterprise Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "7373",
"industry": "Gaming",
"subIndustry": null,
"timestamp": "2026-05-15T19:09:18-05:00",
"tradeTimestamp": "2026-05-15T16:00:00-05:00",
"lastPrice": 6.04,
"priceNetChange": 1.9699999999999998,
"pricePercentChange": 48.4,
"previousClose": 4.07,
"volume": 45582716,
"previousVolume": 10100,
"standardDeviation": 4.33
},
{
"symbol": "SG",
"symbolName": "Sweetgreen Inc Cl A",
"exchange": "NYSE",
"country": "USA",
"sicSector": "5812",
"industry": "Retail",
"subIndustry": "Restaurants",
"timestamp": "2026-05-15T19:06:25-05:00",
"tradeTimestamp": "2026-05-15T18:30:00-05:00",
"lastPrice": 8.09,
"priceNetChange": 1.2000000000000002,
"pricePercentChange": 17.42,
"previousClose": 6.89,
"volume": 9967368,
"previousVolume": 3315200,
"standardDeviation": 3.37
},
{
"symbol": "LEE",
"symbolName": "Lee Enterprises Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "2711",
"industry": "Publishing",
"subIndustry": "Newspapers",
"timestamp": "2026-05-15T18:15:00-05:00",
"tradeTimestamp": "2026-05-15T16:00:00-05:00",
"lastPrice": 8.71,
"priceNetChange": 0.8600000000000012,
"pricePercentChange": 10.96,
"previousClose": 7.85,
"volume": 127301,
"previousVolume": 55300,
"standardDeviation": 3.36
},
{
"symbol": "FTW",
"symbolName": "Eqv Ventures Acquisition Corp Cl A",
"exchange": "NYSE",
"country": "USA",
"sicSector": "6770",
"industry": "Oil",
"subIndustry": "US Integrated",
"timestamp": "2026-05-15T18:15:00-05:00",
"tradeTimestamp": "2026-05-15T18:30:00-05:00",
"lastPrice": 11.86,
"priceNetChange": 0.6099999999999994,
"pricePercentChange": 5.42,
"previousClose": 11.25,
"volume": 212999,
"previousVolume": 108600,
"standardDeviation": 3.33
},
{
"symbol": "AIFU",
"symbolName": "Aifu Inc ADR",
"exchange": "NASDAQ",
"country": "CHN",
"sicSector": "6411",
"industry": "Insurance",
"subIndustry": "Multi Line",
"timestamp": "2026-05-15T19:02:22-05:00",
"tradeTimestamp": "2026-05-15T16:00:00-05:00",
"lastPrice": 2.31,
"priceNetChange": 0.52,
"pricePercentChange": 29.05,
"previousClose": 1.79,
"volume": 102532,
"previousVolume": 20200,
"standardDeviation": 3.14
},
{
"symbol": "NL",
"symbolName": "NL Industries",
"exchange": "NYSE",
"country": "USA",
"sicSector": "2810",
"industry": "Chemical",
"subIndustry": "Specialty",
"timestamp": "2026-05-15T19:01:28-05:00",
"tradeTimestamp": "2026-05-15T18:30:00-05:00",
"lastPrice": 7.61,
"priceNetChange": 0.9400000000000004,
"pricePercentChange": 14.09,
"previousClose": 6.67,
"volume": 354310,
"previousVolume": 191100,
"standardDeviation": 3.1
},
{
"symbol": "BENF",
"symbolName": "Beneficient Cl A",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "6770",
"industry": "Finance",
"subIndustry": "Misc Services",
"timestamp": "2026-05-15T19:06:49-05:00",
"tradeTimestamp": "2026-05-15T16:00:00-05:00",
"lastPrice": 3.66,
"priceNetChange": 0.3500000000000001,
"pricePercentChange": 10.57,
"previousClose": 3.31,
"volume": 38742,
"previousVolume": 8700,
"standardDeviation": 3.09
},
{
"symbol": "XOS",
"symbolName": "Xos Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "3714",
"industry": "Auto",
"subIndustry": "Domestic",
"timestamp": "2026-05-15T19:05:21-05:00",
"tradeTimestamp": "2026-05-15T16:00:00-05:00",
"lastPrice": 2.13,
"priceNetChange": 0.1499999999999999,
"pricePercentChange": 7.58,
"previousClose": 1.98,
"volume": 240798,
"previousVolume": 392900,
"standardDeviation": 3
},
{
"symbol": "BHF",
"symbolName": "Brighthouse Financial Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "6311",
"industry": "Insurance",
"subIndustry": "Life",
"timestamp": "2026-05-15T16:20:02-05:00",
"tradeTimestamp": "2026-05-15T16:00:00-05:00",
"lastPrice": 62.54,
"priceNetChange": 1.1199999999999974,
"pricePercentChange": 1.82,
"previousClose": 61.42,
"volume": 823970,
"previousVolume": 323200,
"standardDeviation": 2.96
},
{
"symbol": "KGEI",
"symbolName": "Kolibri Global Energy Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "1311",
"industry": "Oil",
"subIndustry": "US Exploration & Product",
"timestamp": "2026-05-15T19:09:01-05:00",
"tradeTimestamp": "2026-05-15T16:00:00-05:00",
"lastPrice": 6.11,
"priceNetChange": 0.6600000000000001,
"pricePercentChange": 12.11,
"previousClose": 5.45,
"volume": 443422,
"previousVolume": 97500,
"standardDeviation": 2.95
},
{
"symbol": "GLOB",
"symbolName": "Globant S.A.",
"exchange": "NYSE",
"country": "LUX",
"sicSector": "7374",
"industry": "Internet Software Services",
"subIndustry": null,
"timestamp": "2026-05-15T19:07:07-05:00",
"tradeTimestamp": "2026-05-15T18:30:00-05:00",
"lastPrice": 38.91,
"priceNetChange": 4.829999999999998,
"pricePercentChange": 14.17,
"previousClose": 34.08,
"volume": 6514470,
"previousVolume": 3075000,
"standardDeviation": 2.82
},
{
"symbol": "HYLN",
"symbolName": "Hyliion Hldg Corp Cl A",
"exchange": "AMEX",
"country": "USA",
"sicSector": "3713",
"industry": "Auto",
"subIndustry": "Truck Original Parts",
"timestamp": "2026-05-15T19:09:06-05:00",
"tradeTimestamp": "2026-05-15T18:30:00-05:00",
"lastPrice": 4.67,
"priceNetChange": 0.98,
"pricePercentChange": 26.56,
"previousClose": 3.69,
"volume": 10605016,
"previousVolume": 5356300,
"standardDeviation": 2.81
},
{
"symbol": "MDAI",
"symbolName": "Spectral AI Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "3841",
"industry": "Medical Instruments",
"subIndustry": null,
"timestamp": "2026-05-15T19:09:01-05:00",
"tradeTimestamp": "2026-05-15T16:00:00-05:00",
"lastPrice": 2.43,
"priceNetChange": 0.30000000000000027,
"pricePercentChange": 14.08,
"previousClose": 2.13,
"volume": 800603,
"previousVolume": 603800,
"standardDeviation": 2.81
},
{
"symbol": "SEDG",
"symbolName": "Solaredge Tech",
"exchange": "NASDAQ",
"country": "ISR",
"sicSector": "3674",
"industry": "Solar",
"subIndustry": null,
"timestamp": "2026-05-15T19:08:52-05:00",
"tradeTimestamp": "2026-05-15T16:00:00-05:00",
"lastPrice": 61.76,
"priceNetChange": 11.519999999999996,
"pricePercentChange": 22.93,
"previousClose": 50.24,
"volume": 14480597,
"previousVolume": 5893900,
"standardDeviation": 2.79
},
{
"symbol": "XRTX",
"symbolName": "Xortx Therapeutics Inc",
"exchange": "NASDAQ",
"country": "CAN",
"sicSector": "2834",
"industry": "Medical",
"subIndustry": "Drugs",
"timestamp": "2026-05-15T18:56:44-05:00",
"tradeTimestamp": "2026-05-15T16:00:00-05:00",
"lastPrice": 2.59,
"priceNetChange": 0.5800000000000001,
"pricePercentChange": 28.86,
"previousClose": 2.01,
"volume": 102197,
"previousVolume": 88800,
"standardDeviation": 2.75
},
{
"symbol": "VACI",
"symbolName": "Viking Acquisition Corp. I Cl A",
"exchange": "NYSE",
"country": null,
"sicSector": null,
"industry": "Unclassified",
"subIndustry": null,
"timestamp": "2026-05-15T18:18:09-05:00",
"tradeTimestamp": "2026-05-15T18:30:00-05:00",
"lastPrice": 10.3,
"priceNetChange": 0.11000000000000121,
"pricePercentChange": 1.08,
"previousClose": 10.19,
"volume": 1492142,
"previousVolume": 162900,
"standardDeviation": 2.72
},
{
"symbol": "DAIO",
"symbolName": "Data I O Corp",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "3825",
"industry": "Electronics",
"subIndustry": "Misc Components",
"timestamp": "2026-05-15T18:50:25-05:00",
"tradeTimestamp": "2026-05-15T16:00:00-05:00",
"lastPrice": 3.2,
"priceNetChange": 0.29000000000000004,
"pricePercentChange": 9.97,
"previousClose": 2.91,
"volume": 329289,
"previousVolume": 258100,
"standardDeviation": 2.61
},
{
"symbol": "ICCC",
"symbolName": "Immucell Corp",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "2835",
"industry": "Medical Products",
"subIndustry": null,
"timestamp": "2026-05-15T19:09:01-05:00",
"tradeTimestamp": "2026-05-15T16:00:00-05:00",
"lastPrice": 8.92,
"priceNetChange": 0.6600000000000001,
"pricePercentChange": 7.99,
"previousClose": 8.26,
"volume": 60601,
"previousVolume": 25100,
"standardDeviation": 2.61
},
{
"symbol": "FIG",
"symbolName": "Figma Inc Cl A",
"exchange": "NYSE",
"country": "USA",
"sicSector": "7372",
"industry": "Internet",
"subIndustry": "Software",
"timestamp": "2026-05-15T19:09:22-05:00",
"tradeTimestamp": "2026-05-15T18:30:00-05:00",
"lastPrice": 22.92,
"priceNetChange": 2.6800000000000033,
"pricePercentChange": 13.24,
"previousClose": 20.24,
"volume": 77405839,
"previousVolume": 49141800,
"standardDeviation": 2.57
}
]
}
GET
GET https://ondemand.websol.barchart.com/getLeaders.xml?apikey=YOUR_API_KEY&exchanges=NYSE&assetType=STK&type=hot&maxRecords=30&period=260d&sortDirection=DESC
Host: ondemand.websol.barchart.com
POST
POST https://ondemand.websol.barchart.com/getLeaders.xml
Host: ondemand.websol.barchart.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length
apikey=YOUR_API_KEY&exchanges=NYSE&assetType=STK&type=hot&maxRecords=30&period=260d&sortDirection=DESC
Response
<?xml version="1.0" encoding="utf-8"?>
<getLeaders>
<status>
<code>200</code>
<message>Success.</message>
</status>
<item>
<symbol>PIII</symbol>
<symbolName>P3 Health Partners Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>8000</sicSector>
<industry>Medical Information Systems</industry>
<subIndustry/>
<timestamp>2026-05-15T19:09:24-05:00</timestamp>
<tradeTimestamp>2026-05-15T16:15:00-05:00</tradeTimestamp>
<lastPrice>11.29</lastPrice>
<priceNetChange>7.26</priceNetChange>
<pricePercentChange>180.15</pricePercentChange>
<previousClose>4.03</previousClose>
<volume>65616760</volume>
<previousVolume>2387400</previousVolume>
<standardDeviation>4.53</standardDeviation>
</item>
<item>
<symbol>SLE</symbol>
<symbolName>Super League Enterprise Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>7373</sicSector>
<industry>Gaming</industry>
<subIndustry/>
<timestamp>2026-05-15T19:09:18-05:00</timestamp>
<tradeTimestamp>2026-05-15T16:00:00-05:00</tradeTimestamp>
<lastPrice>6.04</lastPrice>
<priceNetChange>1.97</priceNetChange>
<pricePercentChange>48.4</pricePercentChange>
<previousClose>4.07</previousClose>
<volume>45582716</volume>
<previousVolume>10100</previousVolume>
<standardDeviation>4.33</standardDeviation>
</item>
<item>
<symbol>SG</symbol>
<symbolName>Sweetgreen Inc Cl A</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<sicSector>5812</sicSector>
<industry>Retail</industry>
<subIndustry>Restaurants</subIndustry>
<timestamp>2026-05-15T19:06:25-05:00</timestamp>
<tradeTimestamp>2026-05-15T18:30:00-05:00</tradeTimestamp>
<lastPrice>8.09</lastPrice>
<priceNetChange>1.2</priceNetChange>
<pricePercentChange>17.42</pricePercentChange>
<previousClose>6.89</previousClose>
<volume>9967368</volume>
<previousVolume>3315200</previousVolume>
<standardDeviation>3.37</standardDeviation>
</item>
<item>
<symbol>LEE</symbol>
<symbolName>Lee Enterprises Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>2711</sicSector>
<industry>Publishing</industry>
<subIndustry>Newspapers</subIndustry>
<timestamp>2026-05-15T18:15:00-05:00</timestamp>
<tradeTimestamp>2026-05-15T16:00:00-05:00</tradeTimestamp>
<lastPrice>8.71</lastPrice>
<priceNetChange>0.86</priceNetChange>
<pricePercentChange>10.96</pricePercentChange>
<previousClose>7.85</previousClose>
<volume>127301</volume>
<previousVolume>55300</previousVolume>
<standardDeviation>3.36</standardDeviation>
</item>
<item>
<symbol>FTW</symbol>
<symbolName>Eqv Ventures Acquisition Corp Cl A</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<sicSector>6770</sicSector>
<industry>Oil</industry>
<subIndustry>US Integrated</subIndustry>
<timestamp>2026-05-15T18:15:00-05:00</timestamp>
<tradeTimestamp>2026-05-15T18:30:00-05:00</tradeTimestamp>
<lastPrice>11.86</lastPrice>
<priceNetChange>0.61</priceNetChange>
<pricePercentChange>5.42</pricePercentChange>
<previousClose>11.25</previousClose>
<volume>212999</volume>
<previousVolume>108600</previousVolume>
<standardDeviation>3.33</standardDeviation>
</item>
<item>
<symbol>AIFU</symbol>
<symbolName>Aifu Inc ADR</symbolName>
<exchange>NASDAQ</exchange>
<country>CHN</country>
<sicSector>6411</sicSector>
<industry>Insurance</industry>
<subIndustry>Multi Line</subIndustry>
<timestamp>2026-05-15T19:02:22-05:00</timestamp>
<tradeTimestamp>2026-05-15T16:00:00-05:00</tradeTimestamp>
<lastPrice>2.31</lastPrice>
<priceNetChange>0.52</priceNetChange>
<pricePercentChange>29.05</pricePercentChange>
<previousClose>1.79</previousClose>
<volume>102532</volume>
<previousVolume>20200</previousVolume>
<standardDeviation>3.14</standardDeviation>
</item>
<item>
<symbol>NL</symbol>
<symbolName>NL Industries</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<sicSector>2810</sicSector>
<industry>Chemical</industry>
<subIndustry>Specialty</subIndustry>
<timestamp>2026-05-15T19:01:28-05:00</timestamp>
<tradeTimestamp>2026-05-15T18:30:00-05:00</tradeTimestamp>
<lastPrice>7.61</lastPrice>
<priceNetChange>0.94</priceNetChange>
<pricePercentChange>14.09</pricePercentChange>
<previousClose>6.67</previousClose>
<volume>354310</volume>
<previousVolume>191100</previousVolume>
<standardDeviation>3.1</standardDeviation>
</item>
<item>
<symbol>BENF</symbol>
<symbolName>Beneficient Cl A</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>6770</sicSector>
<industry>Finance</industry>
<subIndustry>Misc Services</subIndustry>
<timestamp>2026-05-15T19:06:49-05:00</timestamp>
<tradeTimestamp>2026-05-15T16:00:00-05:00</tradeTimestamp>
<lastPrice>3.66</lastPrice>
<priceNetChange>0.35</priceNetChange>
<pricePercentChange>10.57</pricePercentChange>
<previousClose>3.31</previousClose>
<volume>38742</volume>
<previousVolume>8700</previousVolume>
<standardDeviation>3.09</standardDeviation>
</item>
<item>
<symbol>XOS</symbol>
<symbolName>Xos Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>3714</sicSector>
<industry>Auto</industry>
<subIndustry>Domestic</subIndustry>
<timestamp>2026-05-15T19:05:21-05:00</timestamp>
<tradeTimestamp>2026-05-15T16:00:00-05:00</tradeTimestamp>
<lastPrice>2.13</lastPrice>
<priceNetChange>0.15</priceNetChange>
<pricePercentChange>7.58</pricePercentChange>
<previousClose>1.98</previousClose>
<volume>240798</volume>
<previousVolume>392900</previousVolume>
<standardDeviation>3</standardDeviation>
</item>
<item>
<symbol>BHF</symbol>
<symbolName>Brighthouse Financial Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>6311</sicSector>
<industry>Insurance</industry>
<subIndustry>Life</subIndustry>
<timestamp>2026-05-15T16:20:02-05:00</timestamp>
<tradeTimestamp>2026-05-15T16:00:00-05:00</tradeTimestamp>
<lastPrice>62.54</lastPrice>
<priceNetChange>1.12</priceNetChange>
<pricePercentChange>1.82</pricePercentChange>
<previousClose>61.42</previousClose>
<volume>823970</volume>
<previousVolume>323200</previousVolume>
<standardDeviation>2.96</standardDeviation>
</item>
<item>
<symbol>KGEI</symbol>
<symbolName>Kolibri Global Energy Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>1311</sicSector>
<industry>Oil</industry>
<subIndustry>US Exploration & Product</subIndustry>
<timestamp>2026-05-15T19:09:01-05:00</timestamp>
<tradeTimestamp>2026-05-15T16:00:00-05:00</tradeTimestamp>
<lastPrice>6.11</lastPrice>
<priceNetChange>0.66</priceNetChange>
<pricePercentChange>12.11</pricePercentChange>
<previousClose>5.45</previousClose>
<volume>443422</volume>
<previousVolume>97500</previousVolume>
<standardDeviation>2.95</standardDeviation>
</item>
<item>
<symbol>GLOB</symbol>
<symbolName>Globant S.A.</symbolName>
<exchange>NYSE</exchange>
<country>LUX</country>
<sicSector>7374</sicSector>
<industry>Internet Software Services</industry>
<subIndustry/>
<timestamp>2026-05-15T19:07:07-05:00</timestamp>
<tradeTimestamp>2026-05-15T18:30:00-05:00</tradeTimestamp>
<lastPrice>38.91</lastPrice>
<priceNetChange>4.83</priceNetChange>
<pricePercentChange>14.17</pricePercentChange>
<previousClose>34.08</previousClose>
<volume>6514470</volume>
<previousVolume>3075000</previousVolume>
<standardDeviation>2.82</standardDeviation>
</item>
<item>
<symbol>HYLN</symbol>
<symbolName>Hyliion Hldg Corp Cl A</symbolName>
<exchange>AMEX</exchange>
<country>USA</country>
<sicSector>3713</sicSector>
<industry>Auto</industry>
<subIndustry>Truck Original Parts</subIndustry>
<timestamp>2026-05-15T19:09:06-05:00</timestamp>
<tradeTimestamp>2026-05-15T18:30:00-05:00</tradeTimestamp>
<lastPrice>4.67</lastPrice>
<priceNetChange>0.98</priceNetChange>
<pricePercentChange>26.56</pricePercentChange>
<previousClose>3.69</previousClose>
<volume>10605016</volume>
<previousVolume>5356300</previousVolume>
<standardDeviation>2.81</standardDeviation>
</item>
<item>
<symbol>MDAI</symbol>
<symbolName>Spectral AI Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>3841</sicSector>
<industry>Medical Instruments</industry>
<subIndustry/>
<timestamp>2026-05-15T19:09:01-05:00</timestamp>
<tradeTimestamp>2026-05-15T16:00:00-05:00</tradeTimestamp>
<lastPrice>2.43</lastPrice>
<priceNetChange>0.3</priceNetChange>
<pricePercentChange>14.08</pricePercentChange>
<previousClose>2.13</previousClose>
<volume>800603</volume>
<previousVolume>603800</previousVolume>
<standardDeviation>2.81</standardDeviation>
</item>
<item>
<symbol>SEDG</symbol>
<symbolName>Solaredge Tech</symbolName>
<exchange>NASDAQ</exchange>
<country>ISR</country>
<sicSector>3674</sicSector>
<industry>Solar</industry>
<subIndustry/>
<timestamp>2026-05-15T19:08:52-05:00</timestamp>
<tradeTimestamp>2026-05-15T16:00:00-05:00</tradeTimestamp>
<lastPrice>61.76</lastPrice>
<priceNetChange>11.52</priceNetChange>
<pricePercentChange>22.93</pricePercentChange>
<previousClose>50.24</previousClose>
<volume>14480597</volume>
<previousVolume>5893900</previousVolume>
<standardDeviation>2.79</standardDeviation>
</item>
<item>
<symbol>XRTX</symbol>
<symbolName>Xortx Therapeutics Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>CAN</country>
<sicSector>2834</sicSector>
<industry>Medical</industry>
<subIndustry>Drugs</subIndustry>
<timestamp>2026-05-15T18:56:44-05:00</timestamp>
<tradeTimestamp>2026-05-15T16:00:00-05:00</tradeTimestamp>
<lastPrice>2.59</lastPrice>
<priceNetChange>0.58</priceNetChange>
<pricePercentChange>28.86</pricePercentChange>
<previousClose>2.01</previousClose>
<volume>102197</volume>
<previousVolume>88800</previousVolume>
<standardDeviation>2.75</standardDeviation>
</item>
<item>
<symbol>VACI</symbol>
<symbolName>Viking Acquisition Corp. I Cl A</symbolName>
<exchange>NYSE</exchange>
<country/>
<sicSector/>
<industry>Unclassified</industry>
<subIndustry/>
<timestamp>2026-05-15T18:18:09-05:00</timestamp>
<tradeTimestamp>2026-05-15T18:30:00-05:00</tradeTimestamp>
<lastPrice>10.3</lastPrice>
<priceNetChange>0.11</priceNetChange>
<pricePercentChange>1.08</pricePercentChange>
<previousClose>10.19</previousClose>
<volume>1492142</volume>
<previousVolume>162900</previousVolume>
<standardDeviation>2.72</standardDeviation>
</item>
<item>
<symbol>DAIO</symbol>
<symbolName>Data I O Corp</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>3825</sicSector>
<industry>Electronics</industry>
<subIndustry>Misc Components</subIndustry>
<timestamp>2026-05-15T18:50:25-05:00</timestamp>
<tradeTimestamp>2026-05-15T16:00:00-05:00</tradeTimestamp>
<lastPrice>3.2</lastPrice>
<priceNetChange>0.29</priceNetChange>
<pricePercentChange>9.97</pricePercentChange>
<previousClose>2.91</previousClose>
<volume>329289</volume>
<previousVolume>258100</previousVolume>
<standardDeviation>2.61</standardDeviation>
</item>
<item>
<symbol>ICCC</symbol>
<symbolName>Immucell Corp</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>2835</sicSector>
<industry>Medical Products</industry>
<subIndustry/>
<timestamp>2026-05-15T19:09:01-05:00</timestamp>
<tradeTimestamp>2026-05-15T16:00:00-05:00</tradeTimestamp>
<lastPrice>8.92</lastPrice>
<priceNetChange>0.66</priceNetChange>
<pricePercentChange>7.99</pricePercentChange>
<previousClose>8.26</previousClose>
<volume>60601</volume>
<previousVolume>25100</previousVolume>
<standardDeviation>2.61</standardDeviation>
</item>
<item>
<symbol>FIG</symbol>
<symbolName>Figma Inc Cl A</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<sicSector>7372</sicSector>
<industry>Internet</industry>
<subIndustry>Software</subIndustry>
<timestamp>2026-05-15T19:09:22-05:00</timestamp>
<tradeTimestamp>2026-05-15T18:30:00-05:00</tradeTimestamp>
<lastPrice>22.92</lastPrice>
<priceNetChange>2.68</priceNetChange>
<pricePercentChange>13.24</pricePercentChange>
<previousClose>20.24</previousClose>
<volume>77405839</volume>
<previousVolume>49141800</previousVolume>
<standardDeviation>2.57</standardDeviation>
</item>
</getLeaders>
GET
GET https://ondemand.websol.barchart.com/getLeaders.csv?apikey=YOUR_API_KEY&exchanges=NYSE&assetType=STK&type=hot&maxRecords=30&period=260d&sortDirection=DESC
Host: ondemand.websol.barchart.com
POST
POST https://ondemand.websol.barchart.com/getLeaders.csv
Host: ondemand.websol.barchart.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length
apikey=YOUR_API_KEY&exchanges=NYSE&assetType=STK&type=hot&maxRecords=30&period=260d&sortDirection=DESC
Response
symbol,symbolName,exchange,country,sicSector,industry,subIndustry,timestamp,tradeTimestamp,lastPrice,priceNetChange,pricePercentChange,previousClose,volume,previousVolume,standardDeviation
"PIII","P3 Health Partners Inc","NASDAQ","USA","8000","Medical Information Systems","","2026-05-15T19:09:24-05:00","2026-05-15T16:15:00-05:00","11.29","7.26","180.15","4.03","65616760","2387400","4.53"
"SLE","Super League Enterprise Inc","NASDAQ","USA","7373","Gaming","","2026-05-15T19:09:18-05:00","2026-05-15T16:00:00-05:00","6.04","1.97","48.4","4.07","45582716","10100","4.33"
"SG","Sweetgreen Inc Cl A","NYSE","USA","5812","Retail","Restaurants","2026-05-15T19:06:25-05:00","2026-05-15T18:30:00-05:00","8.09","1.2","17.42","6.89","9967368","3315200","3.37"
"LEE","Lee Enterprises Inc","NASDAQ","USA","2711","Publishing","Newspapers","2026-05-15T18:15:00-05:00","2026-05-15T16:00:00-05:00","8.71","0.86","10.96","7.85","127301","55300","3.36"
"FTW","Eqv Ventures Acquisition Corp Cl A","NYSE","USA","6770","Oil","US Integrated","2026-05-15T18:15:00-05:00","2026-05-15T18:30:00-05:00","11.86","0.61","5.42","11.25","212999","108600","3.33"
"AIFU","Aifu Inc ADR","NASDAQ","CHN","6411","Insurance","Multi Line","2026-05-15T19:02:22-05:00","2026-05-15T16:00:00-05:00","2.31","0.52","29.05","1.79","102532","20200","3.14"
"NL","NL Industries","NYSE","USA","2810","Chemical","Specialty","2026-05-15T19:01:28-05:00","2026-05-15T18:30:00-05:00","7.61","0.94","14.09","6.67","354310","191100","3.1"
"BENF","Beneficient Cl A","NASDAQ","USA","6770","Finance","Misc Services","2026-05-15T19:06:49-05:00","2026-05-15T16:00:00-05:00","3.66","0.35","10.57","3.31","38742","8700","3.09"
"XOS","Xos Inc","NASDAQ","USA","3714","Auto","Domestic","2026-05-15T19:05:21-05:00","2026-05-15T16:00:00-05:00","2.13","0.15","7.58","1.98","240798","392900","3"
"BHF","Brighthouse Financial Inc","NASDAQ","USA","6311","Insurance","Life","2026-05-15T16:20:02-05:00","2026-05-15T16:00:00-05:00","62.54","1.12","1.82","61.42","823970","323200","2.96"
"KGEI","Kolibri Global Energy Inc","NASDAQ","USA","1311","Oil","US Exploration & Product","2026-05-15T19:09:01-05:00","2026-05-15T16:00:00-05:00","6.11","0.66","12.11","5.45","443422","97500","2.95"
"GLOB","Globant S.A.","NYSE","LUX","7374","Internet Software Services","","2026-05-15T19:07:07-05:00","2026-05-15T18:30:00-05:00","38.91","4.83","14.17","34.08","6514470","3075000","2.82"
"HYLN","Hyliion Hldg Corp Cl A","AMEX","USA","3713","Auto","Truck Original Parts","2026-05-15T19:09:06-05:00","2026-05-15T18:30:00-05:00","4.67","0.98","26.56","3.69","10605016","5356300","2.81"
"MDAI","Spectral AI Inc","NASDAQ","USA","3841","Medical Instruments","","2026-05-15T19:09:01-05:00","2026-05-15T16:00:00-05:00","2.43","0.3","14.08","2.13","800603","603800","2.81"
"SEDG","Solaredge Tech","NASDAQ","ISR","3674","Solar","","2026-05-15T19:08:52-05:00","2026-05-15T16:00:00-05:00","61.76","11.52","22.93","50.24","14480597","5893900","2.79"
"XRTX","Xortx Therapeutics Inc","NASDAQ","CAN","2834","Medical","Drugs","2026-05-15T18:56:44-05:00","2026-05-15T16:00:00-05:00","2.59","0.58","28.86","2.01","102197","88800","2.75"
"VACI","Viking Acquisition Corp. I Cl A","NYSE","","","Unclassified","","2026-05-15T18:18:09-05:00","2026-05-15T18:30:00-05:00","10.3","0.11","1.08","10.19","1492142","162900","2.72"
"DAIO","Data I O Corp","NASDAQ","USA","3825","Electronics","Misc Components","2026-05-15T18:50:25-05:00","2026-05-15T16:00:00-05:00","3.2","0.29","9.97","2.91","329289","258100","2.61"
"ICCC","Immucell Corp","NASDAQ","USA","2835","Medical Products","","2026-05-15T19:09:01-05:00","2026-05-15T16:00:00-05:00","8.92","0.66","7.99","8.26","60601","25100","2.61"
"FIG","Figma Inc Cl A","NYSE","USA","7372","Internet","Software","2026-05-15T19:09:22-05:00","2026-05-15T18:30:00-05:00","22.92","2.68","13.24","20.24","77405839","49141800","2.57"
<?php
$ondemand = new SoapClient('https://ondemand.websol.barchart.com/service?wsdl');
$params = [
'apikey' => 'YOUR_API_KEY',
'exchanges' => 'NYSE',
'assetType' => 'STK',
'type' => 'hot',
'maxRecords' => '30',
'period' => '260d',
'sortDirection' => 'DESC',
];
$result = $ondemand->getLeaders($params);
var_dump($result);
Dim ondemand
Dim result
Set ondemand = Server.CreateObject("MSSOAP.SoapClient30")
ondemand.ClientProperty("ServerHTTPRequest") = True
ondemand.MSSoapInit("https://ondemand.websol.barchart.com/service?wsdl")
Set result = ondemand.getLeaders("YOUR_API_KEY", "NYSE", "STK", "hot", "30", "260d", "DESC")
use SOAP::Lite;
use SOAP::WSDL;
my $ondemand = SOAP::Lite
-> service('https://ondemand.websol.barchart.com/service?wsdl');
my $result = $ondemand->getLeaders('YOUR_API_KEY', 'NYSE', 'STK', 'hot', '30', '260d', 'DESC');
print $result;
from suds.client import Client
ondemand = Client('https://ondemand.websol.barchart.com/service?wsdl')
result = ondemand.service.getLeaders('YOUR_API_KEY', 'NYSE', 'STK', 'hot', '30', '260d', 'DESC')
print(result)
require 'savon'
ondemand = Savon.client(wsdl: 'https://ondemand.websol.barchart.com/service?wsdl')
response = ondemand.call(
:getLeaders,
message: {
apikey: 'YOUR_API_KEY',
exchanges: 'NYSE',
assetType: 'STK',
type: 'hot',
maxRecords: '30',
period: '260d',
sortDirection: 'DESC',
}
)
response.body