Discover/Co API
live

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.

This API takes change requests — .
Endpoint health
monitored
get_securities_prices
Checks pendingself-healing
Endpoints
1
Updated
4h ago
This call costs1 credit / call— charged only on success
Try it

No input parameters required.

api.parse.bot/scraper/8936588a-bc37-46a1-a436-0be5a27452a0/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
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 '{}'
All endpoints · 1 totalmissing one? ·

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.

Input

No input parameters required.

Response
{
  "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.