Checking status…
Catalog / Reserve Bank of Australia (RBA)
rba

Reserve Bank of Australia (RBA)

Open · redistributedCreative Commons Attribution 4.0 (CC BY 4.0)Money & Banking

Reserve Bank of Australia (RBA) statistical tables ingest. License: RBA copyright — free for non-commercial research use with attribution Source: https://www.rba.gov.au/statistics/tables/ Strategy: * Scrape the statistics index page for all CSV download links (216 files) * Parse each CSV: metadata…

Redistributable. This source is served as canonical Parquet under the license below, with attribution and provenance preserved.

Coverage

Series catalogued
3,822
Temporal coverage
1922-06-30 – 2028-06-09
Categories
Money & Banking

Licensing & provenance

License
Creative Commons Attribution 4.0 (CC BY 4.0)
License URL
https://creativecommons.org/licenses/by/4.0/
Required attribution
Source: Reserve Bank of Australia [year] (or Source: RBA [year])
Redistribution
Permitted (served here)
Commercial use
Yes
Modification
Permitted
Provider homepage
https://www.rba.gov.au/
Provider terms
https://www.rba.gov.au/copyright/

How to cite

Reserve Bank of Australia (RBA). Retrieved from https://www.rba.gov.au/. Compiled and redistributed by the Elkassabgi Data Library.

Processing: Retrieved from the official source, normalized to a long {series_key, obs_date, value} schema (period-start dates), de-duplicated, and stored as zstd Parquet. Compiled and redistributed by the Elkassabgi Data Library.

Access & mirrors

Download
Select & download rba series as CSV →
API
Get a free API key, then GET /v1/series/<id>.csv
Canonical landing
https://econdatalibrary.com/rba
Update cadence
monthly
Automated refresh
live — this database is on the daily update run
Update strategy
bulk snapshot if changed
Storage layout
single parquet: data/clean_full/rba/rba.parquet (~2.9 MB; series_key=RBA Series ID e.g. ARBALNOIW, or <fileprefix>:col<N> fallback; obs_date parsed from DD-Mon-YYYY etc.; value float64). One file holds all ~216 tables. NO in-run dedup (keys/dates/vals just extended), so if two CSVs share a Series ID or the same file is linked twice, duplicate (key,date) rows are possible.

Full description

Reserve Bank of Australia (RBA) statistical tables ingest. License: RBA copyright — free for non-commercial research use with attribution Source: https://www.rba.gov.au/statistics/tables/ Strategy: * Scrape the statistics index page for all CSV download links (216 files) * Parse each CSV: metadata rows at top, Series ID row, then date+value rows * One Parquet for the full dataset; fully resumable RBA CSV format: Row 0: Table title Row 1: Column labels (Title, ...) Row 2: Description Row 3: Frequency Row 4: Type Row 5: Units Row 6: empty Row 7: Source Row 8: Publication date Row 9: Series ID (ARBALNOIW, ARBALESBW, ...) Row 10+: Date (DD-Mon-YYYY), value1, value2, ... Run: python jobs/ingest_rba.py

Structured metadata

schema.org/Dataset (Google Dataset Search)
{
  "@context": "https://schema.org/",
  "@type": "Dataset",
  "name": "Reserve Bank of Australia (RBA)",
  "description": "Australian zero-coupon yield curves — discount factors, forward rates and yields (RBA). Reserve Bank of Australia (RBA). 3,822 series, 1922–2028. Free download.",
  "url": "https://econdatalibrary.com/rba",
  "identifier": "rba",
  "isAccessibleForFree": true,
  "publisher": {
    "@type": "Organization",
    "name": "Econ Data Library",
    "url": "https://econdatalibrary.com"
  },
  "includedInDataCatalog": {
    "@type": "DataCatalog",
    "@id": "https://econdatalibrary.com/#catalog",
    "name": "Econ Data Library",
    "url": "https://econdatalibrary.com/catalog"
  },
  "creator": {
    "@type": "Organization",
    "name": "Reserve Bank of Australia",
    "url": "https://www.rba.gov.au/"
  },
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "keywords": [
    "Money & Banking",
    "rba"
  ],
  "temporalCoverage": "1922-06-30/2028-06-09",
  "creditText": "Source: Reserve Bank of Australia [year] (or Source: RBA [year])",
  "citation": "Reserve Bank of Australia (RBA). Retrieved from https://www.rba.gov.au/. Compiled and redistributed by the Elkassabgi Data Library.",
  "sameAs": [
    "https://huggingface.co/datasets/econdatalibrary-rba",
    "https://zenodo.org/communities/econdatalibrary"
  ],
  "distribution": [
    {
      "@type": "DataDownload",
      "name": "rba — CSV",
      "encodingFormat": "text/csv",
      "contentUrl": "https://econdatalibrary.com/download.html?source=rba",
      "license": "https://creativecommons.org/licenses/by/4.0/"
    }
  ]
}
Croissant (ML-ready, schema.org JSON-LD)
{
  "@context": {
    "@language": "en",
    "@vocab": "https://schema.org/",
    "cr": "http://mlcommons.org/croissant/",
    "data": {
      "@id": "cr:data",
      "@type": "@json"
    },
    "dataType": {
      "@id": "cr:dataType",
      "@type": "@vocab"
    },
    "sc": "https://schema.org/",
    "conformsTo": "dct:conformsTo",
    "dct": "http://purl.org/dc/terms/"
  },
  "@type": "sc:Dataset",
  "conformsTo": "http://mlcommons.org/croissant/1.0",
  "name": "rba",
  "description": "Australian zero-coupon yield curves — discount factors, forward rates and yields (RBA). Reserve Bank of Australia (RBA). 3,822 series, 1922–2028. Free download.",
  "url": "https://econdatalibrary.com/rba",
  "creator": {
    "@type": "sc:Organization",
    "name": "Reserve Bank of Australia",
    "url": "https://www.rba.gov.au/"
  },
  "publisher": {
    "@type": "sc:Organization",
    "name": "Econ Data Library",
    "url": "https://econdatalibrary.com"
  },
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "keywords": [
    "Money & Banking"
  ],
  "temporalCoverage": "1922-06-30/2028-06-09",
  "citation": "Reserve Bank of Australia (RBA). Retrieved from https://www.rba.gov.au/. Compiled and redistributed by the Elkassabgi Data Library.",
  "distribution": [
    {
      "@type": "cr:FileObject",
      "@id": "rba-csv",
      "name": "rba-csv",
      "description": "Per-series CSV, downloadable with a free API key.",
      "contentUrl": "https://econdatalibrary.com/download.html?source=rba",
      "encodingFormat": "text/csv"
    }
  ]
}
Part of the Econ Data Library catalog · metadata generated 2026-08-02 from the central registry · browse all datasets
ElkassabgiData

One account. Every library.

HF Data Library  ·  Econ Data Library  · more to come