ERP & Financial

Automate Your Financial System’s Holiday Calendar

Eliminate manual holiday tables. Ensure invoice due dates and settlements fall strictly on official banking business days in any Brazilian municipality.

The Invoice Due Date Challenge

Calculating accurate billing due dates is a logistical nightmare in Brazil. An invoice issued to a customer in São Paulo faces different holidays than one in Rio de Janeiro. Ignoring municipal holidays leads to:

  • Incorrect interest and late penalty calculations.
  • Customer complaints and overwhelmed support teams.
  • Manual holiday table updates every year (error-prone).

The API Solution

Automated lookup by 7-digit IBGE code
Mapped FEBRABAN banking holidays
Precise receivables anticipation
// Check if date is a banking business day
GET /api/v1/feriados/dia-util-bancario/2026-02-16

{
  "data": "2026-02-16",
  "dia_util_bancario": false,
  "motivo": "Carnaval (Segunda-feira)",
  "proximo_dia_util": "2026-02-18"
}

// List all banking holidays in the year
GET /api/v1/feriados/bancarios?ano=2026

{
  "tipo": "BANCARIO",
  "ano": "2026",
  "feriados": [
    { "nome": "Confraternização Universal", "data": "01/01/2026", "bancario": true },
    { "nome": "Carnaval", "data": "16/02/2026", "bancario": true }
  ]
}

Ready to bulletproof your ERP?

Create Free Account