Menu

Tools

Explore

BR · BRL · .JSON

Convert Itaú Bank Statement to JSON

Itaú Unibanco statement PDFs are downloadable via Itaú Internet Banking. Personal and business account statements (PF and PJ) are both supported. Download a clean .json file — no signup required.

Loading converter...

Secure Financial Data Processing

Itaú Unibanco Statement Conversion

Itaú Unibanco 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 $Itaú 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 Itaú Statements?

JSON output structures each Itaú Unibanco transaction as a flat object: date, description, debit, credit, balance, and currency (BRL). Consistent field names across all 23 banks — your parser works without modification when switching between banks.

Itaú PDF Format Notes

Itaú PDFs use Portuguese labels (Data, Histórico, Débito, Crédito, Saldo) with BRL amounts using comma as decimal separator. MintConvert normalises to standard format.

Example Output

[
  {
    "date": "2024-03-15",
    "description": "Itaú Unibanco ATM Withdrawal",
    "debit": 2000,
    "credit": null,
    "balance": 48500,
    "currency": "BRL"
  },
  {
    "date": "2024-03-18",
    "description": "Salary Credit",
    "debit": null,
    "credit": 75000,
    "balance": 123500,
    "currency": "BRL"
  }
]

How It Works

  1. Download Itaú PDF

    Log in to Itaú Internet Banking → Extrato → Selecionar conta e período → Baixar PDF.

  2. Upload to MintConvert

    Drag and drop your Itaú Unibanco PDF. MintConvert auto-detects the format and processes all pages.

  3. Download .JSON

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

Why MintConvert

  • Zero setupItaú Unibanco PDFs parsed automatically — no template configuration.
  • BRL preservedAll amounts stay in BRL as numeric values.
  • Multi-pageAll pages extracted into one JSON file.
  • Privacy firstPDF processed in-memory only — deleted immediately after conversion.
  • Instant downloadMost Itaú Unibanco statements convert in under 30 seconds.
  • Brazil contextIn Brazil, bank statements are required for IRPF (personal income tax) and IRPJ (corporate income tax) declarations filed with Receita Federal, and for SPED Contabil compliance.

Frequently Asked Questions

What JSON schema does the Itaú Unibanco output follow?

One row per transaction — Date, Description, Debit (BRL), Credit (BRL), 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 Itaú Unibanco statement as a PDF?

Log in to Itaú Internet Banking → Extrato → Selecionar conta e período → Baixar PDF.

Does MintConvert handle Itaú Unibanco's PDF format correctly?

Itaú PDFs use Portuguese labels (Data, Histórico, Débito, Crédito, Saldo) with BRL amounts using comma as decimal separator. MintConvert normalises to standard format.

How long does Itaú Unibanco PDF to JSON conversion take?

Under 30 seconds for most Itaú Unibanco statements. Multi-month statements (100+ pages) may take up to 60 seconds.

Does this work for Itaú Unibanco Conta Corrente, Conta Poupança, and Conta PJ (Empresarial)?

Yes — MintConvert works with Itaú Unibanco Conta Corrente, Conta Poupança, and Conta PJ (Empresarial). The PDF format is consistent across account types.

Is BRL formatting preserved in the JSON output?

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

Is my Itaú Unibanco data safe?

Your Itaú Unibanco PDF is processed in-memory only — never stored. Deleted immediately after conversion. Download link expires after 24 hours.

What if the Itaú Unibanco PDF is password-protected?

Itaú Unibanco statement PDFs are downloadable via Itaú Internet Banking. Personal and business account statements (PF and PJ) are both supported.

Is this useful for Receita Federal IRPF/IRPJ filing, SPED Contabil compliance, and TOTVS or Sage import?

Yes — In Brazil, bank statements are required for IRPF (personal income tax) and IRPJ (corporate income tax) declarations filed with Receita Federal, and for SPED Contabil compliance.