getQuote API
getQuote
The getQuote API is used to request price data, either real-time, delayed or end-of-day, by symbol on stocks, indexes, mutual funds, ETFs, futures, foreign exchange, or cryptocurrencies.
View All APIssymbolsrequired
A symbol or code that identifies a financial instrument. Multiple symbols separated by a comma may be used. For futures, notation such as
AAPL,GOOG
fieldsoptional
The fields requested.
fiftyTwoWkHigh,fiftyTwoWkHighDate,fiftyTwoWkLow,fiftyTwoWkLowDate
onlyoptional
Returns only specified fields
symbol,name
shareClassFigioptional
The unique share class code identifying an instrument globally.
BBG001S5S399
figioptional
The unique code identifying an instrument across all exchanges in a country.
BBG000BLNQ16
compositeFigioptional
BBG000BLNNH6
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 sequence of characters. (example: GOOG)
always returned
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A numeric type defining a whole number. (example: 2)
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)
as requested
A sequence of characters. (example: GOOG)
as requested
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A date in the format of YYYY-MM-DD.
as requested
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A numeric type defining a whole number. (example: 2)
as requested
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A numeric type defining a whole number. (example: 2)
always returned
A sequence of characters. (example: GOOG)
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 sequence of characters. (example: GOOG)
as requested
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A numeric type defining a number with fractional parts. (example: 2.14)
always returned
A numeric type defining a whole number. (example: 2)
as requested
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A date in the format of YYYY-MM-DD.
as requested
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A date in the format of YYYY-MM-DD.
as requested
A numeric type defining a whole number. (example: 2)
as requested
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A numeric type defining a whole number. (example: 2)
as requested
A sequence of characters. (example: GOOG)
as requested
A sequence of characters. (example: GOOG)
as requested
A date in the format of YYYY-MM-DD.
as requested
A sequence of characters. (example: GOOG)
as requested
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A date in the format of YYYY-MM-DD.
GET
GET https://marketdata.websol.barchart.com/getQuote.json?apikey=YOUR_API_KEY&symbols=AAPL%2CGOOG&fields=fiftyTwoWkHigh%2CfiftyTwoWkHighDate%2CfiftyTwoWkLow%2CfiftyTwoWkLowDate&shareClassFigi=BBG001S5S399&figi=BBG000BLNQ16&compositeFigi=BBG000BLNNH6
Host: marketdata.websol.barchart.com
POST
POST https://marketdata.websol.barchart.com/getQuote.json
Host: marketdata.websol.barchart.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length
apikey=YOUR_API_KEY&symbols=AAPL%2CGOOG&fields=fiftyTwoWkHigh%2CfiftyTwoWkHighDate%2CfiftyTwoWkLow%2CfiftyTwoWkLowDate&shareClassFigi=BBG001S5S399&figi=BBG000BLNQ16&compositeFigi=BBG000BLNNH6
Response
{
"status": {
"code": 200,
"message": "Success."
},
"results": [
{
"symbol": "AAPL",
"name": "Apple Inc",
"dayCode": "J",
"serverTimestamp": "2024-12-21T11:35:00-06:00",
"mode": "i",
"lastPrice": 254.49,
"tradeTimestamp": "2024-12-20T16:00:00-06:00",
"netChange": 4.7,
"percentChange": 1.88,
"unitCode": "2",
"open": 248.04,
"high": 255,
"low": 245.69,
"close": 254.49,
"numTrades": 551019,
"dollarVolume": 47323041622.4382,
"flag": "s",
"volume": 147495200,
"previousVolume": 60882203,
"fiftyTwoWkHigh": 255,
"fiftyTwoWkHighDate": "2024-12-20",
"fiftyTwoWkLow": 164.07,
"fiftyTwoWkLowDate": "2024-04-19"
},
{
"symbol": "GOOG",
"name": "Alphabet Cl C",
"dayCode": "J",
"serverTimestamp": "2024-12-21T11:35:00-06:00",
"mode": "i",
"lastPrice": 192.96,
"tradeTimestamp": "2024-12-20T16:00:00-06:00",
"netChange": 3.26,
"percentChange": 1.72,
"unitCode": "2",
"open": 187.01,
"high": 194.14,
"low": 186.37,
"close": 192.96,
"numTrades": 292174,
"dollarVolume": 9914556994.8772,
"flag": "s",
"volume": 45319700,
"previousVolume": 26981100,
"fiftyTwoWkHigh": 202.88,
"fiftyTwoWkHighDate": "2024-12-17",
"fiftyTwoWkLow": 131.55,
"fiftyTwoWkLowDate": "2024-03-05"
}
]
}
GET
GET https://marketdata.websol.barchart.com/getQuote.xml?apikey=YOUR_API_KEY&symbols=AAPL%2CGOOG&fields=fiftyTwoWkHigh%2CfiftyTwoWkHighDate%2CfiftyTwoWkLow%2CfiftyTwoWkLowDate&shareClassFigi=BBG001S5S399&figi=BBG000BLNQ16&compositeFigi=BBG000BLNNH6
Host: marketdata.websol.barchart.com
POST
POST https://marketdata.websol.barchart.com/getQuote.xml
Host: marketdata.websol.barchart.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length
apikey=YOUR_API_KEY&symbols=AAPL%2CGOOG&fields=fiftyTwoWkHigh%2CfiftyTwoWkHighDate%2CfiftyTwoWkLow%2CfiftyTwoWkLowDate&shareClassFigi=BBG001S5S399&figi=BBG000BLNQ16&compositeFigi=BBG000BLNNH6
Response
<?xml version="1.0" encoding="utf-8"?>
<getQuote>
<status>
<code>200</code>
<message>Success.</message>
</status>
<item>
<symbol>AAPL</symbol>
<name>Apple Inc</name>
<dayCode>J</dayCode>
<serverTimestamp>2024-12-21T11:35:00-06:00</serverTimestamp>
<mode>i</mode>
<lastPrice>254.49</lastPrice>
<tradeTimestamp>2024-12-20T16:00:00-06:00</tradeTimestamp>
<netChange>4.7</netChange>
<percentChange>1.88</percentChange>
<unitCode>2</unitCode>
<open>248.04</open>
<high>255</high>
<low>245.69</low>
<close>254.49</close>
<numTrades>551019</numTrades>
<dollarVolume>47323041622.438</dollarVolume>
<flag>s</flag>
<volume>147495200</volume>
<previousVolume>60882203</previousVolume>
<fiftyTwoWkHigh>255</fiftyTwoWkHigh>
<fiftyTwoWkHighDate>2024-12-20</fiftyTwoWkHighDate>
<fiftyTwoWkLow>164.07</fiftyTwoWkLow>
<fiftyTwoWkLowDate>2024-04-19</fiftyTwoWkLowDate>
</item>
<item>
<symbol>GOOG</symbol>
<name>Alphabet Cl C</name>
<dayCode>J</dayCode>
<serverTimestamp>2024-12-21T11:35:00-06:00</serverTimestamp>
<mode>i</mode>
<lastPrice>192.96</lastPrice>
<tradeTimestamp>2024-12-20T16:00:00-06:00</tradeTimestamp>
<netChange>3.26</netChange>
<percentChange>1.72</percentChange>
<unitCode>2</unitCode>
<open>187.01</open>
<high>194.14</high>
<low>186.37</low>
<close>192.96</close>
<numTrades>292174</numTrades>
<dollarVolume>9914556994.8772</dollarVolume>
<flag>s</flag>
<volume>45319700</volume>
<previousVolume>26981100</previousVolume>
<fiftyTwoWkHigh>202.88</fiftyTwoWkHigh>
<fiftyTwoWkHighDate>2024-12-17</fiftyTwoWkHighDate>
<fiftyTwoWkLow>131.55</fiftyTwoWkLow>
<fiftyTwoWkLowDate>2024-03-05</fiftyTwoWkLowDate>
</item>
</getQuote>
GET
GET https://marketdata.websol.barchart.com/getQuote.csv?apikey=YOUR_API_KEY&symbols=AAPL%2CGOOG&fields=fiftyTwoWkHigh%2CfiftyTwoWkHighDate%2CfiftyTwoWkLow%2CfiftyTwoWkLowDate&shareClassFigi=BBG001S5S399&figi=BBG000BLNQ16&compositeFigi=BBG000BLNNH6
Host: marketdata.websol.barchart.com
POST
POST https://marketdata.websol.barchart.com/getQuote.csv
Host: marketdata.websol.barchart.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length
apikey=YOUR_API_KEY&symbols=AAPL%2CGOOG&fields=fiftyTwoWkHigh%2CfiftyTwoWkHighDate%2CfiftyTwoWkLow%2CfiftyTwoWkLowDate&shareClassFigi=BBG001S5S399&figi=BBG000BLNQ16&compositeFigi=BBG000BLNNH6
Response
symbol,name,dayCode,serverTimestamp,mode,lastPrice,tradeTimestamp,netChange,percentChange,unitCode,open,high,low,close,numTrades,dollarVolume,flag,volume,previousVolume,fiftyTwoWkHigh,fiftyTwoWkHighDate,fiftyTwoWkLow,fiftyTwoWkLowDate
"AAPL","Apple Inc","J","2024-12-21T11:35:00-06:00","i","254.49","2024-12-20T16:00:00-06:00","4.7","1.88","2","248.04","255","245.69","254.49","551019","47323041622.438","s","147495200","60882203","255","2024-12-20","164.07","2024-04-19"
"GOOG","Alphabet Cl C","J","2024-12-21T11:35:00-06:00","i","192.96","2024-12-20T16:00:00-06:00","3.26","1.72","2","187.01","194.14","186.37","192.96","292174","9914556994.8772","s","45319700","26981100","202.88","2024-12-17","131.55","2024-03-05"
<?php
$ondemand = new SoapClient('https://marketdata.websol.barchart.com/service?wsdl');
$params = [
'apikey' => 'YOUR_API_KEY',
'symbols' => 'AAPL,GOOG',
'fields' => 'fiftyTwoWkHigh,fiftyTwoWkHighDate,fiftyTwoWkLow,fiftyTwoWkLowDate',
'shareClassFigi' => 'BBG001S5S399',
'figi' => 'BBG000BLNQ16',
'compositeFigi' => 'BBG000BLNNH6',
];
$result = $ondemand->getQuote($params);
var_dump($result);
Dim ondemand
Dim result
Set ondemand = Server.CreateObject("MSSOAP.SoapClient30")
ondemand.ClientProperty("ServerHTTPRequest") = True
ondemand.MSSoapInit("https://marketdata.websol.barchart.com/service?wsdl")
Set result = ondemand.getQuote("YOUR_API_KEY", "AAPL,GOOG", "fiftyTwoWkHigh,fiftyTwoWkHighDate,fiftyTwoWkLow,fiftyTwoWkLowDate", "BBG001S5S399", "BBG000BLNQ16", "BBG000BLNNH6")
use SOAP::Lite;
use SOAP::WSDL;
my $ondemand = SOAP::Lite
-> service('https://marketdata.websol.barchart.com/service?wsdl');
my $result = $ondemand->getQuote('YOUR_API_KEY', 'AAPL,GOOG', 'fiftyTwoWkHigh,fiftyTwoWkHighDate,fiftyTwoWkLow,fiftyTwoWkLowDate', 'BBG001S5S399', 'BBG000BLNQ16', 'BBG000BLNNH6');
print $result;
from suds.client import Client
ondemand = Client('https://marketdata.websol.barchart.com/service?wsdl')
result = ondemand.service.getQuote('YOUR_API_KEY', 'AAPL,GOOG', 'fiftyTwoWkHigh,fiftyTwoWkHighDate,fiftyTwoWkLow,fiftyTwoWkLowDate', 'BBG001S5S399', 'BBG000BLNQ16', 'BBG000BLNNH6')
print(result)
require 'savon'
ondemand = Savon.client(wsdl: 'https://marketdata.websol.barchart.com/service?wsdl')
response = ondemand.call(
:getQuote,
message: {
apikey: 'YOUR_API_KEY',
symbols: 'AAPL,GOOG',
fields: 'fiftyTwoWkHigh,fiftyTwoWkHighDate,fiftyTwoWkLow,fiftyTwoWkLowDate',
shareClassFigi: 'BBG001S5S399',
figi: 'BBG000BLNQ16',
compositeFigi: 'BBG000BLNNH6',
}
)
response.body