samuni.income_expenditure
mock data$0.002 / callSA Municipal — Income & Expenditure
Get income and expenditure (Statement of Financial Performance) data for a South African municipality. Returns audited actual (AUDA) annual line items from the mSCOA chart of accounts. Covers revenue sources (rates, grants, service charges) and expenditure categories (employee costs, repairs, capital transfers). Data is Section 71-level aggregation from 2019-20 onwards. Requires demarcation code (e.g. CPT, JHB, ETH, TSH, EKU, BUF). No auth required. Source: SA National Treasury MFMA incexp_v2 cube.
Input schema
Financial year-end to retrieve (e.g. 2022). Omit for all available years. Returns audited actual figures (AUDA) at annual period level.
Maximum line items to return (1-200, default 50).
Municipality demarcation code (e.g. CPT=Cape Town, JHB=Johannesburg, ETH=eThekwini, TSH=Tshwane, EKU=Ekurhuleni, BUF=Buffalo City). Required.
Call via REST
curl -X POST https://unifyapi.pro/api/call/samuni.income_expenditure \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"year":0,"limit":0,"demarcation_code":"<demarcation_code>"}'