{"id":17676527,"url":"https://github.com/lukeprior/australian-open-banking-data-database","last_synced_at":"2025-04-05T16:06:42.316Z","repository":{"id":46660388,"uuid":"308584220","full_name":"LukePrior/Australian-Open-Banking-Data-Database","owner":"LukePrior","description":"This is an ongoing collection of Open Banking Data APIs for Australian deposit taking institutions.","archived":false,"fork":false,"pushed_at":"2024-10-15T01:42:47.000Z","size":884,"stargazers_count":126,"open_issues_count":1,"forks_count":7,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-10-24T22:10:00.555Z","etag":null,"topics":["api","australia","banking","banking-apis","cdr","consumer-data","financial","fintech","hacktoberfest","open-banking"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LukePrior.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-30T09:35:15.000Z","updated_at":"2024-10-18T14:32:52.000Z","dependencies_parsed_at":"2023-12-05T02:29:22.986Z","dependency_job_id":"9358569a-eafd-439f-ab82-22643b990ce4","html_url":"https://github.com/LukePrior/Australian-Open-Banking-Data-Database","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukePrior%2FAustralian-Open-Banking-Data-Database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukePrior%2FAustralian-Open-Banking-Data-Database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukePrior%2FAustralian-Open-Banking-Data-Database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukePrior%2FAustralian-Open-Banking-Data-Database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LukePrior","download_url":"https://codeload.github.com/LukePrior/Australian-Open-Banking-Data-Database/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247361687,"owners_count":20926643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","australia","banking","banking-apis","cdr","consumer-data","financial","fintech","hacktoberfest","open-banking"],"created_at":"2024-10-24T07:25:56.054Z","updated_at":"2025-04-05T16:06:42.289Z","avatar_url":"https://github.com/LukePrior.png","language":"Python","funding_links":["https://api.paypal.com/v1/identity/cds-au/v1"],"categories":[],"sub_categories":[],"readme":"# Australian Open Banking Data Database\n\u003cimg alt=\"GitHub Pull Requests\" src=\"https://img.shields.io/github/issues-pr/Uskompuf/Australian-Open-Banking-Data-Database.svg?sanitize=true\"/\u003e\u003cimg alt=\"GitHub Time Since Last Commit\" src=\"https://img.shields.io/github/last-commit/Uskompuf/Australian-Open-Banking-Data-Database.svg?sanitize=true\"/\u003e\n\nOn 26 November 2017, the Australian Government announced the introduction of a consumer data right (CDR) in Australia. The CDR has been fully rolled out in the banking sector with energy and telco sectors set to be included in the coming years. Consumer data is only available to [acreddited institutions](https://www.cdr.gov.au/find-a-provider?providerType=Data%2520Recipient).\n\nThis repositry is an ongoing collection of Open Banking Data API endpoint URLs for Australian deposit taking institutions. This list used to be manually generated but has since switched to using the Data Holder Brands Summary [API](https://www.cdr.gov.au/for-providers/how-find-data-holders-product-data-request-service) The API specifications for these endpoints can be found [here](https://consumerdatastandardsaustralia.github.io/standards/#future-dated-obligations).\n\n## Getting Started ##\n\nTo access any product reference data you need to send a HTTP request with the required parameters to the appropraite banking API URL. The two available Banking APIs are [Get Products](https://consumerdatastandardsaustralia.github.io/standards/#get-products) and [Get Product Detail](https://consumerdatastandardsaustralia.github.io/standards/#get-product-detail).\n\nThe easiest way to get started is the Swagger UI [page](https://generator.swagger.io/?url=https://raw.githubusercontent.com/LukePrior/Australian-Open-Banking-Data-Database/main/examples/CDS-Products.yaml) which has all the endpoints imported and the required fields documented.\n\n**Get Products**\n\nThis API returns a list of products currently offered by the financial institution to the market.\n\n`https://data.holder.com.au/cds-au/v1/banking/products`\n\nYou can run the following example from CMD.\n\n`curl -X GET https://api.anz/cds-au/v1/banking/products -H \"x-v: 3\"`\n\n**Get Product Detail**\n\nThis API returns detailed information on a single product offered by the financial institutions.\n\n`https://data.holder.com.au/cds-au/v1/banking/products/{productId}`\n\nYou can run the following example from CMD.\n\n`curl -X GET https://api.anz/cds-au/v1/banking/products/5eb62ffc-51f0-6ac0-2abf-d81b260ee260 -H \"x-v: 3\"`\n\n## Examples\n\n- You can use the [Swagger UI](https://generator.swagger.io/?url=https://raw.githubusercontent.com/LukePrior/Australian-Open-Banking-Data-Database/main/examples/CDS-Products.yaml) to easily test the APIs for any bank.\n- Examples for the Get Products and Get Product Detail APIs can be found [here](EXAMPLES.md). The examples are available in PHP, JavaScript, Python, C#, and Curl.\n- A jupyter notebook is available to download [here](examples/Australian_Open_Banking_Data.ipynb) or you can run the examples online with [Google Colab](https://colab.research.google.com/drive/1P_Tlww5VWMXJx7qhmISrhaqgxbF-yZRs#offline=true\u0026sandboxMode=true).\n\n## List of Current Providers - \u003c!-- COUNT --\u003e118\u003c!-- /COUNT --\u003e\n\nThis is the current list of Australian deposit taking institutions and their respective CDS API endpoints. The complete unsorted list of API endpoints can be found [here](raw/complete.txt).\n\n\u003c!-- BRANDS --\u003e\n```\nAMP - My AMP: https://api.cdr-api.amp.com.au/cds-au/v1\nAMP Bank - Mobile banking: https://pub.cdr-sme.amp.com.au/api/cds-au/v1\nANZ: https://api.anz/cds-au/v1\nANZ Plus: https://cdr.apix.anz/cds-au/v1\nAdelaide Bank: https://api.cdr.adelaidebank.com.au/cds-au/v1\nAlex.Bank: https://public.cdr.alex.com.au/cds-au/v1\nArab Bank Australia Limited: https://public.cdr.arabbank.com.au/cds-au/v1\nAussie Home Loans: https://aussie.openportal.com.au/cds-au/v1\nAustralian Military Bank: https://public.open.australianmilitarybank.com.au/cds-au/v1\nAustralian Mutual Bank LTD: https://internetbanking.australianmutual.bank/openbanking/cds-au/v1\nAustralian Unity Bank: https://open-banking.australianunity.com.au/cds-au/v1\nAuswide Bank Ltd: https://api.auswidebank.com.au/openbanking/cds-au/v1\nBCU Bank: https://public.cdr-api.bcu.com.au/cds-au/v1\nBOQ Specialist: https://api.cds.boqspecialist.com.au/cds-au/v1\nBank Australia: https://public.cdr-api.bankaust.com.au/cds-au/v1\nBank First: https://public.cdr.bankfirst.com.au/cds-au/v1\nBank of China: https://api-gateway.bankofchina.com.au/cds-au/v1\nBank of Melbourne: https://digital-api.bankofmelbourne.com.au/cds-au/v1\nBank of Queensland Limited: https://api.cds.boq.com.au/cds-au/v1\nBank of Sydney: https://openbank.api.banksyd.com.au/cds-au/v1\nBank of us: https://api.bankofus.com.au/OpenBanking/cds-au/v1\nBankSA: https://digital-api.banksa.com.au/cds-au/v1\nBankVic: https://ib.bankvic.com.au/openbanking/cds-au/v1\nBankwest: https://open-api.bankwest.com.au/bwpublic/cds-au/v1\nBendigo Bank: https://api.cdr.bendigobank.com.au/cds-au/v1\nBeyond Bank Australia: https://public.cdr.api.beyondbank.com.au/cds-au/v1\nBorder Bank: https://public.cdr.prd.borderbank.com.au/cds-au/v1\nBroken Hill Bank: https://public.cdr-api.bhccu.com.au/cds-au/v1\nCBA - CommBiz: https://cdr.commbiz.api.commbank.com.au/cbzpublic/cds-au/v1\nCairns bank: https://openbanking.cairnsbank.com.au/OpenBanking/cds-au/v1\nCard Services: https://api.openbanking.cardservicesdirect.com.au/cds-au/v1\nCentral Murray Bank: https://secure.cmcu.com.au/openbanking/cds-au/v1\nCentral West CUL: https://ib.cwcu.com.au/openbanking/cds-au/v1\nCiti: https://openbanking.api.citi.com.au/cds-au/v1\nCoastline Bank: https://public.cdr-api.coastline.com.au/cds-au/v1\nColes Financial Services: https://api.openbanking.secure.coles.com.au/cds-au/v1\nCommBank: https://api.commbank.com.au/public/cds-au/v1\nCommFCU: https://netbank.communityfirst.com.au/cf-OpenBanking/cds-au/v1\nCredit Union SA: https://openbanking.api.creditunionsa.com.au/cds-au/v1\nDDH Graham: https://api.cds.ddhgraham.com.au/cds-au/v1\nDefence Bank: https://product.defencebank.com.au/cds-au/v1\nDnister: https://public.cdr-api.dnister.com.au/cds-au/v1\nEasy Street: https://ebranch.easystreet.com.au/es-OpenBanking/cds-au/v1\nFamily First: https://public.cdr.familyfirst.com.au/cds-au/v1\nFire Service Credit Union: https://public.cdr-api.fscu.com.au/cds-au/v1\nFirefighters Mutual Bank: https://ob.tmbl.com.au/fmbank/cds-au/v1\nFirst Option Bank: https://internetbanking.firstoption.com.au/OpenBanking/cds-au/v1\nG\u0026C Mutual Bank: https://ibank.gcmutualbank.com.au/OpenBanking/cds-au/v1\nGateway Bank: https://public.cdr-api.gatewaybank.com.au/cds-au/v1\nGeelong Bank: https://online.geelongbank.com.au/OpenBanking/cds-au/v1\nGoldfields Money: https://prd.bnk.com.au/cds-au/v1\nGreat Southern Bank: https://api.open-banking.greatsouthernbank.com.au/cds-au/v1\nGreat Southern Bank Business+: https://od1.open-banking.business.greatsouthernbank.com.au/api/cds-au/v1\nGreater Bank Limited: https://public.cdr.greater.com.au/cds-au/v1\nHSBC: https://public.ob.hsbc.com.au/cds-au/v1\nHSBC Bank Australia Limited – Wholesale Banking: https://public.ob.business.hsbc.com.au/cds-au/v1\nHealth Professionals Bank: https://ob.tmbl.com.au/hpbank/cds-au/v1\nHeartland: https://api.cdr.heartlandbank.com.au/cds-au/v1\nHeritage Bank. Please do not use, please use People’s Choice.: https://product.api.heritage.com.au/cds-au/v1\nHiver Bank: https://ob.tmbl.com.au/hiver/cds-au/v1\nHorizon Bank: https://onlinebanking.horizonbank.com.au/openbanking/cds-au/v1\nHume Bank: https://ibankob.humebank.com.au/OpenBanking/cds-au/v1\nIMB Bank: https://openbank.openbanking.imb.com.au/cds-au/v1\nING BANK (Australia) Ltd: https://id.ob.ing.com.au/cds-au/v1\nIllawarra Credit Union Limited: https://onlineteller.cu.com.au/OpenBanking/cds-au/v1\nJudo Bank: https://public.open.judo.bank/cds-au/v1\nKogan Money Credit Cards: https://api.openbanking.cards.koganmoney.com.au/cds-au/v1\nLaboratories Credit Union: https://internetbanking.lcu.com.au/OpenBanking/cds-au/v1\nLiberty Financial: https://services.liberty.com.au/api/data-holder-public/cds-au/v1\nME Bank: https://public.openbank.mebank.com.au/cds-au/v1\nME Bank - ME Go: https://api.cds.mebank.com.au/cds-au/v1\nMOVE Bank: https://openbanking.movebank.com.au/OpenBanking/cds-au/v1\nMacquarie Bank Limited: https://api.macquariebank.io/cds-au/v1\nMaitland Mutual Limited: https://openbanking.themutual.com.au/OpenBanking/cds-au/v1\nMyState Bank: https://public.cdr.mystate.com.au/cds-au/v1\nNATIONAL AUSTRALIA BANK: https://openbank.api.nab.com.au/cds-au/v1\nNewcastle Permanent Building Society: https://openbank.newcastlepermanent.com.au/cds-au/v1\nNorthern Inland Credit Union Limited: https://secure.nicu.com.au/OpenBanking/cds-au/v1\nORANGE CREDIT UNION LTD: https://online.orangecu.com.au/openbanking/cds-au/v1\nP\u0026N Bank: https://public.cdr-api.pnbank.com.au/cds-au/v1\nPayPal Australia: https://api.paypal.com/v1/identity/cds-au/v1\nPeople's Choice: https://ob-public.peopleschoice.com.au/cds-au/v1\nPolice Bank: https://public.cdr.prd.policebank.com.au/cds-au/v1\nPolice Credit Union Ltd: https://api.policecu.com.au/OpenBanking/cds-au/v1\nQBANK: https://banking.qbank.com.au/openbanking/cds-au/v1\nQantas Premier Credit Cards: https://api.openbanking.qantasmoney.com/cds-au/v1\nQudos Bank: https://public.cdr-api.qudosbank.com.au/cds-au/v1\nQueensland Country Bank: https://public.cdr-api.queenslandcountry.bank/cds-au/v1\nRACQ Bank: https://cdrbank.racq.com.au/cds-au/v1\nRAMS Financial Group Pty Ltd: https://digital-api.westpac.com.au/rams/cds-au/v1\nRSL Money: https://public.open.rslmoney.com.au/cds-au/v1\nRabobank: https://openbanking.api.rabobank.com.au/public/cds-au/v1\nRegional Australia Bank: https://public-data.cdr.regaustbank.io/cds-au/v1\nReliance Bank: https://ibanking.reliancebank.com.au/rel-openbanking/cds-au/v1\nSWSbank: https://online.swsbank.com.au/openbanking/cds-au/v1\nSouthern Cross Credit Union: https://cdr.sccu.com.au/openbanking/cds-au/v1\nSt.George Bank: https://digital-api.stgeorge.com.au/cds-au/v1\nSummerland Bank: https://public.cdr-api.summerland.com.au/cds-au/v1\nSuncorp Bank: https://id-ob.suncorpbank.com.au/cds-au/v1\nTMCU: https://banking.transportmutual.com.au/OpenBanking/cds-au/v1\nTeachers Mutual Bank: https://ob.tmbl.com.au/tmbank/cds-au/v1\nThe Capricornian: https://public.cdr.onlinebanking.capricornian.com.au/cds-au/v1\nThe Mac: https://onlinebanking.themaccu.com.au/OpenBanking/cds-au/v1\nThriday: https://public.cdr.thriday.com.au/cds-au/v1\nTraditional Credit Union: https://prd.tcu.com.au/cds-au/v1\nTyro Payments: https://public.cdr.tyro.com/cds-au/v1\nUBank: https://public.cdr-api.86400.com.au/cds-au/v1\nUniBank: https://ob.tmbl.com.au/unibank/cds-au/v1\nUnity Bank: https://ibanking.unitybank.com.au/OpenBanking/cds-au/v1\nUnloan: https://public.api.cdr.unloan.com.au/cds-au/v1\nUp: https://api.up.com.au/cds-au/v1\nVirgin Money: https://api.cds.virginmoney.com.au/cds-au/v1\nWarwick Credit Union Ltd: https://openbanking.wcu.com.au/OpenBanking/cds-au/v1\nWestpac: https://digital-api.westpac.com.au/cds-au/v1\nWise: https://au-cdrbanking-pub.wise.com/cds-au/v1\nWoolworths Team Bank: https://online.woolworthsteambank.com.au/OpenBanking/cds-au/v1\nbankWAW: https://onlinebanking.wawcu.com.au/OpenBanking/cds-au/v1\ngmcu: https://secure.gmcu.com.au/OpenBanking/cds-au/v1\n```\n\u003c!-- /BRANDS --\u003e\n\n## Contributing\n\nPlease see [CONTRIBUTING.md](CONTRIBUTING.md) for details.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukeprior%2Faustralian-open-banking-data-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukeprior%2Faustralian-open-banking-data-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukeprior%2Faustralian-open-banking-data-database/lists"}