UnifyAPI
← Back to catalog

samuni.income_expenditure

mock data$0.002 / call

SA 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.

Government & Legalprovider: Samuni#samuni#government

Input schema

year

Financial year-end to retrieve (e.g. 2022). Omit for all available years. Returns audited actual figures (AUDA) at annual period level.

integer
limit

Maximum line items to return (1-200, default 50).

integer
demarcation_coderequired

Municipality demarcation code (e.g. CPT=Cape Town, JHB=Johannesburg, ETH=eThekwini, TSH=Tshwane, EKU=Ekurhuleni, BUF=Buffalo City). Required.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.