SPDR sector ETF snapshots
GET
/api/v1/public/market/sector-snapshot2 credits / callAPI key required
Snapshots for the 11 SPDR sector ETFs (XLK, XLF, XLV, XLY, XLP, XLE, XLI, XLB, XLRE, XLU, XLC) with a `sector` label attached per row.
This endpoint takes no parameters.
Code example
cURL
curl -X GET 'https://api.signal8.ai/api/v1/public/market/sector-snapshot' \
-H "X-Api-Key: $SIGNAL8_API_KEY"Request URL
GET
https://api.signal8.ai/api/v1/public/market/sector-snapshotexample · 200
{
"data": {
"count": 11,
"sectors": [
{
"ticker": "XLC",
"dayOpen": 111.92,
"dayHigh": 112.59,
"dayLow": 111.59,
"dayClose": 112.34,
"dayVolume": 6585156,
"dayVwap": 112.1049,
"prevClose": 112.19,
"change": 0.15,
"changePercent": 0.1337,
"preMarketPrice": 112.19,
"preMarketChange": 0,
"preMarketChangePercent": 0,
"afterHoursPrice": 112.19,
"afterHoursChange": 0,
"afterHoursChangePercent": 0,
"updatedAt": "2026-06-16T13:30:02.805Z",
"sector": "Communication Services"
},
{
"ticker": "XLE",
"dayOpen": 55.2,
"dayHigh": 56.05,
"dayLow": 55.02,
"dayClose": 55,
"dayVolume": 44313998,
"dayVwap": 55.5881,
"prevClose": 55.55,
"change": -0.55,
"changePercent": -0.9901,
"preMarketPrice": 55,
"preMarketChange": -0.55,
"preMarketChangePercent": -0.9901,
"afterHoursPrice": 55.6011,
"afterHoursChange": 0.0511,
"afterHoursChangePercent": 0.092,
"updatedAt": "2026-06-16T13:30:03.169Z",
"sector": "Energy"
},
{
"ticker": "XLRE",
"dayOpen": 45.315,
"dayHigh": 45.65,
"dayLow": 44.87,
"dayClose": 45.21,
"dayVolume": 5283834,
"dayVwap": 45.1714,
"prevClose": 44.99,
"change": 0.22,
"changePercent": 0.489,
"preMarketPrice": 45.16,
"preMarketChange": 0.17,
"preMarketChangePercent": 0.3779,
"afterHoursPrice": 45.03,
"afterHoursChange": 0.04,
"afterHoursChangePercent": 0.0889,
"updatedAt": "2026-06-16T13:30:03.844Z",
"sector": "Real Estate"
}
]
}
}