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": "FEIM",
"symbolName": "Frequency Elcts Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "3825",
"industry": "Industrial Controls",
"subIndustry": null,
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 46.45,
"priceNetChange": 10.39,
"pricePercentChange": 28.81,
"previousClose": 36.06,
"volume": 1184100,
"previousVolume": 250400,
"standardDeviation": 4.2
},
{
"symbol": "SNDL",
"symbolName": "Sndl Inc",
"exchange": "NASDAQ",
"country": "CAN",
"sicSector": "2833",
"industry": "Medical Products",
"subIndustry": null,
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 2.21,
"priceNetChange": 0.43999999999999995,
"pricePercentChange": 24.86,
"previousClose": 1.77,
"volume": 19477800,
"previousVolume": 2872300,
"standardDeviation": 3.95
},
{
"symbol": "ACB",
"symbolName": "Aurora Cannabis Inc",
"exchange": "NASDAQ",
"country": "CAN",
"sicSector": "2833",
"industry": "Medical Products",
"subIndustry": null,
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 5.4,
"priceNetChange": 0.8500000000000005,
"pricePercentChange": 18.68,
"previousClose": 4.55,
"volume": 10981900,
"previousVolume": 1017200,
"standardDeviation": 3.94
},
{
"symbol": "EDAP",
"symbolName": "Edap Tms Sa ADR",
"exchange": "NASDAQ",
"country": "FRA",
"sicSector": "3845",
"industry": "Medical Instruments",
"subIndustry": null,
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T15:59:55-06:00",
"lastPrice": 2.88,
"priceNetChange": 0.5299999999999998,
"pricePercentChange": 22.55,
"previousClose": 2.35,
"volume": 156200,
"previousVolume": 50000,
"standardDeviation": 3.85
},
{
"symbol": "HYFM",
"symbolName": "Hydrofarm Holdings Group Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "5190",
"industry": "Agriculture Products",
"subIndustry": null,
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 2.08,
"priceNetChange": 0.55,
"pricePercentChange": 35.95,
"previousClose": 1.53,
"volume": 1062700,
"previousVolume": 87900,
"standardDeviation": 3.73
},
{
"symbol": "CLYM",
"symbolName": "Climb Bio Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "2834",
"industry": "Medical",
"subIndustry": "Biomedical",
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 3,
"priceNetChange": 0.7000000000000002,
"pricePercentChange": 30.43,
"previousClose": 2.3,
"volume": 8375800,
"previousVolume": 1174900,
"standardDeviation": 3.67
},
{
"symbol": "CRON",
"symbolName": "Cronos Group Inc",
"exchange": "NASDAQ",
"country": "CAN",
"sicSector": "2833",
"industry": "Medical",
"subIndustry": "Drugs",
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 3.27,
"priceNetChange": 0.41999999999999993,
"pricePercentChange": 14.74,
"previousClose": 2.85,
"volume": 17555700,
"previousVolume": 3202600,
"standardDeviation": 3.64
},
{
"symbol": "CAE",
"symbolName": "Cae Inc",
"exchange": "NYSE",
"country": "CAN",
"sicSector": "3690",
"industry": "Aerospace",
"subIndustry": "Defense Equipment",
"timestamp": "2025-12-13T11:30:00-06:00",
"tradeTimestamp": "2025-12-12T19:00:00-06:00",
"lastPrice": 29.84,
"priceNetChange": 1.5399999999999991,
"pricePercentChange": 5.44,
"previousClose": 28.3,
"volume": 1455400,
"previousVolume": 577700,
"standardDeviation": 3.64
},
{
"symbol": "MITK",
"symbolName": "Mitek Systems Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "3577",
"industry": "Computer",
"subIndustry": "Optical",
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 10.06,
"priceNetChange": 0.8200000000000003,
"pricePercentChange": 8.87,
"previousClose": 9.24,
"volume": 3576500,
"previousVolume": 2517300,
"standardDeviation": 3.64
},
{
"symbol": "RYM",
"symbolName": "Rythm Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "0700",
"industry": "Technology Services",
"subIndustry": null,
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 23.8,
"priceNetChange": 7.690000000000001,
"pricePercentChange": 47.73,
"previousClose": 16.11,
"volume": 3323800,
"previousVolume": 53900,
"standardDeviation": 3.64
},
{
"symbol": "TLRY",
"symbolName": "Tilray Brands Inc",
"exchange": "NASDAQ",
"country": "CAN",
"sicSector": "2833",
"industry": "Medical Products",
"subIndustry": null,
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 12.15,
"priceNetChange": 3.7200000000000006,
"pricePercentChange": 44.13,
"previousClose": 8.43,
"volume": 84198400,
"previousVolume": 6525800,
"standardDeviation": 3.38
},
{
"symbol": "FOLD",
"symbolName": "Amicus Therapeutics",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "2834",
"industry": "Medical",
"subIndustry": "Biomedical",
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 10.55,
"priceNetChange": 0.6500000000000004,
"pricePercentChange": 6.57,
"previousClose": 9.9,
"volume": 12051400,
"previousVolume": 3851100,
"standardDeviation": 3.38
},
{
"symbol": "KPLT",
"symbolName": "Katapult Hldgs Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "7359",
"industry": "Finance",
"subIndustry": "Leasing Companies",
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 7.13,
"priceNetChange": 0.9199999999999999,
"pricePercentChange": 14.81,
"previousClose": 6.21,
"volume": 20772500,
"previousVolume": 58000,
"standardDeviation": 3.35
},
{
"symbol": "LULU",
"symbolName": "Lululemon Athletica",
"exchange": "NASDAQ",
"country": "CAN",
"sicSector": "2300",
"industry": "Textile",
"subIndustry": "Apparel",
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 204.97,
"priceNetChange": 17.960000000000008,
"pricePercentChange": 9.6,
"previousClose": 187.01,
"volume": 20263800,
"previousVolume": 9925700,
"standardDeviation": 3.34
},
{
"symbol": "EVCM",
"symbolName": "Evercommerce Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "7372",
"industry": "Internet",
"subIndustry": "Software",
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 12.08,
"priceNetChange": 1.1899999999999995,
"pricePercentChange": 10.93,
"previousClose": 10.89,
"volume": 581400,
"previousVolume": 332000,
"standardDeviation": 3.3
},
{
"symbol": "DARE",
"symbolName": "Dare Bioscience Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "2834",
"industry": "Medical",
"subIndustry": "Biomedical",
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 2.47,
"priceNetChange": 0.38000000000000034,
"pricePercentChange": 18.18,
"previousClose": 2.09,
"volume": 2187500,
"previousVolume": 427800,
"standardDeviation": 3.21
},
{
"symbol": "MKZR",
"symbolName": "Mackenzie Realty Capital Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "6798",
"industry": "REIT",
"subIndustry": "Equity Trust Other",
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 4.39,
"priceNetChange": 1.0199999999999996,
"pricePercentChange": 30.27,
"previousClose": 3.37,
"volume": 322700,
"previousVolume": 20300,
"standardDeviation": 3.14
},
{
"symbol": "ALGS",
"symbolName": "Aligos Therapeutics Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "2836",
"industry": "Medical",
"subIndustry": "Biomedical",
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 13.3,
"priceNetChange": 1.790000000000001,
"pricePercentChange": 15.55,
"previousClose": 11.51,
"volume": 194900,
"previousVolume": 50800,
"standardDeviation": 3.14
},
{
"symbol": "YOU",
"symbolName": "Clear Secure Inc Cl A",
"exchange": "NYSE",
"country": "USA",
"sicSector": "7372",
"industry": "Internet",
"subIndustry": "Software",
"timestamp": "2025-12-13T11:30:00-06:00",
"tradeTimestamp": "2025-12-12T19:00:00-06:00",
"lastPrice": 41.08,
"priceNetChange": 4.82,
"pricePercentChange": 13.29,
"previousClose": 36.26,
"volume": 5470200,
"previousVolume": 1521500,
"standardDeviation": 3.11
},
{
"symbol": "BCML",
"symbolName": "Bay Commercial Bk CA",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "6022",
"industry": "Banks",
"subIndustry": "West",
"timestamp": "2025-12-13T11:35:00-06:00",
"tradeTimestamp": "2025-12-12T16:00:00-06:00",
"lastPrice": 32.78,
"priceNetChange": 1.9800000000000004,
"pricePercentChange": 6.43,
"previousClose": 30.8,
"volume": 39500,
"previousVolume": 43900,
"standardDeviation": 3.04
}
]
}
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>FEIM</symbol>
<symbolName>Frequency Elcts Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>3825</sicSector>
<industry>Industrial Controls</industry>
<subIndustry/>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>46.45</lastPrice>
<priceNetChange>10.39</priceNetChange>
<pricePercentChange>28.81</pricePercentChange>
<previousClose>36.06</previousClose>
<volume>1184100</volume>
<previousVolume>250400</previousVolume>
<standardDeviation>4.2</standardDeviation>
</item>
<item>
<symbol>SNDL</symbol>
<symbolName>Sndl Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>CAN</country>
<sicSector>2833</sicSector>
<industry>Medical Products</industry>
<subIndustry/>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>2.21</lastPrice>
<priceNetChange>0.44</priceNetChange>
<pricePercentChange>24.86</pricePercentChange>
<previousClose>1.77</previousClose>
<volume>19477800</volume>
<previousVolume>2872300</previousVolume>
<standardDeviation>3.95</standardDeviation>
</item>
<item>
<symbol>ACB</symbol>
<symbolName>Aurora Cannabis Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>CAN</country>
<sicSector>2833</sicSector>
<industry>Medical Products</industry>
<subIndustry/>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>5.4</lastPrice>
<priceNetChange>0.85</priceNetChange>
<pricePercentChange>18.68</pricePercentChange>
<previousClose>4.55</previousClose>
<volume>10981900</volume>
<previousVolume>1017200</previousVolume>
<standardDeviation>3.94</standardDeviation>
</item>
<item>
<symbol>EDAP</symbol>
<symbolName>Edap Tms Sa ADR</symbolName>
<exchange>NASDAQ</exchange>
<country>FRA</country>
<sicSector>3845</sicSector>
<industry>Medical Instruments</industry>
<subIndustry/>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T15:59:55-06:00</tradeTimestamp>
<lastPrice>2.88</lastPrice>
<priceNetChange>0.53</priceNetChange>
<pricePercentChange>22.55</pricePercentChange>
<previousClose>2.35</previousClose>
<volume>156200</volume>
<previousVolume>50000</previousVolume>
<standardDeviation>3.85</standardDeviation>
</item>
<item>
<symbol>HYFM</symbol>
<symbolName>Hydrofarm Holdings Group Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>5190</sicSector>
<industry>Agriculture Products</industry>
<subIndustry/>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>2.08</lastPrice>
<priceNetChange>0.55</priceNetChange>
<pricePercentChange>35.95</pricePercentChange>
<previousClose>1.53</previousClose>
<volume>1062700</volume>
<previousVolume>87900</previousVolume>
<standardDeviation>3.73</standardDeviation>
</item>
<item>
<symbol>CLYM</symbol>
<symbolName>Climb Bio Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>2834</sicSector>
<industry>Medical</industry>
<subIndustry>Biomedical</subIndustry>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>3</lastPrice>
<priceNetChange>0.7</priceNetChange>
<pricePercentChange>30.43</pricePercentChange>
<previousClose>2.3</previousClose>
<volume>8375800</volume>
<previousVolume>1174900</previousVolume>
<standardDeviation>3.67</standardDeviation>
</item>
<item>
<symbol>CRON</symbol>
<symbolName>Cronos Group Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>CAN</country>
<sicSector>2833</sicSector>
<industry>Medical</industry>
<subIndustry>Drugs</subIndustry>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>3.27</lastPrice>
<priceNetChange>0.42</priceNetChange>
<pricePercentChange>14.74</pricePercentChange>
<previousClose>2.85</previousClose>
<volume>17555700</volume>
<previousVolume>3202600</previousVolume>
<standardDeviation>3.64</standardDeviation>
</item>
<item>
<symbol>CAE</symbol>
<symbolName>Cae Inc</symbolName>
<exchange>NYSE</exchange>
<country>CAN</country>
<sicSector>3690</sicSector>
<industry>Aerospace</industry>
<subIndustry>Defense Equipment</subIndustry>
<timestamp>2025-12-13T11:30:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T19:00:00-06:00</tradeTimestamp>
<lastPrice>29.84</lastPrice>
<priceNetChange>1.54</priceNetChange>
<pricePercentChange>5.44</pricePercentChange>
<previousClose>28.3</previousClose>
<volume>1455400</volume>
<previousVolume>577700</previousVolume>
<standardDeviation>3.64</standardDeviation>
</item>
<item>
<symbol>MITK</symbol>
<symbolName>Mitek Systems Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>3577</sicSector>
<industry>Computer</industry>
<subIndustry>Optical</subIndustry>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>10.06</lastPrice>
<priceNetChange>0.82</priceNetChange>
<pricePercentChange>8.87</pricePercentChange>
<previousClose>9.24</previousClose>
<volume>3576500</volume>
<previousVolume>2517300</previousVolume>
<standardDeviation>3.64</standardDeviation>
</item>
<item>
<symbol>RYM</symbol>
<symbolName>Rythm Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>0700</sicSector>
<industry>Technology Services</industry>
<subIndustry/>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>23.8</lastPrice>
<priceNetChange>7.69</priceNetChange>
<pricePercentChange>47.73</pricePercentChange>
<previousClose>16.11</previousClose>
<volume>3323800</volume>
<previousVolume>53900</previousVolume>
<standardDeviation>3.64</standardDeviation>
</item>
<item>
<symbol>TLRY</symbol>
<symbolName>Tilray Brands Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>CAN</country>
<sicSector>2833</sicSector>
<industry>Medical Products</industry>
<subIndustry/>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>12.15</lastPrice>
<priceNetChange>3.72</priceNetChange>
<pricePercentChange>44.13</pricePercentChange>
<previousClose>8.43</previousClose>
<volume>84198400</volume>
<previousVolume>6525800</previousVolume>
<standardDeviation>3.38</standardDeviation>
</item>
<item>
<symbol>FOLD</symbol>
<symbolName>Amicus Therapeutics</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>2834</sicSector>
<industry>Medical</industry>
<subIndustry>Biomedical</subIndustry>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>10.55</lastPrice>
<priceNetChange>0.65</priceNetChange>
<pricePercentChange>6.57</pricePercentChange>
<previousClose>9.9</previousClose>
<volume>12051400</volume>
<previousVolume>3851100</previousVolume>
<standardDeviation>3.38</standardDeviation>
</item>
<item>
<symbol>KPLT</symbol>
<symbolName>Katapult Hldgs Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>7359</sicSector>
<industry>Finance</industry>
<subIndustry>Leasing Companies</subIndustry>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>7.13</lastPrice>
<priceNetChange>0.92</priceNetChange>
<pricePercentChange>14.81</pricePercentChange>
<previousClose>6.21</previousClose>
<volume>20772500</volume>
<previousVolume>58000</previousVolume>
<standardDeviation>3.35</standardDeviation>
</item>
<item>
<symbol>LULU</symbol>
<symbolName>Lululemon Athletica</symbolName>
<exchange>NASDAQ</exchange>
<country>CAN</country>
<sicSector>2300</sicSector>
<industry>Textile</industry>
<subIndustry>Apparel</subIndustry>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>204.97</lastPrice>
<priceNetChange>17.96</priceNetChange>
<pricePercentChange>9.6</pricePercentChange>
<previousClose>187.01</previousClose>
<volume>20263800</volume>
<previousVolume>9925700</previousVolume>
<standardDeviation>3.34</standardDeviation>
</item>
<item>
<symbol>EVCM</symbol>
<symbolName>Evercommerce Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>7372</sicSector>
<industry>Internet</industry>
<subIndustry>Software</subIndustry>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>12.08</lastPrice>
<priceNetChange>1.19</priceNetChange>
<pricePercentChange>10.93</pricePercentChange>
<previousClose>10.89</previousClose>
<volume>581400</volume>
<previousVolume>332000</previousVolume>
<standardDeviation>3.3</standardDeviation>
</item>
<item>
<symbol>DARE</symbol>
<symbolName>Dare Bioscience Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>2834</sicSector>
<industry>Medical</industry>
<subIndustry>Biomedical</subIndustry>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>2.47</lastPrice>
<priceNetChange>0.38</priceNetChange>
<pricePercentChange>18.18</pricePercentChange>
<previousClose>2.09</previousClose>
<volume>2187500</volume>
<previousVolume>427800</previousVolume>
<standardDeviation>3.21</standardDeviation>
</item>
<item>
<symbol>MKZR</symbol>
<symbolName>Mackenzie Realty Capital Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>6798</sicSector>
<industry>REIT</industry>
<subIndustry>Equity Trust Other</subIndustry>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>4.39</lastPrice>
<priceNetChange>1.02</priceNetChange>
<pricePercentChange>30.27</pricePercentChange>
<previousClose>3.37</previousClose>
<volume>322700</volume>
<previousVolume>20300</previousVolume>
<standardDeviation>3.14</standardDeviation>
</item>
<item>
<symbol>ALGS</symbol>
<symbolName>Aligos Therapeutics Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>2836</sicSector>
<industry>Medical</industry>
<subIndustry>Biomedical</subIndustry>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>13.3</lastPrice>
<priceNetChange>1.79</priceNetChange>
<pricePercentChange>15.55</pricePercentChange>
<previousClose>11.51</previousClose>
<volume>194900</volume>
<previousVolume>50800</previousVolume>
<standardDeviation>3.14</standardDeviation>
</item>
<item>
<symbol>YOU</symbol>
<symbolName>Clear Secure Inc Cl A</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<sicSector>7372</sicSector>
<industry>Internet</industry>
<subIndustry>Software</subIndustry>
<timestamp>2025-12-13T11:30:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T19:00:00-06:00</tradeTimestamp>
<lastPrice>41.08</lastPrice>
<priceNetChange>4.82</priceNetChange>
<pricePercentChange>13.29</pricePercentChange>
<previousClose>36.26</previousClose>
<volume>5470200</volume>
<previousVolume>1521500</previousVolume>
<standardDeviation>3.11</standardDeviation>
</item>
<item>
<symbol>BCML</symbol>
<symbolName>Bay Commercial Bk CA</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>6022</sicSector>
<industry>Banks</industry>
<subIndustry>West</subIndustry>
<timestamp>2025-12-13T11:35:00-06:00</timestamp>
<tradeTimestamp>2025-12-12T16:00:00-06:00</tradeTimestamp>
<lastPrice>32.78</lastPrice>
<priceNetChange>1.98</priceNetChange>
<pricePercentChange>6.43</pricePercentChange>
<previousClose>30.8</previousClose>
<volume>39500</volume>
<previousVolume>43900</previousVolume>
<standardDeviation>3.04</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
"FEIM","Frequency Elcts Inc","NASDAQ","USA","3825","Industrial Controls","","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","46.45","10.39","28.81","36.06","1184100","250400","4.2"
"SNDL","Sndl Inc","NASDAQ","CAN","2833","Medical Products","","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","2.21","0.44","24.86","1.77","19477800","2872300","3.95"
"ACB","Aurora Cannabis Inc","NASDAQ","CAN","2833","Medical Products","","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","5.4","0.85","18.68","4.55","10981900","1017200","3.94"
"EDAP","Edap Tms Sa ADR","NASDAQ","FRA","3845","Medical Instruments","","2025-12-13T11:35:00-06:00","2025-12-12T15:59:55-06:00","2.88","0.53","22.55","2.35","156200","50000","3.85"
"HYFM","Hydrofarm Holdings Group Inc","NASDAQ","USA","5190","Agriculture Products","","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","2.08","0.55","35.95","1.53","1062700","87900","3.73"
"CLYM","Climb Bio Inc","NASDAQ","USA","2834","Medical","Biomedical","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","3","0.7","30.43","2.3","8375800","1174900","3.67"
"CRON","Cronos Group Inc","NASDAQ","CAN","2833","Medical","Drugs","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","3.27","0.42","14.74","2.85","17555700","3202600","3.64"
"CAE","Cae Inc","NYSE","CAN","3690","Aerospace","Defense Equipment","2025-12-13T11:30:00-06:00","2025-12-12T19:00:00-06:00","29.84","1.54","5.44","28.3","1455400","577700","3.64"
"MITK","Mitek Systems Inc","NASDAQ","USA","3577","Computer","Optical","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","10.06","0.82","8.87","9.24","3576500","2517300","3.64"
"RYM","Rythm Inc","NASDAQ","USA","0700","Technology Services","","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","23.8","7.69","47.73","16.11","3323800","53900","3.64"
"TLRY","Tilray Brands Inc","NASDAQ","CAN","2833","Medical Products","","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","12.15","3.72","44.13","8.43","84198400","6525800","3.38"
"FOLD","Amicus Therapeutics","NASDAQ","USA","2834","Medical","Biomedical","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","10.55","0.65","6.57","9.9","12051400","3851100","3.38"
"KPLT","Katapult Hldgs Inc","NASDAQ","USA","7359","Finance","Leasing Companies","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","7.13","0.92","14.81","6.21","20772500","58000","3.35"
"LULU","Lululemon Athletica","NASDAQ","CAN","2300","Textile","Apparel","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","204.97","17.96","9.6","187.01","20263800","9925700","3.34"
"EVCM","Evercommerce Inc","NASDAQ","USA","7372","Internet","Software","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","12.08","1.19","10.93","10.89","581400","332000","3.3"
"DARE","Dare Bioscience Inc","NASDAQ","USA","2834","Medical","Biomedical","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","2.47","0.38","18.18","2.09","2187500","427800","3.21"
"MKZR","Mackenzie Realty Capital Inc","NASDAQ","USA","6798","REIT","Equity Trust Other","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","4.39","1.02","30.27","3.37","322700","20300","3.14"
"ALGS","Aligos Therapeutics Inc","NASDAQ","USA","2836","Medical","Biomedical","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","13.3","1.79","15.55","11.51","194900","50800","3.14"
"YOU","Clear Secure Inc Cl A","NYSE","USA","7372","Internet","Software","2025-12-13T11:30:00-06:00","2025-12-12T19:00:00-06:00","41.08","4.82","13.29","36.26","5470200","1521500","3.11"
"BCML","Bay Commercial Bk CA","NASDAQ","USA","6022","Banks","West","2025-12-13T11:35:00-06:00","2025-12-12T16:00:00-06:00","32.78","1.98","6.43","30.8","39500","43900","3.04"
<?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