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…
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.
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
{
"@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/"
}
]
}{
"@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"
}
]
}