Menu

Tools

Explore

NZ · NZD · .JSON

Convert BNZ Bank Statement to JSON

BNZ statement PDFs are downloadable via BNZ Internet Banking. Personal and business account statements are both supported. Download a clean .json file — no signup required.

Loading converter...

Secure Financial Data Processing

BNZ (Bank of New Zealand) Statement Conversion

BNZ (Bank of New Zealand) bank statements are typically downloaded as PDF files from online banking portals. These PDFs contain transaction tables with dates, descriptions, debit and credit amounts, and balances. MintConvert extracts these transactions from $BNZ statement PDFs and converts them into $JSON format. The resulting file can be used for accounting, financial analysis, or importing into software like $REST APIs, Node.js, Python.

Why .JSON for BNZ Statements?

JSON output structures each BNZ (Bank of New Zealand) transaction as a flat object: date, description, debit, credit, balance, and currency (NZD). Consistent field names across all 23 banks — your parser works without modification when switching between banks.

BNZ PDF Format Notes

BNZ PDFs use a clear Debit/Credit column layout with NZD amounts. MintConvert maps these directly to numeric output columns without any transformation.

Example Output

[
  {
    "date": "2024-03-15",
    "description": "BNZ (Bank of New Zealand) ATM Withdrawal",
    "debit": 2000,
    "credit": null,
    "balance": 48500,
    "currency": "NZD"
  },
  {
    "date": "2024-03-18",
    "description": "Salary Credit",
    "debit": null,
    "credit": 75000,
    "balance": 123500,
    "currency": "NZD"
  }
]

How It Works

  1. Download BNZ PDF

    Log in to BNZ Internet Banking → Accounts → Statements → Select account and date range → Download PDF.

  2. Upload to MintConvert

    Drag and drop your BNZ (Bank of New Zealand) PDF. MintConvert auto-detects the format and processes all pages.

  3. Download .JSON

    Clean file in under 30 seconds — Date, Description, Debit (NZD), Credit, Balance.

Why MintConvert

  • Zero setupBNZ (Bank of New Zealand) PDFs parsed automatically — no template configuration.
  • NZD preservedAll amounts stay in NZD as numeric values.
  • Multi-pageAll pages extracted into one JSON file.
  • Privacy firstPDF processed in-memory only — deleted immediately after conversion.
  • Instant downloadMost BNZ (Bank of New Zealand) statements convert in under 30 seconds.
  • New Zealand contextIn New Zealand, bank statements are used for income tax filing with Inland Revenue (IRD) and GST returns. Xero, founded in New Zealand, is the dominant accounting platform.

Frequently Asked Questions

What JSON schema does the BNZ (Bank of New Zealand) output follow?

One row per transaction — Date, Description, Debit (NZD), Credit (NZD), and Balance. JSON output can be consumed by any REST API or programming language. Each transaction is a flat object with date, description, debit, credit, balance, and currency fields.

How do I download my BNZ (Bank of New Zealand) statement as a PDF?

Log in to BNZ Internet Banking → Accounts → Statements → Select account and date range → Download PDF.

Does MintConvert handle BNZ (Bank of New Zealand)'s PDF format correctly?

BNZ PDFs use a clear Debit/Credit column layout with NZD amounts. MintConvert maps these directly to numeric output columns without any transformation.

How long does BNZ (Bank of New Zealand) PDF to JSON conversion take?

Under 30 seconds for most BNZ (Bank of New Zealand) statements. Multi-month statements (100+ pages) may take up to 60 seconds.

Does this work for BNZ (Bank of New Zealand) BNZ Classic, Rapid Save, and BNZ Business accounts?

Yes — MintConvert works with BNZ (Bank of New Zealand) BNZ Classic, Rapid Save, and BNZ Business accounts. The PDF format is consistent across account types.

Is NZD formatting preserved in the JSON output?

Yes — all NZD amounts output as numeric values (no currency symbols) so they import correctly into accounting software.

Is my BNZ (Bank of New Zealand) data safe?

Your BNZ (Bank of New Zealand) PDF is processed in-memory only — never stored. Deleted immediately after conversion. Download link expires after 24 hours.

What if the BNZ (Bank of New Zealand) PDF is password-protected?

BNZ statement PDFs are downloadable via BNZ Internet Banking. Personal and business account statements are both supported.

Is this useful for IRD income tax filing, GST returns, and Xero import?

Yes — In New Zealand, bank statements are used for income tax filing with Inland Revenue (IRD) and GST returns. Xero, founded in New Zealand, is the dominant accounting platform.