Core Resources
- Events
- Files
- Exports
- Entities
- Tags
Extractions
- Extractions
- Schedulers
Datasource: SAT
- Credentials
- Invoices
- Tax Retentions
- Tax Returns
- Tax Compliance Checks
- Tax Status
- Electronic Accounting
Datasource: RPC
- Entidades
Datasource: RUG
- Operaciones
- RUG Garantias
- Garantias
Datasource: Syntage
- Score
Datasource: Buró de Crédito
- Reports
- Authorizations
Insights
- Invoicing Annual Comparison
- Vendor Network
- Customer Network
- Customer Concentration
- Supplier Concentration
- Employees
- Expenditures
- Financial Institutions
- Financial Ratios
- Government Supplier
- Invoicing Blacklist
- Risks
- Sales Revenue
- Trial Balance
- Scores
- Cash Flow
- RPC Shareholders
- Balance Sheet
- Income Statement
- Invoicing Concentration
Webhooks
- Overview
- Webhook Endpoints
- Webhook Requests
Get metrics income statement
Returns the taxpayer income statement organized in a tree of categories.
The structure of the category tree changes according to:
- The tax regime.
- The year format (the year when SAT changes the structure, i.e., a breaking change)
Today the possibilities of tax regimes values can be:
- 601 (Personas Morales)
- 612 (PFAE/Personas Físicas con Actividades Empresariales y Profesionales)
Today the year formats available are:
- 2014 - the data is extracted from annual tax returns transcript PDFs.
- 2022 - the data is extracted from annual tax returns financial statements XLSXs
Notes:
- The Comment field in the response body refers to the content of the Nota column in the XLSX.
- The 2021 data may be extracted from the 2022 document (in 2022 format).
GET
/
taxpayers
/
{id}
/
insights
/
metrics
/
income-statement
curl --request GET \
--url https://api.syntage.com/taxpayers/{id}/insights/metrics/income-statement \
--header 'X-API-Key: <api-key>'
{
"taxRegime": {
"id": 601
},
"data": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": 123123123,
"Comment": null
},
"2023": {
"Total": 321321321,
"Comment": null
},
"category": "Ingresos Netos",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": 123123123,
"Comment": null
},
"2023": {
"Total": 321321321,
"Comment": null
},
"category": "Ventas y/o servicios nacionales",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": 123123123,
"Comment": null
},
"2023": {
"Total": 321321321,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Ventas y/o servicios extranjeros",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Devoluciones, descuentos y bonificaciones nacionales",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Devoluciones, descuentos y bonificaciones extranjeras",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Ingresos por intereses",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Gastos por intereses",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Estimación preventiva para riesgos crediticios",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Estimación preventiva para riesgos crediticios (Recuperaciones)",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Primas emitidas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Primas cedidas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin Ingresos",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Otros Ingresos",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Total de materiales utilizados o comercializados",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Inventario Inicial",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Compras netas nacionales",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Compras netas extranjeras",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Inventario Final",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin materiales utilizados o comercializados",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Costo de ventas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Mano de obra directa de fabricación",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Mano de obra indirecta de fabricación",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Gastos relacionados a la mano de obra",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Maquilas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Gastos Indirectos",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Deducciones de inversiones",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Otros costos",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin Costo de ventas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Costo de servicios",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Costo de servicios",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Comisiones y tarifas cobradas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Comisiones y tarifas pagadas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Otros ingresos (egresos) de la operación",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Incremento neto de las reservas técnicas (Riesgos en curso, obligaciones pendientes de cumplir, riesgos catastróficos)",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Costo neto de adquisición",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Costo neto de siniestralidad, reclamaciones y otras obligaciones pendientes de cumplir",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Incremento neto de otras reservas técnicas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin Costo de servicios",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Utilidad Bruta",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida Bruta",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": 4271628,
"Comment": null
},
"2023": {
"Total": 28242903,
"Comment": null
},
"category": "Gastos de operación",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": 4271628,
"Comment": null
},
"2023": {
"Total": 28242903,
"Comment": null
},
"category": "Gastos generales",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": 4271628,
"Comment": null
},
"2023": {
"Total": 28242903,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Gastos de administración",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Gastos de venta",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin Gastos de operación",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Utilidad de operación",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida de operación",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Resultado Integral de Financiamiento",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Intereses devengados a favor nacionales",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Intereses devengados a favor del extranjero",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Intereses moratorios a favor nacionales",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Intereses moratorios a favor del extranjero",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Ganancia cambiaria",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Intereses devengados a cargo nacionales",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Intereses devengados a cargo del extranjero",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Intereses moratorios a cargo nacionales",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Intereses moratorios a cargo del extranjero",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida cambiaria",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Resultado por posición monetaria favorable",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Resultado por posición monetaria desfavorable",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Cambios en el valor razonable de activos y pasivos financieros deudor",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Cambios en el valor razonable de activos y pasivos financieros acreedor",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Productos Financieros",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin Resultado Integral de Financiamiento",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Gastos Financieros",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Participación en asociadas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Utilidad neta por participación en los resultados de subsidiarias no consolidadas, asociadas y negocios conjuntos",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida neta por participación en los resultados de subsidiarias no consolidadas, asociadas y negocios conjuntos",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin Participación en asociadas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Utilidad antes de Impuestos a la utilidad",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida antes de Impuestos a la utilidad",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Impuestos a la utilidad",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Impuesto sobre la renta",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Impuesto sobre la renta diferido",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin Impuestos a la utilidad",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Utilidad de operaciones continuas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida de operaciones continuas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Operaciones discontinuadas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Participación de los Trabajadores en las Utilidades",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin Operaciones discontinuadas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Utilidad de enajenación de acciones",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida de enajenación de acciones",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Utilidad de segmento del negocio o segmento geográfico",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida de segmento del negocio o segmento geográfico",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Operaciones discontinuadas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Utilidad neta",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida neta",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
}
Authorizations
Your API key is available in the Production and Sandbox dashboards.
Headers
This header controls year format:
- 2022: It will only show data available in that year format
Path Parameters
RFC (Registro Federal de Contribuyentes)
Required string length:
12 - 13
Example:
"PEIC211118IS0"
Query Parameters
Filter by fiscal year (greater than)
Filter by fiscal year (less than)
Response
200
application/json
Income statement response
The response is of type object
.
curl --request GET \
--url https://api.syntage.com/taxpayers/{id}/insights/metrics/income-statement \
--header 'X-API-Key: <api-key>'
{
"taxRegime": {
"id": 601
},
"data": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": 123123123,
"Comment": null
},
"2023": {
"Total": 321321321,
"Comment": null
},
"category": "Ingresos Netos",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": 123123123,
"Comment": null
},
"2023": {
"Total": 321321321,
"Comment": null
},
"category": "Ventas y/o servicios nacionales",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": 123123123,
"Comment": null
},
"2023": {
"Total": 321321321,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Ventas y/o servicios extranjeros",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Devoluciones, descuentos y bonificaciones nacionales",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Devoluciones, descuentos y bonificaciones extranjeras",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Ingresos por intereses",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Gastos por intereses",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Estimación preventiva para riesgos crediticios",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Estimación preventiva para riesgos crediticios (Recuperaciones)",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Primas emitidas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Primas cedidas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin Ingresos",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Otros Ingresos",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Total de materiales utilizados o comercializados",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Inventario Inicial",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Compras netas nacionales",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Compras netas extranjeras",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Inventario Final",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin materiales utilizados o comercializados",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Costo de ventas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Mano de obra directa de fabricación",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Mano de obra indirecta de fabricación",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Gastos relacionados a la mano de obra",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Maquilas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Gastos Indirectos",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Deducciones de inversiones",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Otros costos",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin Costo de ventas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Costo de servicios",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Costo de servicios",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Comisiones y tarifas cobradas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Comisiones y tarifas pagadas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Otros ingresos (egresos) de la operación",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Incremento neto de las reservas técnicas (Riesgos en curso, obligaciones pendientes de cumplir, riesgos catastróficos)",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Costo neto de adquisición",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Costo neto de siniestralidad, reclamaciones y otras obligaciones pendientes de cumplir",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Incremento neto de otras reservas técnicas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin Costo de servicios",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Utilidad Bruta",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida Bruta",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": 4271628,
"Comment": null
},
"2023": {
"Total": 28242903,
"Comment": null
},
"category": "Gastos de operación",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": 4271628,
"Comment": null
},
"2023": {
"Total": 28242903,
"Comment": null
},
"category": "Gastos generales",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": 4271628,
"Comment": null
},
"2023": {
"Total": 28242903,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Gastos de administración",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Gastos de venta",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin Gastos de operación",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Utilidad de operación",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida de operación",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Resultado Integral de Financiamiento",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Intereses devengados a favor nacionales",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Intereses devengados a favor del extranjero",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Intereses moratorios a favor nacionales",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Intereses moratorios a favor del extranjero",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Ganancia cambiaria",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Intereses devengados a cargo nacionales",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Intereses devengados a cargo del extranjero",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Intereses moratorios a cargo nacionales",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Intereses moratorios a cargo del extranjero",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida cambiaria",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Resultado por posición monetaria favorable",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Resultado por posición monetaria desfavorable",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Cambios en el valor razonable de activos y pasivos financieros deudor",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Cambios en el valor razonable de activos y pasivos financieros acreedor",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Productos Financieros",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin Resultado Integral de Financiamiento",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Gastos Financieros",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Participación en asociadas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Utilidad neta por participación en los resultados de subsidiarias no consolidadas, asociadas y negocios conjuntos",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida neta por participación en los resultados de subsidiarias no consolidadas, asociadas y negocios conjuntos",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin Participación en asociadas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Utilidad antes de Impuestos a la utilidad",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida antes de Impuestos a la utilidad",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Impuestos a la utilidad",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Impuesto sobre la renta",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Impuesto sobre la renta diferido",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin Impuestos a la utilidad",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Utilidad de operaciones continuas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida de operaciones continuas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Operaciones discontinuadas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Participación de los Trabajadores en las Utilidades",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Sin Operaciones discontinuadas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Utilidad de enajenación de acciones",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida de enajenación de acciones",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Utilidad de segmento del negocio o segmento geográfico",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida de segmento del negocio o segmento geográfico",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Operaciones discontinuadas",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Utilidad neta",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Pérdida neta",
"children": [
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes Relacionadas"
},
{
"2021": {
"Total": null,
"Comment": null
},
"2022": {
"Total": null,
"Comment": null
},
"2023": {
"Total": null,
"Comment": null
},
"category": "Partes No Relacionadas"
}
]
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.