Co APImarketview.luse.co.zm ↗
Monitor real-time prices for securities traded on the Lusaka Securities Exchange (LUSE) to stay updated on market movements and make informed investment decisions. Access live pricing data for all listed securities through a single connection point.
No input parameters required.
curl -X POST 'https://api.parse.bot/scraper/8936588a-bc37-46a1-a436-0be5a27452a0/get_securities_prices' \
-H 'X-API-Key: $PARSE_API_KEY' \
-H 'Content-Type: application/json' \
-d '{}'Returns live market view prices for all LUSE-listed securities. Each record contains the security ticker symbol and its last traded price. Returns all securities in a single call with no pagination.
No input parameters required.
{
"type": "object",
"fields": {
"securities": "array of objects, each containing security ticker and last traded price"
},
"sample": {
"data": {
"securities": [
{
"last": "115.00",
"security": "AECI"
},
{
"last": "63.19",
"security": "CHIL"
},
{
"last": "1.28",
"security": "SCBL"
},
{
"last": "12.49",
"security": "BATZ"
},
{
"last": "0.87",
"security": "CCAF"
}
]
},
"status": "success"
}
}About the Co API
The Co API on Parse exposes 1 endpoint for the publicly available data on marketview.luse.co.zm. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.