---
dataset_id: dgm_payments_channels
last_checked: 2026-09-05T02:34:56Z
status: stale
freshness_delta: 96 days
next_expected_update: overdue
record_count: 450
date_range: 2019-01-01 to 2026-02-01
schema_version: 1.0
schema_drift: none
known_quirks: ["Monthly dates use 1 January.", "Channel codes distinguish ATM, internet, and mobile activity.", "Value and volume use different units.", "The file contains one row per month and channel."]
breaking_changes: []
licence: Creative Commons Attribution 4.0
attribution: Bank Negara Malaysia via data.gov.my
---

# data.gov.my Monthly Payment Channels

## Status

**Status:** Stale

**Freshness:** 96 days

HTTP 200

## Last checked

2026-09-05 at 02:34:56 UTC.

## File size

The checked resource is 21,283 bytes.

## Provenance

Bank Negara Malaysia publishes this dataset through data.gov.my as direct CSV
and Parquet downloads:

- `https://storage.data.gov.my/finsector/payments/channels.csv`
- `https://storage.data.gov.my/finsector/payments/channels.parquet`

## Coverage

The dataset covers five ATM, internet-banking, and mobile-banking channels in
Malaysia from 2019-01-01 through 2026-02-01.

## Schema

| Field | Type | Description |
| --- | --- | --- |
| `date` | date | Monthly observation date in YYYY-MM-DD format. |
| `channel` | string | Payment access-channel code. |
| `value` | number | Total transaction value in ringgit. |
| `volume` | number | Number of transactions. |

## Known quirks

- Monthly dates use the first day of the month.
- Channel codes include ATM cash withdrawal, ATM financial transactions,
  corporate and individual internet banking, and mobile banking.
- `value` is monetary while `volume` is a transaction count.
- Values retain the precision published by the source.

## Breaking changes

None observed.

## Reproducibility

```sh
curl -sS --max-time 30 \
  "https://storage.data.gov.my/finsector/payments/channels.csv" \
  -o /tmp/payments_channels.csv
```

## Licence

Licensed under the Creative Commons Attribution 4.0 licence.

Attribution: Bank Negara Malaysia via data.gov.my.

## Sample

- [samples/dgm_payments_channels.csv](../samples/dgm_payments_channels.csv)
- [samples/dgm_payments_channels.json](../samples/dgm_payments_channels.json)
