Index Single Quote API Real-Time Price Indices API REST API Real-time quote data for major global stock indices, covering core indices such as CSI 300, SSE Composite Index, Shenzhen Component Index, S&P 500, Dow Jones, Nasdaq, and Hang Seng. Provides complete market information including latest index prices, price changes, trading volumes, opening prices, and closing prices, updated in real-time.
Please select
Real-Time Quote
GET
/indices/quote
Request Parameters
regionenumRequired
GB
Market code
codestringRequired
Product code
Response Parameters
codenumber
Response code
msgstring
Response description
dataobject
Response result
sstring
Symbol code
ldnumber
Latest price
onumber
Opening price
pnumber
Previous Closing Price
hnumber
Highest price
lnumber
Lowest price
tnumber
Timestamp of the latest trade
vnumber
Transaction volume
tunumber
Trading amount
tsnumber
Trading status of the symbol
chnumber
Change
chpnumber
Change %
Code Examples
import requests
url = "https://api.itick.org/indices/quote?region=GB&code=SPX"
headers = {
"accept": "application/json"
"token": "Your Token"
}
response = requests.get(url, headers=headers)
print(response.text)
Query URL
GET
https://api.itick.org/indices/quote?region=GB&code=SPX
Response Result
{
"code": 0,
"msg": null,
"data": {
"s": "SPX",
"ld": 6827.42,
"o": 6886.85,
"p": 6886.85,
"h": 6899.85,
"l": 6801.79,
"t": 1765573268000,
"v": 3086000000,
"tu": 21106572620000,
"ch": -73.59,
"chp": -1.07,
"ts": 0
}
}- Real-Time TickIndices Market
Real-time Tick data for major global stock indices, covering core indices such as SSE Composite Index, CSI 300, Dow Jones, S&P 500, Nasdaq, and Hang Seng. Provides millisecond-accurate index prices, trading volumes, price changes, and timestamps, reflecting the latest market movements in real-time.
- Indices MarketReal-Time Depth
Real-time order book depth data for major global stock indices, covering multi-level buy and sell prices and order volumes for core indices such as CSI 300, SSE Composite Index, Shenzhen Component Index, S&P 500, Dow Jones, Nasdaq, and Hang Seng. Completely displays market depth of index futures and related derivatives, reflecting the comparison of buying and selling forces in real-time.