Highs & Lows API
getHighsLows
The getHighsLows API provides lists for new 52-week highs or 52-week lows based on exchange and asset type.
View All APIsContact Us to Get Access
Inputs
exchangesoptional
Exchange code for the marketplace where the financial instruments are listed.
Type
list-enum (A comma or semi-colon delimited string that must match a list of valid possible values.)
Example
NYSE,NASDAQ
Valid Values
AMEX, CBOT, CBOTM, CME, COMEX, COMEX, FOREX, GBLX, ICE, ICEFI, ICEUS, WCE, CADFUNDS, FUND, INDEX, INDEX-CBOE, INDEX-DOW, INDEX-NQ, INDEX-NY, INDEX-SP, INDEX-TSX, IOM, IMM, KCBT, LCE, MIAX, NASDAQ, OTHER OTC, RATES, RATE, NYMEX, NYMI, NYSE, NLIF, TSX, TSX-V, NEO, SECTOR, CNSX, LIFFE, EUIDX, EUREX, BMF, MATIF, CXMI, CXMI, HKFE, SPECIAL, INDEX-RL, MATBA, NCDEX, ASX, ROFEX, OTC-BB, SIMEX, CZCE, CROSS, BSE, MNTRL, ECON, TOCOM, MEFF, ENDEX, SAFEX, TIFFE, CASH, MCX, NZX, MDEX, DGCX, NSE, CBOE, GME, OMX, CFE, TURK, TFEX, TAIWA, SHFE, DCE, BATS, LSE, LME, EEX, CFFEX, JPX, SFE, CRYPTO, GRBIDS, AGIDX_B_COU, AGIDX_B_CRD, AGIDX_B_NAT, AGIDX_B_REG, AGIDX_B_STA, AGIDX_P_COU, AGIDX_P_CRD, AGIDX_P_NAT, AGIDX_P_REG, AGIDX_P_STA, MTIDX_P_NAT_SY, PLATTS, PLATTS_BF, PLATTS_BX, C3, EURNXT_EQ_BE, EURNXT_EQ_FR, EURNXT_EQ_NL, EURNXT_EQ_PT, AGYIELD, CMDTY_STATS, CSTATS_BARCHART, CSTATS_BHUGHES, CSTATS_CFTC, CSTATS_ENGCORPS, CSTATS_EUSTAT, CSTATS_STATCAN, CSTATS_USBEA, CSTATS_USBLS, CSTATS_USCB, CSTATS_USDA, CSTATS_USEIA, CMENRF, CMENRF_IDX, CMENWF, CMMTPM, AGYIELD_BIW, SCB_BIOFUEL_EU, SCB_BIOFUEL_US, SCB_ETHANOL, SMALL, AGIDX_B_FCST, MER_ORG_GRN, MER_ORG_IMP, CSTATS_IBGE, PRM_GLB_BIO, PRM_LOW_CAR, AGYIELD_SA, CSTATS_CONAB, EEX_POWER, EEX_GAS, SGCOM, SGXFX, SGXNZ, SGIDX, AMEX, NASDAQ, NYSE
assetTyperequired
The type of asset. Includes: equities ("STK"), mutual funds ("FUNDS"), ETFs ("ETF"), futures ("FUT"), forex ("FOREX")
Type
enum (A type which includes a list of valid possible values.)
Example
STK
Valid Values
STK, ETF, FUND, FUT, FOREX, BARCHART
typeoptional
The type of high/low list to return.
Type
enum (A type which includes a list of valid possible values.)
Example
low
Valid Values
high, low
periodrequired
A value representing the time period.
Type
enum (A type which includes a list of valid possible values.)
Example
260d
Default
260d
Valid Values
5d, 20d, 65d, 100d, 260d
maxRecordsoptional
The maximum number of records to show in the return.
Type
int (A numeric type defining a whole number. (example: 2))
Example
20
Default
100
offsetoptional
A value denoting where to start results from.
Type
int (A numeric type defining a whole number. (example: 2))
Example
5
Outputs
symbol
always returned
always returned
A symbol or code that identifies a financial instrument.
string
A sequence of characters. (example: GOOG)
A sequence of characters. (example: GOOG)
symbolName
always returned
always returned
The full name of the instrument.
string
A sequence of characters. (example: GOOG)
A sequence of characters. (example: GOOG)
exchange
always returned
always returned
Exchange code for the marketplace where the financial instruments are listed.
string
A sequence of characters. (example: GOOG)
A sequence of characters. (example: GOOG)
country
always returned
always returned
The instrument's country of origin.
string
A sequence of characters. (example: GOOG)
A sequence of characters. (example: GOOG)
timestamp
always returned
always returned
The exchange time of the last traded priced.
int
A numeric type defining a whole number. (example: 2)
A numeric type defining a whole number. (example: 2)
tradeTime
always returned
always returned
The exchange time of the last traded priced.
dateTime
A date and time in the format of YYYY-MM-DD HH:MI:SS<TIMEZONE_OFFSET>.
A date and time in the format of YYYY-MM-DD HH:MI:SS<TIMEZONE_OFFSET>.
lastPrice
always returned
always returned
The most recent price at which a stock or security traded.
double
A numeric type defining a number with fractional parts. (example: 2.14)
A numeric type defining a number with fractional parts. (example: 2.14)
priceNetChange
always returned
always returned
The difference between the last price and the previous day's settlement price.
double
A numeric type defining a number with fractional parts. (example: 2.14)
A numeric type defining a number with fractional parts. (example: 2.14)
pricePercentChange
always returned
always returned
The difference between the last price and the previous day's settlement price, expressed as a percentage.
double
A numeric type defining a number with fractional parts. (example: 2.14)
A numeric type defining a number with fractional parts. (example: 2.14)
previousClose
always returned
always returned
The closing value of the instrument on the previous day.
double
A numeric type defining a number with fractional parts. (example: 2.14)
A numeric type defining a number with fractional parts. (example: 2.14)
volume
always returned
always returned
The number of shares or contracts traded.
int
A numeric type defining a whole number. (example: 2)
A numeric type defining a whole number. (example: 2)
previousVolume
always returned
always returned
The number of shares or contracts traded for the previous day.
int
A numeric type defining a whole number. (example: 2)
A numeric type defining a whole number. (example: 2)
selectedPeriodHighPrice
always returned
always returned
The high price for the selected period
double
A numeric type defining a number with fractional parts. (example: 2.14)
A numeric type defining a number with fractional parts. (example: 2.14)
selectedPeriodHighPercent
always returned
always returned
The high percent change for the selected period
double
A numeric type defining a number with fractional parts. (example: 2.14)
A numeric type defining a number with fractional parts. (example: 2.14)
selectedPeriodLowPrice
always returned
always returned
The low price for the selected period
double
A numeric type defining a number with fractional parts. (example: 2.14)
A numeric type defining a number with fractional parts. (example: 2.14)
selectedPeriodLowPercent
always returned
always returned
The low percent change for the selected period
double
A numeric type defining a number with fractional parts. (example: 2.14)
A numeric type defining a number with fractional parts. (example: 2.14)
Status Code Responses
200
OK
Success
400
Bad Request
The request was invalid, please see the message for more information.
500
Internal Server Error
Something is not working correctly, please contact support.
JSON
GET
GET https://ondemand.websol.barchart.com/getHighsLows.json?apikey=YOUR_API_KEY&exchanges=NYSE%2CNASDAQ&assetType=STK&type=low&period=260d&maxRecords=20&offset=5
Host: ondemand.websol.barchart.com
POST
POST https://ondemand.websol.barchart.com/getHighsLows.json
Host: ondemand.websol.barchart.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length
apikey=YOUR_API_KEY&exchanges=NYSE%2CNASDAQ&assetType=STK&type=low&period=260d&maxRecords=20&offset=5
Response
{
"status": {
"code": 200,
"message": "Success."
},
"results": [
{
"symbol": "ADVM",
"symbolName": "Adverum Biotechnologies Inc",
"exchange": "NASDAQ",
"country": "USA",
"timestamp": 1732157460,
"tradeTime": "2024-11-20T18:55:00-06:00",
"lastPrice": 6.17,
"priceNetChange": -0.08000000000000007,
"pricePercentChange": -1.28,
"previousClose": 6.25,
"volume": 221400,
"previousVolume": 623100,
"selectedPeriodHighPrice": 29.7,
"selectedPeriodHighPercent": -79.23,
"selectedPeriodLowPrice": 6,
"selectedPeriodLowPercent": 2.83
},
{
"symbol": "AES",
"symbolName": "The Aes Corp",
"exchange": "NYSE",
"country": "USA",
"timestamp": 1732171500,
"tradeTime": "2024-11-20T19:00:00-06:00",
"lastPrice": 13.28,
"priceNetChange": -0.47000000000000064,
"pricePercentChange": -3.42,
"previousClose": 13.75,
"volume": 17947500,
"previousVolume": 11811200,
"selectedPeriodHighPrice": 22.21,
"selectedPeriodHighPercent": -40.21,
"selectedPeriodLowPrice": 13.16,
"selectedPeriodLowPercent": 0.91
},
{
"symbol": "AFMD",
"symbolName": "Affimed N.V.",
"exchange": "NASDAQ",
"country": "DEU",
"timestamp": 1732157460,
"tradeTime": "2024-11-20T18:55:00-06:00",
"lastPrice": 2.72,
"priceNetChange": -0.2799999999999998,
"pricePercentChange": -9.33,
"previousClose": 3,
"volume": 364700,
"previousVolume": 240500,
"selectedPeriodHighPrice": 8.95,
"selectedPeriodHighPercent": -69.61,
"selectedPeriodLowPrice": 2.72,
"selectedPeriodLowPercent": 0
},
{
"symbol": "AJX",
"symbolName": "Great Ajax Corp",
"exchange": "NYSE",
"country": "USA",
"timestamp": 1732171500,
"tradeTime": "2024-11-20T19:00:00-06:00",
"lastPrice": 2.95,
"priceNetChange": -0.07999999999999963,
"pricePercentChange": -2.64,
"previousClose": 3.03,
"volume": 136400,
"previousVolume": 122400,
"selectedPeriodHighPrice": 6.01,
"selectedPeriodHighPercent": -50.92,
"selectedPeriodLowPrice": 2.92,
"selectedPeriodLowPercent": 1.03
},
{
"symbol": "ALLO",
"symbolName": "Allogene Therapeutics Inc",
"exchange": "NASDAQ",
"country": "USA",
"timestamp": 1732157460,
"tradeTime": "2024-11-20T18:55:00-06:00",
"lastPrice": 2.05,
"priceNetChange": -0.07000000000000028,
"pricePercentChange": -3.3,
"previousClose": 2.12,
"volume": 2448400,
"previousVolume": 2813900,
"selectedPeriodHighPrice": 5.78,
"selectedPeriodHighPercent": -64.5,
"selectedPeriodLowPrice": 1.99,
"selectedPeriodLowPercent": 3.02
},
{
"symbol": "AOS",
"symbolName": "Smith A.O. Corp",
"exchange": "NYSE",
"country": "USA",
"timestamp": 1732171500,
"tradeTime": "2024-11-20T19:00:00-06:00",
"lastPrice": 71.75,
"priceNetChange": 0.3400000000000034,
"pricePercentChange": 0.48,
"previousClose": 71.41,
"volume": 849500,
"previousVolume": 914200,
"selectedPeriodHighPrice": 92.44,
"selectedPeriodHighPercent": -22.39,
"selectedPeriodLowPrice": 70.73,
"selectedPeriodLowPercent": 1.44
},
{
"symbol": "ARKR",
"symbolName": "Ark Restaurants Corp",
"exchange": "NASDAQ",
"country": "USA",
"timestamp": 1732157460,
"tradeTime": "2024-11-20T18:55:00-06:00",
"lastPrice": 10.1,
"priceNetChange": -0.0600000000000005,
"pricePercentChange": -0.59,
"previousClose": 10.16,
"volume": 10800,
"previousVolume": 500,
"selectedPeriodHighPrice": 16.25,
"selectedPeriodHighPercent": -37.85,
"selectedPeriodLowPrice": 9.78,
"selectedPeriodLowPercent": 3.22
},
{
"symbol": "ASGN",
"symbolName": "On Assignment",
"exchange": "NYSE",
"country": "USA",
"timestamp": 1732171500,
"tradeTime": "2024-11-20T19:00:00-06:00",
"lastPrice": 85.08,
"priceNetChange": 0.6899999999999977,
"pricePercentChange": 0.82,
"previousClose": 84.39,
"volume": 386800,
"previousVolume": 391600,
"selectedPeriodHighPrice": 106.42,
"selectedPeriodHighPercent": -20.05,
"selectedPeriodLowPrice": 83.71,
"selectedPeriodLowPercent": 1.64
},
{
"symbol": "ASH",
"symbolName": "Ashland Inc",
"exchange": "NYSE",
"country": "USA",
"timestamp": 1732171500,
"tradeTime": "2024-11-20T19:00:00-06:00",
"lastPrice": 76.21,
"priceNetChange": -0.18000000000000682,
"pricePercentChange": -0.24,
"previousClose": 76.39,
"volume": 350300,
"previousVolume": 296700,
"selectedPeriodHighPrice": 102.5,
"selectedPeriodHighPercent": -25.65,
"selectedPeriodLowPrice": 75.04,
"selectedPeriodLowPercent": 1.56
},
{
"symbol": "ASML",
"symbolName": "Asml Holdings NY Reg ADR",
"exchange": "NASDAQ",
"country": "NLD",
"timestamp": 1732157460,
"tradeTime": "2024-11-20T18:55:00-06:00",
"lastPrice": 658.43,
"priceNetChange": -3.730000000000018,
"pricePercentChange": -0.56,
"previousClose": 662.16,
"volume": 1677800,
"previousVolume": 1640700,
"selectedPeriodHighPrice": 1110.09,
"selectedPeriodHighPercent": -40.69,
"selectedPeriodLowPrice": 645.45,
"selectedPeriodLowPercent": 2.01
},
{
"symbol": "ATIP",
"symbolName": "Ati Physical Therapy Inc",
"exchange": "NYSE",
"country": "USA",
"timestamp": 1732171500,
"tradeTime": "2024-11-20T19:00:00-06:00",
"lastPrice": 1.59,
"priceNetChange": -0.1299999999999999,
"pricePercentChange": -7.56,
"previousClose": 1.72,
"volume": 39000,
"previousVolume": 61900,
"selectedPeriodHighPrice": 7.9285,
"selectedPeriodHighPercent": -79.95,
"selectedPeriodLowPrice": 1.54,
"selectedPeriodLowPercent": 3.25
},
{
"symbol": "AUTL",
"symbolName": "Autolus Therapeutics Plc ADR",
"exchange": "NASDAQ",
"country": "GBR",
"timestamp": 1732157460,
"tradeTime": "2024-11-20T18:55:00-06:00",
"lastPrice": 2.8,
"priceNetChange": -0.15000000000000036,
"pricePercentChange": -5.08,
"previousClose": 2.95,
"volume": 2424200,
"previousVolume": 1759000,
"selectedPeriodHighPrice": 7.45,
"selectedPeriodHighPercent": -62.42,
"selectedPeriodLowPrice": 2.74,
"selectedPeriodLowPercent": 2.19
},
{
"symbol": "AVL",
"symbolName": "Avgo Bull 2X ETF Direxion",
"exchange": "NASDAQ",
"country": "CAN",
"timestamp": 1732157460,
"tradeTime": "2024-11-20T18:55:00-06:00",
"lastPrice": 18.76,
"priceNetChange": -0.5,
"pricePercentChange": -2.6,
"previousClose": 19.26,
"volume": 17200,
"previousVolume": 79900,
"selectedPeriodHighPrice": 25.12,
"selectedPeriodHighPercent": -25.32,
"selectedPeriodLowPrice": 18.26,
"selectedPeriodLowPercent": 2.74
},
{
"symbol": "BAK",
"symbolName": "Braskem S.A. ADR",
"exchange": "NYSE",
"country": "BRA",
"timestamp": 1732157460,
"tradeTime": "2024-11-20T19:00:00-06:00",
"lastPrice": 5.08,
"priceNetChange": -0.009999999999999787,
"pricePercentChange": -0.2,
"previousClose": 5.09,
"volume": 279800,
"previousVolume": 617900,
"selectedPeriodHighPrice": 10.98,
"selectedPeriodHighPercent": -53.73,
"selectedPeriodLowPrice": 5.05,
"selectedPeriodLowPercent": 0.49
},
{
"symbol": "BCAX",
"symbolName": "Bicara Therapeutics Inc",
"exchange": "NASDAQ",
"country": "USA",
"timestamp": 1732157460,
"tradeTime": "2024-11-20T18:55:00-06:00",
"lastPrice": 18.38,
"priceNetChange": -0.9400000000000013,
"pricePercentChange": -4.87,
"previousClose": 19.32,
"volume": 361800,
"previousVolume": 494200,
"selectedPeriodHighPrice": 28.09,
"selectedPeriodHighPercent": -34.57,
"selectedPeriodLowPrice": 17.62,
"selectedPeriodLowPercent": 4.33
},
{
"symbol": "BDMD",
"symbolName": "Baird Medical Investment Holdings",
"exchange": "NASDAQ",
"country": null,
"timestamp": 1732157460,
"tradeTime": "2024-11-20T18:55:00-06:00",
"lastPrice": 2.47,
"priceNetChange": 0.03000000000000025,
"pricePercentChange": 1.23,
"previousClose": 2.44,
"volume": 51000,
"previousVolume": 10800,
"selectedPeriodHighPrice": 7.88,
"selectedPeriodHighPercent": -68.64,
"selectedPeriodLowPrice": 2.1,
"selectedPeriodLowPercent": 17.62
},
{
"symbol": "BDSX",
"symbolName": "Biodesix Inc",
"exchange": "NASDAQ",
"country": "USA",
"timestamp": 1732157460,
"tradeTime": "2024-11-20T18:55:00-06:00",
"lastPrice": 1.19,
"priceNetChange": -0.050000000000000044,
"pricePercentChange": -4.03,
"previousClose": 1.24,
"volume": 1715300,
"previousVolume": 599600,
"selectedPeriodHighPrice": 2.21,
"selectedPeriodHighPercent": -46.15,
"selectedPeriodLowPrice": 1.11,
"selectedPeriodLowPercent": 7.21
},
{
"symbol": "BEEM",
"symbolName": "Beam Global",
"exchange": "NASDAQ",
"country": "USA",
"timestamp": 1732157460,
"tradeTime": "2024-11-20T18:55:00-06:00",
"lastPrice": 4.06,
"priceNetChange": 0.10999999999999943,
"pricePercentChange": 2.78,
"previousClose": 3.95,
"volume": 147800,
"previousVolume": 384900,
"selectedPeriodHighPrice": 8.48,
"selectedPeriodHighPercent": -52.11,
"selectedPeriodLowPrice": 3.82,
"selectedPeriodLowPercent": 6.28
},
{
"symbol": "BF.B",
"symbolName": "Brown Forman Inc Cl B",
"exchange": "NYSE",
"country": "USA",
"timestamp": 1732171500,
"tradeTime": "2024-11-20T19:00:00-06:00",
"lastPrice": 40.3,
"priceNetChange": 0.0799999999999983,
"pricePercentChange": 0.2,
"previousClose": 40.22,
"volume": 1576200,
"previousVolume": 1945400,
"selectedPeriodHighPrice": 60.97,
"selectedPeriodHighPercent": -33.9,
"selectedPeriodLowPrice": 39.95,
"selectedPeriodLowPercent": 0.88
},
{
"symbol": "BHIL",
"symbolName": "Benson Hill Inc",
"exchange": "NASDAQ",
"country": "USA",
"timestamp": 1732157460,
"tradeTime": "2024-11-20T18:55:00-06:00",
"lastPrice": 4.43,
"priceNetChange": -0.7700000000000005,
"pricePercentChange": -14.81,
"previousClose": 5.2,
"volume": 50000,
"previousVolume": 17900,
"selectedPeriodHighPrice": 11.02,
"selectedPeriodHighPercent": -59.82,
"selectedPeriodLowPrice": 4.16,
"selectedPeriodLowPercent": 6.46
}
]
}
XML
GET
GET https://ondemand.websol.barchart.com/getHighsLows.xml?apikey=YOUR_API_KEY&exchanges=NYSE%2CNASDAQ&assetType=STK&type=low&period=260d&maxRecords=20&offset=5
Host: ondemand.websol.barchart.com
POST
POST https://ondemand.websol.barchart.com/getHighsLows.xml
Host: ondemand.websol.barchart.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length
apikey=YOUR_API_KEY&exchanges=NYSE%2CNASDAQ&assetType=STK&type=low&period=260d&maxRecords=20&offset=5
Response
<?xml version="1.0" encoding="utf-8"?>
<getHighsLows>
<status>
<code>200</code>
<message>Success.</message>
</status>
<item>
<symbol>ADVM</symbol>
<symbolName>Adverum Biotechnologies Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<timestamp>1732157460</timestamp>
<tradeTime>2024-11-20T18:55:00-06:00</tradeTime>
<lastPrice>6.17</lastPrice>
<priceNetChange>-0.08</priceNetChange>
<pricePercentChange>-1.28</pricePercentChange>
<previousClose>6.25</previousClose>
<volume>221400</volume>
<previousVolume>623100</previousVolume>
<selectedPeriodHighPrice>29.7</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-79.23</selectedPeriodHighPercent>
<selectedPeriodLowPrice>6</selectedPeriodLowPrice>
<selectedPeriodLowPercent>2.83</selectedPeriodLowPercent>
</item>
<item>
<symbol>AES</symbol>
<symbolName>The Aes Corp</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<timestamp>1732171500</timestamp>
<tradeTime>2024-11-20T19:00:00-06:00</tradeTime>
<lastPrice>13.28</lastPrice>
<priceNetChange>-0.47</priceNetChange>
<pricePercentChange>-3.42</pricePercentChange>
<previousClose>13.75</previousClose>
<volume>17947500</volume>
<previousVolume>11811200</previousVolume>
<selectedPeriodHighPrice>22.21</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-40.21</selectedPeriodHighPercent>
<selectedPeriodLowPrice>13.16</selectedPeriodLowPrice>
<selectedPeriodLowPercent>0.91</selectedPeriodLowPercent>
</item>
<item>
<symbol>AFMD</symbol>
<symbolName>Affimed N.V.</symbolName>
<exchange>NASDAQ</exchange>
<country>DEU</country>
<timestamp>1732157460</timestamp>
<tradeTime>2024-11-20T18:55:00-06:00</tradeTime>
<lastPrice>2.72</lastPrice>
<priceNetChange>-0.28</priceNetChange>
<pricePercentChange>-9.33</pricePercentChange>
<previousClose>3</previousClose>
<volume>364700</volume>
<previousVolume>240500</previousVolume>
<selectedPeriodHighPrice>8.95</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-69.61</selectedPeriodHighPercent>
<selectedPeriodLowPrice>2.72</selectedPeriodLowPrice>
<selectedPeriodLowPercent>0</selectedPeriodLowPercent>
</item>
<item>
<symbol>AJX</symbol>
<symbolName>Great Ajax Corp</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<timestamp>1732171500</timestamp>
<tradeTime>2024-11-20T19:00:00-06:00</tradeTime>
<lastPrice>2.95</lastPrice>
<priceNetChange>-0.08</priceNetChange>
<pricePercentChange>-2.64</pricePercentChange>
<previousClose>3.03</previousClose>
<volume>136400</volume>
<previousVolume>122400</previousVolume>
<selectedPeriodHighPrice>6.01</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-50.92</selectedPeriodHighPercent>
<selectedPeriodLowPrice>2.92</selectedPeriodLowPrice>
<selectedPeriodLowPercent>1.03</selectedPeriodLowPercent>
</item>
<item>
<symbol>ALLO</symbol>
<symbolName>Allogene Therapeutics Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<timestamp>1732157460</timestamp>
<tradeTime>2024-11-20T18:55:00-06:00</tradeTime>
<lastPrice>2.05</lastPrice>
<priceNetChange>-0.07</priceNetChange>
<pricePercentChange>-3.3</pricePercentChange>
<previousClose>2.12</previousClose>
<volume>2448400</volume>
<previousVolume>2813900</previousVolume>
<selectedPeriodHighPrice>5.78</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-64.5</selectedPeriodHighPercent>
<selectedPeriodLowPrice>1.99</selectedPeriodLowPrice>
<selectedPeriodLowPercent>3.02</selectedPeriodLowPercent>
</item>
<item>
<symbol>AOS</symbol>
<symbolName>Smith A.O. Corp</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<timestamp>1732171500</timestamp>
<tradeTime>2024-11-20T19:00:00-06:00</tradeTime>
<lastPrice>71.75</lastPrice>
<priceNetChange>0.34</priceNetChange>
<pricePercentChange>0.48</pricePercentChange>
<previousClose>71.41</previousClose>
<volume>849500</volume>
<previousVolume>914200</previousVolume>
<selectedPeriodHighPrice>92.44</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-22.39</selectedPeriodHighPercent>
<selectedPeriodLowPrice>70.73</selectedPeriodLowPrice>
<selectedPeriodLowPercent>1.44</selectedPeriodLowPercent>
</item>
<item>
<symbol>ARKR</symbol>
<symbolName>Ark Restaurants Corp</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<timestamp>1732157460</timestamp>
<tradeTime>2024-11-20T18:55:00-06:00</tradeTime>
<lastPrice>10.1</lastPrice>
<priceNetChange>-0.06</priceNetChange>
<pricePercentChange>-0.59</pricePercentChange>
<previousClose>10.16</previousClose>
<volume>10800</volume>
<previousVolume>500</previousVolume>
<selectedPeriodHighPrice>16.25</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-37.85</selectedPeriodHighPercent>
<selectedPeriodLowPrice>9.78</selectedPeriodLowPrice>
<selectedPeriodLowPercent>3.22</selectedPeriodLowPercent>
</item>
<item>
<symbol>ASGN</symbol>
<symbolName>On Assignment</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<timestamp>1732171500</timestamp>
<tradeTime>2024-11-20T19:00:00-06:00</tradeTime>
<lastPrice>85.08</lastPrice>
<priceNetChange>0.69</priceNetChange>
<pricePercentChange>0.82</pricePercentChange>
<previousClose>84.39</previousClose>
<volume>386800</volume>
<previousVolume>391600</previousVolume>
<selectedPeriodHighPrice>106.42</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-20.05</selectedPeriodHighPercent>
<selectedPeriodLowPrice>83.71</selectedPeriodLowPrice>
<selectedPeriodLowPercent>1.64</selectedPeriodLowPercent>
</item>
<item>
<symbol>ASH</symbol>
<symbolName>Ashland Inc</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<timestamp>1732171500</timestamp>
<tradeTime>2024-11-20T19:00:00-06:00</tradeTime>
<lastPrice>76.21</lastPrice>
<priceNetChange>-0.18000000000001</priceNetChange>
<pricePercentChange>-0.24</pricePercentChange>
<previousClose>76.39</previousClose>
<volume>350300</volume>
<previousVolume>296700</previousVolume>
<selectedPeriodHighPrice>102.5</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-25.65</selectedPeriodHighPercent>
<selectedPeriodLowPrice>75.04</selectedPeriodLowPrice>
<selectedPeriodLowPercent>1.56</selectedPeriodLowPercent>
</item>
<item>
<symbol>ASML</symbol>
<symbolName>Asml Holdings NY Reg ADR</symbolName>
<exchange>NASDAQ</exchange>
<country>NLD</country>
<timestamp>1732157460</timestamp>
<tradeTime>2024-11-20T18:55:00-06:00</tradeTime>
<lastPrice>658.43</lastPrice>
<priceNetChange>-3.73</priceNetChange>
<pricePercentChange>-0.56</pricePercentChange>
<previousClose>662.16</previousClose>
<volume>1677800</volume>
<previousVolume>1640700</previousVolume>
<selectedPeriodHighPrice>1110.09</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-40.69</selectedPeriodHighPercent>
<selectedPeriodLowPrice>645.45</selectedPeriodLowPrice>
<selectedPeriodLowPercent>2.01</selectedPeriodLowPercent>
</item>
<item>
<symbol>ATIP</symbol>
<symbolName>Ati Physical Therapy Inc</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<timestamp>1732171500</timestamp>
<tradeTime>2024-11-20T19:00:00-06:00</tradeTime>
<lastPrice>1.59</lastPrice>
<priceNetChange>-0.13</priceNetChange>
<pricePercentChange>-7.56</pricePercentChange>
<previousClose>1.72</previousClose>
<volume>39000</volume>
<previousVolume>61900</previousVolume>
<selectedPeriodHighPrice>7.9285</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-79.95</selectedPeriodHighPercent>
<selectedPeriodLowPrice>1.54</selectedPeriodLowPrice>
<selectedPeriodLowPercent>3.25</selectedPeriodLowPercent>
</item>
<item>
<symbol>AUTL</symbol>
<symbolName>Autolus Therapeutics Plc ADR</symbolName>
<exchange>NASDAQ</exchange>
<country>GBR</country>
<timestamp>1732157460</timestamp>
<tradeTime>2024-11-20T18:55:00-06:00</tradeTime>
<lastPrice>2.8</lastPrice>
<priceNetChange>-0.15</priceNetChange>
<pricePercentChange>-5.08</pricePercentChange>
<previousClose>2.95</previousClose>
<volume>2424200</volume>
<previousVolume>1759000</previousVolume>
<selectedPeriodHighPrice>7.45</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-62.42</selectedPeriodHighPercent>
<selectedPeriodLowPrice>2.74</selectedPeriodLowPrice>
<selectedPeriodLowPercent>2.19</selectedPeriodLowPercent>
</item>
<item>
<symbol>AVL</symbol>
<symbolName>Avgo Bull 2X ETF Direxion</symbolName>
<exchange>NASDAQ</exchange>
<country>CAN</country>
<timestamp>1732157460</timestamp>
<tradeTime>2024-11-20T18:55:00-06:00</tradeTime>
<lastPrice>18.76</lastPrice>
<priceNetChange>-0.5</priceNetChange>
<pricePercentChange>-2.6</pricePercentChange>
<previousClose>19.26</previousClose>
<volume>17200</volume>
<previousVolume>79900</previousVolume>
<selectedPeriodHighPrice>25.12</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-25.32</selectedPeriodHighPercent>
<selectedPeriodLowPrice>18.26</selectedPeriodLowPrice>
<selectedPeriodLowPercent>2.74</selectedPeriodLowPercent>
</item>
<item>
<symbol>BAK</symbol>
<symbolName>Braskem S.A. ADR</symbolName>
<exchange>NYSE</exchange>
<country>BRA</country>
<timestamp>1732157460</timestamp>
<tradeTime>2024-11-20T19:00:00-06:00</tradeTime>
<lastPrice>5.08</lastPrice>
<priceNetChange>-0.0099999999999998</priceNetChange>
<pricePercentChange>-0.2</pricePercentChange>
<previousClose>5.09</previousClose>
<volume>279800</volume>
<previousVolume>617900</previousVolume>
<selectedPeriodHighPrice>10.98</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-53.73</selectedPeriodHighPercent>
<selectedPeriodLowPrice>5.05</selectedPeriodLowPrice>
<selectedPeriodLowPercent>0.49</selectedPeriodLowPercent>
</item>
<item>
<symbol>BCAX</symbol>
<symbolName>Bicara Therapeutics Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<timestamp>1732157460</timestamp>
<tradeTime>2024-11-20T18:55:00-06:00</tradeTime>
<lastPrice>18.38</lastPrice>
<priceNetChange>-0.94</priceNetChange>
<pricePercentChange>-4.87</pricePercentChange>
<previousClose>19.32</previousClose>
<volume>361800</volume>
<previousVolume>494200</previousVolume>
<selectedPeriodHighPrice>28.09</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-34.57</selectedPeriodHighPercent>
<selectedPeriodLowPrice>17.62</selectedPeriodLowPrice>
<selectedPeriodLowPercent>4.33</selectedPeriodLowPercent>
</item>
<item>
<symbol>BDMD</symbol>
<symbolName>Baird Medical Investment Holdings</symbolName>
<exchange>NASDAQ</exchange>
<country/>
<timestamp>1732157460</timestamp>
<tradeTime>2024-11-20T18:55:00-06:00</tradeTime>
<lastPrice>2.47</lastPrice>
<priceNetChange>0.03</priceNetChange>
<pricePercentChange>1.23</pricePercentChange>
<previousClose>2.44</previousClose>
<volume>51000</volume>
<previousVolume>10800</previousVolume>
<selectedPeriodHighPrice>7.88</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-68.64</selectedPeriodHighPercent>
<selectedPeriodLowPrice>2.1</selectedPeriodLowPrice>
<selectedPeriodLowPercent>17.62</selectedPeriodLowPercent>
</item>
<item>
<symbol>BDSX</symbol>
<symbolName>Biodesix Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<timestamp>1732157460</timestamp>
<tradeTime>2024-11-20T18:55:00-06:00</tradeTime>
<lastPrice>1.19</lastPrice>
<priceNetChange>-0.05</priceNetChange>
<pricePercentChange>-4.03</pricePercentChange>
<previousClose>1.24</previousClose>
<volume>1715300</volume>
<previousVolume>599600</previousVolume>
<selectedPeriodHighPrice>2.21</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-46.15</selectedPeriodHighPercent>
<selectedPeriodLowPrice>1.11</selectedPeriodLowPrice>
<selectedPeriodLowPercent>7.21</selectedPeriodLowPercent>
</item>
<item>
<symbol>BEEM</symbol>
<symbolName>Beam Global</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<timestamp>1732157460</timestamp>
<tradeTime>2024-11-20T18:55:00-06:00</tradeTime>
<lastPrice>4.06</lastPrice>
<priceNetChange>0.11</priceNetChange>
<pricePercentChange>2.78</pricePercentChange>
<previousClose>3.95</previousClose>
<volume>147800</volume>
<previousVolume>384900</previousVolume>
<selectedPeriodHighPrice>8.48</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-52.11</selectedPeriodHighPercent>
<selectedPeriodLowPrice>3.82</selectedPeriodLowPrice>
<selectedPeriodLowPercent>6.28</selectedPeriodLowPercent>
</item>
<item>
<symbol>BF.B</symbol>
<symbolName>Brown Forman Inc Cl B</symbolName>
<exchange>NYSE</exchange>
<country>USA</country>
<timestamp>1732171500</timestamp>
<tradeTime>2024-11-20T19:00:00-06:00</tradeTime>
<lastPrice>40.3</lastPrice>
<priceNetChange>0.079999999999998</priceNetChange>
<pricePercentChange>0.2</pricePercentChange>
<previousClose>40.22</previousClose>
<volume>1576200</volume>
<previousVolume>1945400</previousVolume>
<selectedPeriodHighPrice>60.97</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-33.9</selectedPeriodHighPercent>
<selectedPeriodLowPrice>39.95</selectedPeriodLowPrice>
<selectedPeriodLowPercent>0.88</selectedPeriodLowPercent>
</item>
<item>
<symbol>BHIL</symbol>
<symbolName>Benson Hill Inc</symbolName>
<exchange>NASDAQ</exchange>
<country>USA</country>
<timestamp>1732157460</timestamp>
<tradeTime>2024-11-20T18:55:00-06:00</tradeTime>
<lastPrice>4.43</lastPrice>
<priceNetChange>-0.77</priceNetChange>
<pricePercentChange>-14.81</pricePercentChange>
<previousClose>5.2</previousClose>
<volume>50000</volume>
<previousVolume>17900</previousVolume>
<selectedPeriodHighPrice>11.02</selectedPeriodHighPrice>
<selectedPeriodHighPercent>-59.82</selectedPeriodHighPercent>
<selectedPeriodLowPrice>4.16</selectedPeriodLowPrice>
<selectedPeriodLowPercent>6.46</selectedPeriodLowPercent>
</item>
</getHighsLows>
CSV
GET
GET https://ondemand.websol.barchart.com/getHighsLows.csv?apikey=YOUR_API_KEY&exchanges=NYSE%2CNASDAQ&assetType=STK&type=low&period=260d&maxRecords=20&offset=5
Host: ondemand.websol.barchart.com
POST
POST https://ondemand.websol.barchart.com/getHighsLows.csv
Host: ondemand.websol.barchart.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length
apikey=YOUR_API_KEY&exchanges=NYSE%2CNASDAQ&assetType=STK&type=low&period=260d&maxRecords=20&offset=5
Response
symbol,symbolName,exchange,country,timestamp,tradeTime,lastPrice,priceNetChange,pricePercentChange,previousClose,volume,previousVolume,selectedPeriodHighPrice,selectedPeriodHighPercent,selectedPeriodLowPrice,selectedPeriodLowPercent
"ADVM","Adverum Biotechnologies Inc","NASDAQ","USA","1732157460","2024-11-20T18:55:00-06:00","6.17","-0.08","-1.28","6.25","221400","623100","29.7","-79.23","6","2.83"
"AES","The Aes Corp","NYSE","USA","1732171500","2024-11-20T19:00:00-06:00","13.28","-0.47","-3.42","13.75","17947500","11811200","22.21","-40.21","13.16","0.91"
"AFMD","Affimed N.V.","NASDAQ","DEU","1732157460","2024-11-20T18:55:00-06:00","2.72","-0.28","-9.33","3","364700","240500","8.95","-69.61","2.72","0"
"AJX","Great Ajax Corp","NYSE","USA","1732171500","2024-11-20T19:00:00-06:00","2.95","-0.08","-2.64","3.03","136400","122400","6.01","-50.92","2.92","1.03"
"ALLO","Allogene Therapeutics Inc","NASDAQ","USA","1732157460","2024-11-20T18:55:00-06:00","2.05","-0.07","-3.3","2.12","2448400","2813900","5.78","-64.5","1.99","3.02"
"AOS","Smith A.O. Corp","NYSE","USA","1732171500","2024-11-20T19:00:00-06:00","71.75","0.34","0.48","71.41","849500","914200","92.44","-22.39","70.73","1.44"
"ARKR","Ark Restaurants Corp","NASDAQ","USA","1732157460","2024-11-20T18:55:00-06:00","10.1","-0.06","-0.59","10.16","10800","500","16.25","-37.85","9.78","3.22"
"ASGN","On Assignment","NYSE","USA","1732171500","2024-11-20T19:00:00-06:00","85.08","0.69","0.82","84.39","386800","391600","106.42","-20.05","83.71","1.64"
"ASH","Ashland Inc","NYSE","USA","1732171500","2024-11-20T19:00:00-06:00","76.21","-0.18000000000001","-0.24","76.39","350300","296700","102.5","-25.65","75.04","1.56"
"ASML","Asml Holdings NY Reg ADR","NASDAQ","NLD","1732157460","2024-11-20T18:55:00-06:00","658.43","-3.73","-0.56","662.16","1677800","1640700","1110.09","-40.69","645.45","2.01"
"ATIP","Ati Physical Therapy Inc","NYSE","USA","1732171500","2024-11-20T19:00:00-06:00","1.59","-0.13","-7.56","1.72","39000","61900","7.9285","-79.95","1.54","3.25"
"AUTL","Autolus Therapeutics Plc ADR","NASDAQ","GBR","1732157460","2024-11-20T18:55:00-06:00","2.8","-0.15","-5.08","2.95","2424200","1759000","7.45","-62.42","2.74","2.19"
"AVL","Avgo Bull 2X ETF Direxion","NASDAQ","CAN","1732157460","2024-11-20T18:55:00-06:00","18.76","-0.5","-2.6","19.26","17200","79900","25.12","-25.32","18.26","2.74"
"BAK","Braskem S.A. ADR","NYSE","BRA","1732157460","2024-11-20T19:00:00-06:00","5.08","-0.0099999999999998","-0.2","5.09","279800","617900","10.98","-53.73","5.05","0.49"
"BCAX","Bicara Therapeutics Inc","NASDAQ","USA","1732157460","2024-11-20T18:55:00-06:00","18.38","-0.94","-4.87","19.32","361800","494200","28.09","-34.57","17.62","4.33"
"BDMD","Baird Medical Investment Holdings","NASDAQ","","1732157460","2024-11-20T18:55:00-06:00","2.47","0.03","1.23","2.44","51000","10800","7.88","-68.64","2.1","17.62"
"BDSX","Biodesix Inc","NASDAQ","USA","1732157460","2024-11-20T18:55:00-06:00","1.19","-0.05","-4.03","1.24","1715300","599600","2.21","-46.15","1.11","7.21"
"BEEM","Beam Global","NASDAQ","USA","1732157460","2024-11-20T18:55:00-06:00","4.06","0.11","2.78","3.95","147800","384900","8.48","-52.11","3.82","6.28"
"BF.B","Brown Forman Inc Cl B","NYSE","USA","1732171500","2024-11-20T19:00:00-06:00","40.3","0.079999999999998","0.2","40.22","1576200","1945400","60.97","-33.9","39.95","0.88"
"BHIL","Benson Hill Inc","NASDAQ","USA","1732157460","2024-11-20T18:55:00-06:00","4.43","-0.77","-14.81","5.2","50000","17900","11.02","-59.82","4.16","6.46"
PHP
<?php
$ondemand = new SoapClient('https://ondemand.websol.barchart.com/service?wsdl');
$params = [
'apikey' => 'YOUR_API_KEY',
'exchanges' => 'NYSE,NASDAQ',
'assetType' => 'STK',
'type' => 'low',
'period' => '260d',
'maxRecords' => '20',
'offset' => '5',
];
$result = $ondemand->getHighsLows($params);
var_dump($result);
Classic ASP
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.getHighsLows("YOUR_API_KEY", "NYSE,NASDAQ", "STK", "low", "260d", "20", "5")
Perl
use SOAP::Lite;
use SOAP::WSDL;
my $ondemand = SOAP::Lite
-> service('https://ondemand.websol.barchart.com/service?wsdl');
my $result = $ondemand->getHighsLows('YOUR_API_KEY', 'NYSE,NASDAQ', 'STK', 'low', '260d', '20', '5');
print $result;
Python
from suds.client import Client
ondemand = Client('https://ondemand.websol.barchart.com/service?wsdl')
result = ondemand.service.getHighsLows('YOUR_API_KEY', 'NYSE,NASDAQ', 'STK', 'low', '260d', '20', '5')
print(result)
Ruby
require 'savon'
ondemand = Savon.client(wsdl: 'https://ondemand.websol.barchart.com/service?wsdl')
response = ondemand.call(
:getHighsLows,
message: {
apikey: 'YOUR_API_KEY',
exchanges: 'NYSE,NASDAQ',
assetType: 'STK',
type: 'low',
period: '260d',
maxRecords: '20',
offset: '5',
}
)
response.body