Stock Leaders API
getLeaders
The 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.
NYSE
assetTyperequired
The type of asset. Includes: equities ("STK"), mutual funds ("FUNDS"), ETFs ("ETF"), futures ("FUT"), forex ("FOREX")
STK
typerequired
The type of leaderboard to display.
hot
maxRecordsoptional
The maximum number of records to show in the return.
30
periodoptional
A value representing the time period.
260d
sortDirectionoptional
To determine the sort direction.
DESC
excludeEtfsFromStocksoptional
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&excludeEtfsFromStocks=0
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&excludeEtfsFromStocks=0
Response
{
"status": {
"code": 200,
"message": "Success."
},
"results": [
{
"symbol": "FBRX",
"symbolName": "Forte Biosciences Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "2834",
"industry": "Medical",
"subIndustry": "Biomedical",
"timestamp": "2024-11-21T04:00:20-06:00",
"tradeTimestamp": "2024-11-20T18:55:00-06:00",
"lastPrice": 13.55,
"priceNetChange": 7.62,
"pricePercentChange": 128.69,
"previousClose": 5.93,
"volume": 29599301,
"previousVolume": 2600,
"standardDeviation": 4.56
},
{
"symbol": "DLB",
"symbolName": "Dolby Laboratories",
"exchange": "NYSE",
"country": "USA",
"sicSector": "6794",
"industry": "Audio & Video Products",
"subIndustry": null,
"timestamp": "2024-11-21T00:45:00-06:00",
"tradeTimestamp": "2024-11-20T19:00:00-06:00",
"lastPrice": 81.98,
"priceNetChange": 11.070000000000007,
"pricePercentChange": 15.61,
"previousClose": 70.91,
"volume": 1548500,
"previousVolume": 430500,
"standardDeviation": 4.37
},
{
"symbol": "WSM",
"symbolName": "Williams-Sonoma",
"exchange": "NYSE",
"country": "USA",
"sicSector": "5700",
"industry": "Retail",
"subIndustry": "Home Furniture",
"timestamp": "2024-11-21T00:45:00-06:00",
"tradeTimestamp": "2024-11-20T19:00:00-06:00",
"lastPrice": 175.04,
"priceNetChange": 37.79999999999998,
"pricePercentChange": 27.54,
"previousClose": 137.24,
"volume": 8432800,
"previousVolume": 4079900,
"standardDeviation": 4.34
},
{
"symbol": "YMM",
"symbolName": "Full Truck Alliance Ltd ADR",
"exchange": "NYSE",
"country": "CHN",
"sicSector": "7372",
"industry": "Technology Services",
"subIndustry": null,
"timestamp": "2024-11-21T00:45:00-06:00",
"tradeTimestamp": "2024-11-20T19:00:00-06:00",
"lastPrice": 9.84,
"priceNetChange": 1.2699999999999996,
"pricePercentChange": 14.82,
"previousClose": 8.57,
"volume": 25404200,
"previousVolume": 6859200,
"standardDeviation": 3.95
},
{
"symbol": "WIX",
"symbolName": "Wix.com Ltd",
"exchange": "NASDAQ",
"country": "ISR",
"sicSector": "7370",
"industry": "IT Services",
"subIndustry": null,
"timestamp": "2024-11-20T20:51:02-06:00",
"tradeTimestamp": "2024-11-20T16:00:00-06:00",
"lastPrice": 210.27,
"priceNetChange": 26.32000000000002,
"pricePercentChange": 14.31,
"previousClose": 183.95,
"volume": 2685900,
"previousVolume": 826600,
"standardDeviation": 3.9
},
{
"symbol": "SLSR",
"symbolName": "Solaris Res Inc",
"exchange": "AMEX",
"country": null,
"sicSector": null,
"industry": "Mining",
"subIndustry": "Misc",
"timestamp": "2024-11-21T00:45:00-06:00",
"tradeTimestamp": "2024-11-20T20:00:00-06:00",
"lastPrice": 3.02,
"priceNetChange": 0.5899999999999999,
"pricePercentChange": 24.28,
"previousClose": 2.43,
"volume": 126500,
"previousVolume": 38300,
"standardDeviation": 3.89
},
{
"symbol": "RCAT",
"symbolName": "Red Cat Holdings Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "7372",
"industry": "Technology Services",
"subIndustry": null,
"timestamp": "2024-11-21T04:00:20-06:00",
"tradeTimestamp": "2024-11-20T18:55:00-06:00",
"lastPrice": 6.37,
"priceNetChange": 1.63,
"pricePercentChange": 34.39,
"previousClose": 4.74,
"volume": 19483000,
"previousVolume": 8084900,
"standardDeviation": 3.83
},
{
"symbol": "MTR",
"symbolName": "Mesa Royalty Trust",
"exchange": "NYSE",
"country": "USA",
"sicSector": "6792",
"industry": "Oil",
"subIndustry": "US Royalty Trusts",
"timestamp": "2024-11-21T00:45:00-06:00",
"tradeTimestamp": "2024-11-20T19:00:00-06:00",
"lastPrice": 6.97,
"priceNetChange": 1.0099999999999998,
"pricePercentChange": 16.95,
"previousClose": 5.96,
"volume": 88300,
"previousVolume": 1500,
"standardDeviation": 3.81
},
{
"symbol": "GLBE",
"symbolName": "Global-E Online Ltd",
"exchange": "NASDAQ",
"country": "ISR",
"sicSector": "7372",
"industry": "Internet Commerce",
"subIndustry": null,
"timestamp": "2024-11-20T20:51:01-06:00",
"tradeTimestamp": "2024-11-20T16:00:00-06:00",
"lastPrice": 47.86,
"priceNetChange": 5.119999999999997,
"pricePercentChange": 11.98,
"previousClose": 42.74,
"volume": 5684600,
"previousVolume": 1992700,
"standardDeviation": 3.76
},
{
"symbol": "GHRS",
"symbolName": "Gh Research Plc",
"exchange": "NASDAQ",
"country": "IRL",
"sicSector": "2834",
"industry": "Medical",
"subIndustry": "Biomedical",
"timestamp": "2024-11-20T20:51:01-06:00",
"tradeTimestamp": "2024-11-20T16:00:00-06:00",
"lastPrice": 10.95,
"priceNetChange": 1.3399999999999999,
"pricePercentChange": 13.94,
"previousClose": 9.61,
"volume": 95000,
"previousVolume": 18400,
"standardDeviation": 3.58
},
{
"symbol": "XCUR",
"symbolName": "Exicure Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "2834",
"industry": "Medical",
"subIndustry": "Biomedical",
"timestamp": "2024-11-21T02:45:03-06:00",
"tradeTimestamp": "2024-11-20T16:00:00-06:00",
"lastPrice": 11.19,
"priceNetChange": 5.369999999999999,
"pricePercentChange": 92.27,
"previousClose": 5.82,
"volume": 22925100,
"previousVolume": 3705200,
"standardDeviation": 3.58
},
{
"symbol": "RVSB",
"symbolName": "Riverview Bancorp",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "6035",
"industry": "Finance",
"subIndustry": "Savings & Loan",
"timestamp": "2024-11-20T20:51:01-06:00",
"tradeTimestamp": "2024-11-20T16:00:00-06:00",
"lastPrice": 5.15,
"priceNetChange": 0.25,
"pricePercentChange": 5.1,
"previousClose": 4.9,
"volume": 61000,
"previousVolume": 243200,
"standardDeviation": 3.57
},
{
"symbol": "YSG",
"symbolName": "Yatsen Holding Ltd ADR",
"exchange": "NYSE",
"country": "CHN",
"sicSector": "2844",
"industry": "Consumer Prdts",
"subIndustry": "Misc Staple",
"timestamp": "2024-11-21T00:45:00-06:00",
"tradeTimestamp": "2024-11-20T19:00:00-06:00",
"lastPrice": 4.4,
"priceNetChange": 0.4500000000000002,
"pricePercentChange": 11.39,
"previousClose": 3.95,
"volume": 557000,
"previousVolume": 400000,
"standardDeviation": 3.32
},
{
"symbol": "SANW",
"symbolName": "S&W Seed Company",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "0100",
"industry": "Agriculture Operations",
"subIndustry": null,
"timestamp": "2024-11-20T20:51:01-06:00",
"tradeTimestamp": "2024-11-20T16:00:00-06:00",
"lastPrice": 4.62,
"priceNetChange": 1.5700000000000003,
"pricePercentChange": 51.48,
"previousClose": 3.05,
"volume": 167800,
"previousVolume": 110500,
"standardDeviation": 3.31
},
{
"symbol": "KEYS",
"symbolName": "Keysight Technologies Inc",
"exchange": "NYSE",
"country": "USA",
"sicSector": "3823",
"industry": "Electronics",
"subIndustry": "Measuring Inst",
"timestamp": "2024-11-21T00:45:00-06:00",
"tradeTimestamp": "2024-11-20T19:00:00-06:00",
"lastPrice": 165.48,
"priceNetChange": 13.349999999999994,
"pricePercentChange": 8.78,
"previousClose": 152.13,
"volume": 3223400,
"previousVolume": 2278200,
"standardDeviation": 3.27
},
{
"symbol": "KC",
"symbolName": "Kingsoft Cloud Holdings Ltd ADR",
"exchange": "NASDAQ",
"country": "CHN",
"sicSector": "7372",
"industry": "Internet",
"subIndustry": "Software",
"timestamp": "2024-11-21T04:00:20-06:00",
"tradeTimestamp": "2024-11-20T18:55:00-06:00",
"lastPrice": 6.53,
"priceNetChange": 1.94,
"pricePercentChange": 42.27,
"previousClose": 4.59,
"volume": 11658801,
"previousVolume": 2869600,
"standardDeviation": 3.18
},
{
"symbol": "PX",
"symbolName": "P10 Inc Cl A",
"exchange": "NYSE",
"country": "USA",
"sicSector": "6282",
"industry": "Finance",
"subIndustry": "Misc Services",
"timestamp": "2024-11-21T00:45:00-06:00",
"tradeTimestamp": "2024-11-20T19:00:00-06:00",
"lastPrice": 13.14,
"priceNetChange": 0.8399999999999999,
"pricePercentChange": 6.83,
"previousClose": 12.3,
"volume": 2971700,
"previousVolume": 691000,
"standardDeviation": 3.12
},
{
"symbol": "ICLK",
"symbolName": "Iclick Interactive Asia Group Ltd ADR",
"exchange": "NASDAQ",
"country": "HKG",
"sicSector": "7372",
"industry": "Technology Services",
"subIndustry": null,
"timestamp": "2024-11-20T20:51:01-06:00",
"tradeTimestamp": "2024-11-20T15:57:00-06:00",
"lastPrice": 3.9,
"priceNetChange": 0.54,
"pricePercentChange": 16.07,
"previousClose": 3.36,
"volume": 100500,
"previousVolume": 126000,
"standardDeviation": 3.12
},
{
"symbol": "STSS",
"symbolName": "Sharps Technology Inc",
"exchange": "NASDAQ",
"country": "USA",
"sicSector": "3841",
"industry": "Medical Products",
"subIndustry": null,
"timestamp": "2024-11-20T20:51:01-06:00",
"tradeTimestamp": "2024-11-20T15:59:46-06:00",
"lastPrice": 3.23,
"priceNetChange": 0.5,
"pricePercentChange": 18.32,
"previousClose": 2.73,
"volume": 129600,
"previousVolume": 25200,
"standardDeviation": 3.1
},
{
"symbol": "JG",
"symbolName": "Aurora Mobile Ltd ADR",
"exchange": "NASDAQ",
"country": "CHN",
"sicSector": "7370",
"industry": "Internet",
"subIndustry": "Software",
"timestamp": "2024-11-20T20:51:01-06:00",
"tradeTimestamp": "2024-11-20T15:59:50-06:00",
"lastPrice": 7.4,
"priceNetChange": 2.33,
"pricePercentChange": 45.96,
"previousClose": 5.07,
"volume": 75000,
"previousVolume": 43200,
"standardDeviation": 3.09
}
]
}
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&excludeEtfsFromStocks=0
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&excludeEtfsFromStocks=0
Response
<?xml version="1.0" encoding="utf-8"?>
<getLeaders>
<status>
<code>200</code>
<message>Success.</message>
</status>
<item>
<symbol>FBRX</symbol>
<symbolName>Forte Biosciences Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>2834</sicSector>
<industry>Medical</industry>
<subIndustry>Biomedical</subIndustry>
<timestamp>2024-11-21T04:00:20-06:00</timestamp>
<tradeTimestamp>2024-11-20T18:55:00-06:00</tradeTimestamp>
<lastPrice>13.55</lastPrice>
<priceNetChange>7.62</priceNetChange>
<pricePercentChange>128.69</pricePercentChange>
<previousClose>5.93</previousClose>
<volume>29599301</volume>
<previousVolume>2600</previousVolume>
<standardDeviation>4.56</standardDeviation>
</item>
<item>
<symbol>DLB</symbol>
<symbolName>Dolby Laboratories</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<sicSector>6794</sicSector>
<industry>Audio & Video Products</industry>
<subIndustry/>
<timestamp>2024-11-21T00:45:00-06:00</timestamp>
<tradeTimestamp>2024-11-20T19:00:00-06:00</tradeTimestamp>
<lastPrice>81.98</lastPrice>
<priceNetChange>11.07</priceNetChange>
<pricePercentChange>15.61</pricePercentChange>
<previousClose>70.91</previousClose>
<volume>1548500</volume>
<previousVolume>430500</previousVolume>
<standardDeviation>4.37</standardDeviation>
</item>
<item>
<symbol>WSM</symbol>
<symbolName>Williams-Sonoma</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<sicSector>5700</sicSector>
<industry>Retail</industry>
<subIndustry>Home Furniture</subIndustry>
<timestamp>2024-11-21T00:45:00-06:00</timestamp>
<tradeTimestamp>2024-11-20T19:00:00-06:00</tradeTimestamp>
<lastPrice>175.04</lastPrice>
<priceNetChange>37.8</priceNetChange>
<pricePercentChange>27.54</pricePercentChange>
<previousClose>137.24</previousClose>
<volume>8432800</volume>
<previousVolume>4079900</previousVolume>
<standardDeviation>4.34</standardDeviation>
</item>
<item>
<symbol>YMM</symbol>
<symbolName>Full Truck Alliance Ltd ADR</symbolName>
<exchange>NYSE</exchange>
<country>CHN</country>
<sicSector>7372</sicSector>
<industry>Technology Services</industry>
<subIndustry/>
<timestamp>2024-11-21T00:45:00-06:00</timestamp>
<tradeTimestamp>2024-11-20T19:00:00-06:00</tradeTimestamp>
<lastPrice>9.84</lastPrice>
<priceNetChange>1.27</priceNetChange>
<pricePercentChange>14.82</pricePercentChange>
<previousClose>8.57</previousClose>
<volume>25404200</volume>
<previousVolume>6859200</previousVolume>
<standardDeviation>3.95</standardDeviation>
</item>
<item>
<symbol>WIX</symbol>
<symbolName>Wix.com Ltd</symbolName>
<exchange>NASDAQ</exchange>
<country>ISR</country>
<sicSector>7370</sicSector>
<industry>IT Services</industry>
<subIndustry/>
<timestamp>2024-11-20T20:51:02-06:00</timestamp>
<tradeTimestamp>2024-11-20T16:00:00-06:00</tradeTimestamp>
<lastPrice>210.27</lastPrice>
<priceNetChange>26.32</priceNetChange>
<pricePercentChange>14.31</pricePercentChange>
<previousClose>183.95</previousClose>
<volume>2685900</volume>
<previousVolume>826600</previousVolume>
<standardDeviation>3.9</standardDeviation>
</item>
<item>
<symbol>SLSR</symbol>
<symbolName>Solaris Res Inc</symbolName>
<exchange>AMEX</exchange>
<country/>
<sicSector/>
<industry>Mining</industry>
<subIndustry>Misc</subIndustry>
<timestamp>2024-11-21T00:45:00-06:00</timestamp>
<tradeTimestamp>2024-11-20T20:00:00-06:00</tradeTimestamp>
<lastPrice>3.02</lastPrice>
<priceNetChange>0.59</priceNetChange>
<pricePercentChange>24.28</pricePercentChange>
<previousClose>2.43</previousClose>
<volume>126500</volume>
<previousVolume>38300</previousVolume>
<standardDeviation>3.89</standardDeviation>
</item>
<item>
<symbol>RCAT</symbol>
<symbolName>Red Cat Holdings Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>7372</sicSector>
<industry>Technology Services</industry>
<subIndustry/>
<timestamp>2024-11-21T04:00:20-06:00</timestamp>
<tradeTimestamp>2024-11-20T18:55:00-06:00</tradeTimestamp>
<lastPrice>6.37</lastPrice>
<priceNetChange>1.63</priceNetChange>
<pricePercentChange>34.39</pricePercentChange>
<previousClose>4.74</previousClose>
<volume>19483000</volume>
<previousVolume>8084900</previousVolume>
<standardDeviation>3.83</standardDeviation>
</item>
<item>
<symbol>MTR</symbol>
<symbolName>Mesa Royalty Trust</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<sicSector>6792</sicSector>
<industry>Oil</industry>
<subIndustry>US Royalty Trusts</subIndustry>
<timestamp>2024-11-21T00:45:00-06:00</timestamp>
<tradeTimestamp>2024-11-20T19:00:00-06:00</tradeTimestamp>
<lastPrice>6.97</lastPrice>
<priceNetChange>1.01</priceNetChange>
<pricePercentChange>16.95</pricePercentChange>
<previousClose>5.96</previousClose>
<volume>88300</volume>
<previousVolume>1500</previousVolume>
<standardDeviation>3.81</standardDeviation>
</item>
<item>
<symbol>GLBE</symbol>
<symbolName>Global-E Online Ltd</symbolName>
<exchange>NASDAQ</exchange>
<country>ISR</country>
<sicSector>7372</sicSector>
<industry>Internet Commerce</industry>
<subIndustry/>
<timestamp>2024-11-20T20:51:01-06:00</timestamp>
<tradeTimestamp>2024-11-20T16:00:00-06:00</tradeTimestamp>
<lastPrice>47.86</lastPrice>
<priceNetChange>5.12</priceNetChange>
<pricePercentChange>11.98</pricePercentChange>
<previousClose>42.74</previousClose>
<volume>5684600</volume>
<previousVolume>1992700</previousVolume>
<standardDeviation>3.76</standardDeviation>
</item>
<item>
<symbol>GHRS</symbol>
<symbolName>Gh Research Plc</symbolName>
<exchange>NASDAQ</exchange>
<country>IRL</country>
<sicSector>2834</sicSector>
<industry>Medical</industry>
<subIndustry>Biomedical</subIndustry>
<timestamp>2024-11-20T20:51:01-06:00</timestamp>
<tradeTimestamp>2024-11-20T16:00:00-06:00</tradeTimestamp>
<lastPrice>10.95</lastPrice>
<priceNetChange>1.34</priceNetChange>
<pricePercentChange>13.94</pricePercentChange>
<previousClose>9.61</previousClose>
<volume>95000</volume>
<previousVolume>18400</previousVolume>
<standardDeviation>3.58</standardDeviation>
</item>
<item>
<symbol>XCUR</symbol>
<symbolName>Exicure Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>2834</sicSector>
<industry>Medical</industry>
<subIndustry>Biomedical</subIndustry>
<timestamp>2024-11-21T02:45:03-06:00</timestamp>
<tradeTimestamp>2024-11-20T16:00:00-06:00</tradeTimestamp>
<lastPrice>11.19</lastPrice>
<priceNetChange>5.37</priceNetChange>
<pricePercentChange>92.27</pricePercentChange>
<previousClose>5.82</previousClose>
<volume>22925100</volume>
<previousVolume>3705200</previousVolume>
<standardDeviation>3.58</standardDeviation>
</item>
<item>
<symbol>RVSB</symbol>
<symbolName>Riverview Bancorp</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>6035</sicSector>
<industry>Finance</industry>
<subIndustry>Savings & Loan</subIndustry>
<timestamp>2024-11-20T20:51:01-06:00</timestamp>
<tradeTimestamp>2024-11-20T16:00:00-06:00</tradeTimestamp>
<lastPrice>5.15</lastPrice>
<priceNetChange>0.25</priceNetChange>
<pricePercentChange>5.1</pricePercentChange>
<previousClose>4.9</previousClose>
<volume>61000</volume>
<previousVolume>243200</previousVolume>
<standardDeviation>3.57</standardDeviation>
</item>
<item>
<symbol>YSG</symbol>
<symbolName>Yatsen Holding Ltd ADR</symbolName>
<exchange>NYSE</exchange>
<country>CHN</country>
<sicSector>2844</sicSector>
<industry>Consumer Prdts</industry>
<subIndustry>Misc Staple</subIndustry>
<timestamp>2024-11-21T00:45:00-06:00</timestamp>
<tradeTimestamp>2024-11-20T19:00:00-06:00</tradeTimestamp>
<lastPrice>4.4</lastPrice>
<priceNetChange>0.45</priceNetChange>
<pricePercentChange>11.39</pricePercentChange>
<previousClose>3.95</previousClose>
<volume>557000</volume>
<previousVolume>400000</previousVolume>
<standardDeviation>3.32</standardDeviation>
</item>
<item>
<symbol>SANW</symbol>
<symbolName>S&W Seed Company</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>0100</sicSector>
<industry>Agriculture Operations</industry>
<subIndustry/>
<timestamp>2024-11-20T20:51:01-06:00</timestamp>
<tradeTimestamp>2024-11-20T16:00:00-06:00</tradeTimestamp>
<lastPrice>4.62</lastPrice>
<priceNetChange>1.57</priceNetChange>
<pricePercentChange>51.48</pricePercentChange>
<previousClose>3.05</previousClose>
<volume>167800</volume>
<previousVolume>110500</previousVolume>
<standardDeviation>3.31</standardDeviation>
</item>
<item>
<symbol>KEYS</symbol>
<symbolName>Keysight Technologies Inc</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<sicSector>3823</sicSector>
<industry>Electronics</industry>
<subIndustry>Measuring Inst</subIndustry>
<timestamp>2024-11-21T00:45:00-06:00</timestamp>
<tradeTimestamp>2024-11-20T19:00:00-06:00</tradeTimestamp>
<lastPrice>165.48</lastPrice>
<priceNetChange>13.35</priceNetChange>
<pricePercentChange>8.78</pricePercentChange>
<previousClose>152.13</previousClose>
<volume>3223400</volume>
<previousVolume>2278200</previousVolume>
<standardDeviation>3.27</standardDeviation>
</item>
<item>
<symbol>KC</symbol>
<symbolName>Kingsoft Cloud Holdings Ltd ADR</symbolName>
<exchange>NASDAQ</exchange>
<country>CHN</country>
<sicSector>7372</sicSector>
<industry>Internet</industry>
<subIndustry>Software</subIndustry>
<timestamp>2024-11-21T04:00:20-06:00</timestamp>
<tradeTimestamp>2024-11-20T18:55:00-06:00</tradeTimestamp>
<lastPrice>6.53</lastPrice>
<priceNetChange>1.94</priceNetChange>
<pricePercentChange>42.27</pricePercentChange>
<previousClose>4.59</previousClose>
<volume>11658801</volume>
<previousVolume>2869600</previousVolume>
<standardDeviation>3.18</standardDeviation>
</item>
<item>
<symbol>PX</symbol>
<symbolName>P10 Inc Cl A</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<sicSector>6282</sicSector>
<industry>Finance</industry>
<subIndustry>Misc Services</subIndustry>
<timestamp>2024-11-21T00:45:00-06:00</timestamp>
<tradeTimestamp>2024-11-20T19:00:00-06:00</tradeTimestamp>
<lastPrice>13.14</lastPrice>
<priceNetChange>0.84</priceNetChange>
<pricePercentChange>6.83</pricePercentChange>
<previousClose>12.3</previousClose>
<volume>2971700</volume>
<previousVolume>691000</previousVolume>
<standardDeviation>3.12</standardDeviation>
</item>
<item>
<symbol>ICLK</symbol>
<symbolName>Iclick Interactive Asia Group Ltd ADR</symbolName>
<exchange>NASDAQ</exchange>
<country>HKG</country>
<sicSector>7372</sicSector>
<industry>Technology Services</industry>
<subIndustry/>
<timestamp>2024-11-20T20:51:01-06:00</timestamp>
<tradeTimestamp>2024-11-20T15:57:00-06:00</tradeTimestamp>
<lastPrice>3.9</lastPrice>
<priceNetChange>0.54</priceNetChange>
<pricePercentChange>16.07</pricePercentChange>
<previousClose>3.36</previousClose>
<volume>100500</volume>
<previousVolume>126000</previousVolume>
<standardDeviation>3.12</standardDeviation>
</item>
<item>
<symbol>STSS</symbol>
<symbolName>Sharps Technology Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<sicSector>3841</sicSector>
<industry>Medical Products</industry>
<subIndustry/>
<timestamp>2024-11-20T20:51:01-06:00</timestamp>
<tradeTimestamp>2024-11-20T15:59:46-06:00</tradeTimestamp>
<lastPrice>3.23</lastPrice>
<priceNetChange>0.5</priceNetChange>
<pricePercentChange>18.32</pricePercentChange>
<previousClose>2.73</previousClose>
<volume>129600</volume>
<previousVolume>25200</previousVolume>
<standardDeviation>3.1</standardDeviation>
</item>
<item>
<symbol>JG</symbol>
<symbolName>Aurora Mobile Ltd ADR</symbolName>
<exchange>NASDAQ</exchange>
<country>CHN</country>
<sicSector>7370</sicSector>
<industry>Internet</industry>
<subIndustry>Software</subIndustry>
<timestamp>2024-11-20T20:51:01-06:00</timestamp>
<tradeTimestamp>2024-11-20T15:59:50-06:00</tradeTimestamp>
<lastPrice>7.4</lastPrice>
<priceNetChange>2.33</priceNetChange>
<pricePercentChange>45.96</pricePercentChange>
<previousClose>5.07</previousClose>
<volume>75000</volume>
<previousVolume>43200</previousVolume>
<standardDeviation>3.09</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&excludeEtfsFromStocks=0
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&excludeEtfsFromStocks=0
Response
symbol,symbolName,exchange,country,sicSector,industry,subIndustry,timestamp,tradeTimestamp,lastPrice,priceNetChange,pricePercentChange,previousClose,volume,previousVolume,standardDeviation
"FBRX","Forte Biosciences Inc","NASDAQ","USA","2834","Medical","Biomedical","2024-11-21T04:00:20-06:00","2024-11-20T18:55:00-06:00","13.55","7.62","128.69","5.93","29599301","2600","4.56"
"DLB","Dolby Laboratories","NYSE","USA","6794","Audio & Video Products","","2024-11-21T00:45:00-06:00","2024-11-20T19:00:00-06:00","81.98","11.07","15.61","70.91","1548500","430500","4.37"
"WSM","Williams-Sonoma","NYSE","USA","5700","Retail","Home Furniture","2024-11-21T00:45:00-06:00","2024-11-20T19:00:00-06:00","175.04","37.8","27.54","137.24","8432800","4079900","4.34"
"YMM","Full Truck Alliance Ltd ADR","NYSE","CHN","7372","Technology Services","","2024-11-21T00:45:00-06:00","2024-11-20T19:00:00-06:00","9.84","1.27","14.82","8.57","25404200","6859200","3.95"
"WIX","Wix.com Ltd","NASDAQ","ISR","7370","IT Services","","2024-11-20T20:51:02-06:00","2024-11-20T16:00:00-06:00","210.27","26.32","14.31","183.95","2685900","826600","3.9"
"SLSR","Solaris Res Inc","AMEX","","","Mining","Misc","2024-11-21T00:45:00-06:00","2024-11-20T20:00:00-06:00","3.02","0.59","24.28","2.43","126500","38300","3.89"
"RCAT","Red Cat Holdings Inc","NASDAQ","USA","7372","Technology Services","","2024-11-21T04:00:20-06:00","2024-11-20T18:55:00-06:00","6.37","1.63","34.39","4.74","19483000","8084900","3.83"
"MTR","Mesa Royalty Trust","NYSE","USA","6792","Oil","US Royalty Trusts","2024-11-21T00:45:00-06:00","2024-11-20T19:00:00-06:00","6.97","1.01","16.95","5.96","88300","1500","3.81"
"GLBE","Global-E Online Ltd","NASDAQ","ISR","7372","Internet Commerce","","2024-11-20T20:51:01-06:00","2024-11-20T16:00:00-06:00","47.86","5.12","11.98","42.74","5684600","1992700","3.76"
"GHRS","Gh Research Plc","NASDAQ","IRL","2834","Medical","Biomedical","2024-11-20T20:51:01-06:00","2024-11-20T16:00:00-06:00","10.95","1.34","13.94","9.61","95000","18400","3.58"
"XCUR","Exicure Inc","NASDAQ","USA","2834","Medical","Biomedical","2024-11-21T02:45:03-06:00","2024-11-20T16:00:00-06:00","11.19","5.37","92.27","5.82","22925100","3705200","3.58"
"RVSB","Riverview Bancorp","NASDAQ","USA","6035","Finance","Savings & Loan","2024-11-20T20:51:01-06:00","2024-11-20T16:00:00-06:00","5.15","0.25","5.1","4.9","61000","243200","3.57"
"YSG","Yatsen Holding Ltd ADR","NYSE","CHN","2844","Consumer Prdts","Misc Staple","2024-11-21T00:45:00-06:00","2024-11-20T19:00:00-06:00","4.4","0.45","11.39","3.95","557000","400000","3.32"
"SANW","S&W Seed Company","NASDAQ","USA","0100","Agriculture Operations","","2024-11-20T20:51:01-06:00","2024-11-20T16:00:00-06:00","4.62","1.57","51.48","3.05","167800","110500","3.31"
"KEYS","Keysight Technologies Inc","NYSE","USA","3823","Electronics","Measuring Inst","2024-11-21T00:45:00-06:00","2024-11-20T19:00:00-06:00","165.48","13.35","8.78","152.13","3223400","2278200","3.27"
"KC","Kingsoft Cloud Holdings Ltd ADR","NASDAQ","CHN","7372","Internet","Software","2024-11-21T04:00:20-06:00","2024-11-20T18:55:00-06:00","6.53","1.94","42.27","4.59","11658801","2869600","3.18"
"PX","P10 Inc Cl A","NYSE","USA","6282","Finance","Misc Services","2024-11-21T00:45:00-06:00","2024-11-20T19:00:00-06:00","13.14","0.84","6.83","12.3","2971700","691000","3.12"
"ICLK","Iclick Interactive Asia Group Ltd ADR","NASDAQ","HKG","7372","Technology Services","","2024-11-20T20:51:01-06:00","2024-11-20T15:57:00-06:00","3.9","0.54","16.07","3.36","100500","126000","3.12"
"STSS","Sharps Technology Inc","NASDAQ","USA","3841","Medical Products","","2024-11-20T20:51:01-06:00","2024-11-20T15:59:46-06:00","3.23","0.5","18.32","2.73","129600","25200","3.1"
"JG","Aurora Mobile Ltd ADR","NASDAQ","CHN","7370","Internet","Software","2024-11-20T20:51:01-06:00","2024-11-20T15:59:50-06:00","7.4","2.33","45.96","5.07","75000","43200","3.09"
<?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',
'excludeEtfsFromStocks' => '',
];
$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',
excludeEtfsFromStocks: '',
}
)
response.body