GET
/
enterprises
/
{search}
/
financials
curl --request GET \
  --url https://jaarrekening.be/api/v1/enterprises/{search}/financials \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "year": 2020,
      "numbers": {
        "financial_period": {
          "fixed_assets_formation_expenses_excluded": "36605824439.9",
          "intangible_fixed_assets": "753457240.29",
          "tangible_fixed_assets": "1438747862.01",
          "land_buildings": "49919291",
          "plant_machinery_equipment": "1263327624.4",
          "furniture_vehicles": "11611085.15",
          "other_tangible_assets": "17846039.29",
          "assets_under_construction_advance_payments": "96043822.17",
          "financial_fixed_assets": "34413619337.6",
          "currents_assets": "5313326014.22",
          "amounts_receivable_more_one_year": "123470705.58",
          "other_amounts_receivable_more_one_year": "97660705.58",
          "stocks_contracts_progress": "288625874.55",
          "stocks": "270683690.64",
          "stock_goods_purchased_resale": "11309590.5",
          "contracts_progress": "17942183.91",
          "amounts_receivable_within_one_year": "3097297367.47",
          "trade_debtors_within_one_year": "1740493009.93",
          "other_amounts_receivable_within_one_year": "1356804357.54",
          "cash_bank_hand": "9624458.7",
          "deferred_charges_accrued_income": "1794307607.92",
          "assets": "41919150454.12",
          "equity": "15630871181.5",
          "equity_contribution": "12867288322.49",
          "not_available_equity_contribution": null,
          "capital": "4639721779.04",
          "issued_capital": "5789721779.04",
          "outside_capital": "8227566543.45",
          "share_premium_account": "8227566543.45",
          "revaluation_surpluses": null,
          "reserves": "2762880101.98",
          "reserves_not_available": "578972224.11",
          "legal_reserve": "578972177.9",
          "other_reserves_not_available": "46.21",
          "untaxed_reserves": null,
          "available_reserves": "2183907877.87",
          "accumulated_profits_losses": null,
          "investment_grants": "702757.03",
          "provisions_deferred_taxes": "1474925253.05",
          "provision_liabilities_charges": "1474925253.05",
          "provisions_pensions_similar_obligations": "153687960.02",
          "provisions_other_liabilities_charges_environmental_obligations_excluded": "317926158.44",
          "deferred_taxes": null,
          "amounts_payable": "24813354019.57",
          "amounts_payable_more_one_year": "19580092276.4",
          "financial_debts_remaining_term_more_one_year": "19400814072.41",
          "other_loans_remaining_term_more_one_year": "19289909000",
          "amounts_payable_within_one_year": "4588419494.61",
          "financial_debts_payable_within_one_year": null,
          "other_loans_payable_within_one_year": null,
          "trade_debts_payable_within_one_year": "1778666186.6",
          "suppliers_invoices_to_receive_within_one_year": "1778666186.6",
          "advances_received_contracts_progress_within_one_year": "1207336360.34",
          "taxes_remuneration_social_security": "168413273.87",
          "taxes": "47670916.06",
          "remuneration_social_security": "120742357.81",
          "other_amounts_payable_within_one_year": "528508353.5",
          "accrued_charges_deferred_income": "644842248.56",
          "equity_liabilities": "41919150454.12",
          "operating_income_non_recurring_operating_income_included": "11418573431.06",
          "gross_operating_margin": null,
          "turnover": "10919735253.48",
          "increase_decrease_stocks_work_contracts_progress": "9557668.33",
          "own_construction_capitalised": "180914924.92",
          "other_operating_income": "273057502.1",
          "operating_charges_non_recurring_operating_charges_included": "11562443546.02",
          "raw_materials_consumables": "9456388010.66",
          "purchases_raw_materials_consumables": "9467774710.01",
          "increase_decrease_stocks": "-11386699.35",
          "services_other_goods": "808171652.72",
          "remuneration_social_security_pensions": "607540333.79",
          "depreciation_other_amounts_written_down_formation_expenses_intangible_tangible_fixed_assets": "385309403.62",
          "amounts_written_down_stocks_contracts_progress_trade_debtors_appropriations_write_backs": "-10914129.37",
          "provisions_risks_charges_appropriations_write_backs": "-91752334.27",
          "miscellaneous_operating_charges": "155658821.6",
          "non_recurring_operating_charges": "252041787.27",
          "operating_profit_loss": "-143870114.96",
          "financial_income_non_recurring_financial_income_included": "1324172780.07",
          "financial_income": "1280134145.14",
          "income_current_assets": "2105000.05",
          "other_financial_income": "29956690.63",
          "non_recurring_financial_yields": "44038634.93",
          "financial_charges_non_recurring_financial_charges_included": "3150488205.08",
          "financial_charges": "681957624.78",
          "debt_charges": "653511548.27",
          "other_financial_charges": "28446076.51",
          "gain_loss_before_taxes": "-1970185539.97",
          "transfer_from_deferred_taxes": null,
          "income_taxes": "22629763.8",
          "belgian_foreign_income_taxes": "22629763.8",
          "adjustment_income_taxes_write_back_tax_provisions": null,
          "gain_loss_period": "-1992815303.77",
          "transfer_from_untaxed_reserves": null,
          "transfers_to_capital_reserves": null,
          "gain_loss_to_be_appropriated": "-1992815303.77",
          "to_be_distributed_gain": "693000000",
          "employees": "4659.3",
          "total_fte_men": "3580.1",
          "total_fte_women": "1079.2",
          "hours_worked_men": "4912939",
          "hours_worked_women": "1446947"
        },
        "previous_financial_period": {
          "fixed_assets_formation_expenses_excluded": "46441927508.86",
          "intangible_fixed_assets": "850239292.05",
          "tangible_fixed_assets": "1530784868.41",
          "land_buildings": "41388970.68",
          "plant_machinery_equipment": "1321697293.04",
          "furniture_vehicles": "12900300.69",
          "other_tangible_assets": "19293570.28",
          "assets_under_construction_advance_payments": "135504733.72",
          "financial_fixed_assets": "44060903348.4",
          "currents_assets": "4423025607.04",
          "amounts_receivable_more_one_year": "93257419.14",
          "other_amounts_receivable_more_one_year": "93257419.14",
          "stocks_contracts_progress": "263851635.86",
          "stocks": "255467120.28",
          "stock_goods_purchased_resale": "11309590.5",
          "contracts_progress": "8384515.58",
          "amounts_receivable_within_one_year": "2231906508.91",
          "trade_debtors_within_one_year": "1403229216.34",
          "other_amounts_receivable_within_one_year": "828677292.57",
          "cash_bank_hand": "9939007.15",
          "deferred_charges_accrued_income": "1824071035.98",
          "assets": "50864953115.9",
          "equity": "18316788045.53",
          "equity_contribution": "12867288322.49",
          "not_available_equity_contribution": null,
          "capital": "4639721779.04",
          "issued_capital": "5789721779.04",
          "outside_capital": "8227566543.45",
          "share_premium_account": "8227566543.45",
          "revaluation_surpluses": null,
          "reserves": "3969979241.51",
          "reserves_not_available": "578972224.11",
          "legal_reserve": "578972177.9",
          "other_reserves_not_available": "46.21",
          "untaxed_reserves": null,
          "available_reserves": "3391007017.4",
          "accumulated_profits_losses": "1478716164.24",
          "investment_grants": "804317.29",
          "provisions_deferred_taxes": "1548246784.01",
          "provision_liabilities_charges": "1548246784.01",
          "provisions_pensions_similar_obligations": "172759155",
          "provisions_other_liabilities_charges_environmental_obligations_excluded": "357066417.77",
          "deferred_taxes": null,
          "amounts_payable": "30999918286.36",
          "amounts_payable_more_one_year": "18456848559.43",
          "financial_debts_remaining_term_more_one_year": "18456309392.54",
          "other_loans_remaining_term_more_one_year": "18309909000",
          "amounts_payable_within_one_year": "11985144280.83",
          "financial_debts_payable_within_one_year": null,
          "other_loans_payable_within_one_year": null,
          "trade_debts_payable_within_one_year": "4061498824.27",
          "suppliers_invoices_to_receive_within_one_year": "4061498824.27",
          "advances_received_contracts_progress_within_one_year": "1262223815.53",
          "taxes_remuneration_social_security": "163219014.31",
          "taxes": "43075262.93",
          "remuneration_social_security": "120143751.38",
          "other_amounts_payable_within_one_year": "462809446.69",
          "accrued_charges_deferred_income": "557925446.1",
          "equity_liabilities": "50864953115.9",
          "operating_income_non_recurring_operating_income_included": "11276257950.35",
          "gross_operating_margin": null,
          "turnover": "10635788179.32",
          "increase_decrease_stocks_work_contracts_progress": "8384515.58",
          "own_construction_capitalised": "200079611.4",
          "other_operating_income": "366052056.64",
          "operating_charges_non_recurring_operating_charges_included": "13412663790.99",
          "raw_materials_consumables": "9360541091.72",
          "purchases_raw_materials_consumables": "9363443071.55",
          "increase_decrease_stocks": "-2901979.83",
          "services_other_goods": "1047784237.16",
          "remuneration_social_security_pensions": "591575317.73",
          "depreciation_other_amounts_written_down_formation_expenses_intangible_tangible_fixed_assets": "331176914.9",
          "amounts_written_down_stocks_contracts_progress_trade_debtors_appropriations_write_backs": "-2352554.53",
          "provisions_risks_charges_appropriations_write_backs": "-175816999.65",
          "miscellaneous_operating_charges": "263931108.36",
          "non_recurring_operating_charges": "1995824675.3",
          "operating_profit_loss": "-2136405840.64",
          "financial_income_non_recurring_financial_income_included": "8752448094.33",
          "financial_income": "8662728516.05",
          "income_current_assets": "1826930.17",
          "other_financial_income": "1753698.19",
          "non_recurring_financial_yields": "89719578.28",
          "financial_charges_non_recurring_financial_charges_included": "5849662566.96",
          "financial_charges": "720759080.16",
          "debt_charges": "685792047.43",
          "other_financial_charges": "34967032.73",
          "gain_loss_before_taxes": "766379686.73",
          "transfer_from_deferred_taxes": null,
          "income_taxes": "83255.74",
          "belgian_foreign_income_taxes": "84422.75",
          "adjustment_income_taxes_write_back_tax_provisions": "1167.01",
          "gain_loss_period": "766296430.99",
          "transfer_from_untaxed_reserves": null,
          "transfers_to_capital_reserves": null,
          "gain_loss_to_be_appropriated": "766296430.99",
          "to_be_distributed_gain": null,
          "employees": "4668.8",
          "total_fte_men": "3593.7",
          "total_fte_women": "1075.1",
          "hours_worked_men": "4786178",
          "hours_worked_women": "1383600"
        }
      }
    },
    {
      "year": 2019,
      "numbers": {
        "financial_period": {
          "fixed_assets_formation_expenses_excluded": "46441927508.86",
          "intangible_fixed_assets": "850239292.05",
          "tangible_fixed_assets": "1530784868.41",
          "land_buildings": "41388970.68",
          "plant_machinery_equipment": "1321697293.04",
          "furniture_vehicles": "12900300.69",
          "other_tangible_assets": "19293570.28",
          "assets_under_construction_advance_payments": "135504733.72",
          "financial_fixed_assets": "44060903348.4",
          "currents_assets": "4423025607.04",
          "amounts_receivable_more_one_year": "93257419.14",
          "other_amounts_receivable_more_one_year": "93257419.14",
          "stocks_contracts_progress": "263851635.86",
          "stocks": "255467120.28",
          "stock_goods_purchased_resale": "11309590.5",
          "contracts_progress": "8384515.58",
          "amounts_receivable_within_one_year": "2231906508.91",
          "trade_debtors_within_one_year": "1403229216.34",
          "other_amounts_receivable_within_one_year": "828677292.57",
          "cash_bank_hand": "9939007.15",
          "deferred_charges_accrued_income": "1824071035.98",
          "assets": "50864953115.9",
          "equity": "18316788045.53",
          "equity_contribution": null,
          "not_available_equity_contribution": null,
          "capital": "4639721779.04",
          "issued_capital": "5789721779.04",
          "outside_capital": null,
          "share_premium_account": "8227566543.45",
          "revaluation_surpluses": null,
          "reserves": "3969979241.51",
          "reserves_not_available": "46.21",
          "legal_reserve": "578972177.9",
          "other_reserves_not_available": "46.21",
          "untaxed_reserves": null,
          "available_reserves": "3391007017.4",
          "accumulated_profits_losses": "1478716164.24",
          "investment_grants": "804317.29",
          "provisions_deferred_taxes": "1548246784.01",
          "provision_liabilities_charges": "1548246784.01",
          "provisions_pensions_similar_obligations": "172759155",
          "provisions_other_liabilities_charges_environmental_obligations_excluded": "357066417.77",
          "deferred_taxes": null,
          "amounts_payable": "30999918286.36",
          "amounts_payable_more_one_year": "18456848559.43",
          "financial_debts_remaining_term_more_one_year": "18456309392.54",
          "other_loans_remaining_term_more_one_year": "18309909000",
          "amounts_payable_within_one_year": "11985144280.83",
          "financial_debts_payable_within_one_year": null,
          "other_loans_payable_within_one_year": null,
          "trade_debts_payable_within_one_year": "4061498824.27",
          "suppliers_invoices_to_receive_within_one_year": "4061498824.27",
          "advances_received_contracts_progress_within_one_year": "1262223815.53",
          "taxes_remuneration_social_security": "163219014.31",
          "taxes": "43075262.93",
          "remuneration_social_security": "120143751.38",
          "other_amounts_payable_within_one_year": "462809446.69",
          "accrued_charges_deferred_income": "557925446.1",
          "equity_liabilities": "50864953115.9",
          "operating_income_non_recurring_operating_income_included": "11276257950.35",
          "gross_operating_margin": null,
          "turnover": "10635788179.32",
          "increase_decrease_stocks_work_contracts_progress": "8384515.58",
          "own_construction_capitalised": "200079611.4",
          "other_operating_income": "366052056.64",
          "operating_charges_non_recurring_operating_charges_included": "13412663790.99",
          "raw_materials_consumables": "9360541091.72",
          "purchases_raw_materials_consumables": "9363443071.55",
          "increase_decrease_stocks": "-2901979.83",
          "services_other_goods": "1047784237.16",
          "remuneration_social_security_pensions": "591575317.73",
          "depreciation_other_amounts_written_down_formation_expenses_intangible_tangible_fixed_assets": "331176914.9",
          "amounts_written_down_stocks_contracts_progress_trade_debtors_appropriations_write_backs": "-2352554.53",
          "provisions_risks_charges_appropriations_write_backs": "-175816999.65",
          "miscellaneous_operating_charges": "263931108.36",
          "non_recurring_operating_charges": "1995824675.3",
          "operating_profit_loss": "-2136405840.64",
          "financial_income_non_recurring_financial_income_included": "8752448094.33",
          "financial_income": "8662728516.05",
          "income_current_assets": "1826930.17",
          "other_financial_income": "1753698.19",
          "non_recurring_financial_yields": "89719578.28",
          "financial_charges_non_recurring_financial_charges_included": "5849662566.96",
          "financial_charges": "720759080.16",
          "debt_charges": "685792047.43",
          "other_financial_charges": "34967032.73",
          "gain_loss_before_taxes": "766379686.73",
          "transfer_from_deferred_taxes": null,
          "income_taxes": "83255.74",
          "belgian_foreign_income_taxes": "84422.75",
          "adjustment_income_taxes_write_back_tax_provisions": "1167.01",
          "gain_loss_period": "766296430.99",
          "transfer_from_untaxed_reserves": null,
          "transfers_to_capital_reserves": null,
          "gain_loss_to_be_appropriated": "766296430.99",
          "to_be_distributed_gain": null,
          "employees": "4668.8",
          "total_fte_men": "3593.7",
          "total_fte_women": "1075.1",
          "hours_worked_men": "4786178",
          "hours_worked_women": "1383600"
        },
        "previous_financial_period": {
          "fixed_assets_formation_expenses_excluded": "44420542601.67",
          "intangible_fixed_assets": "896735562.09",
          "tangible_fixed_assets": "1568451485.88",
          "land_buildings": "42377432.68",
          "plant_machinery_equipment": "1215999771",
          "furniture_vehicles": "14550239.77",
          "other_tangible_assets": "20282836.73",
          "assets_under_construction_advance_payments": "275241205.7",
          "financial_fixed_assets": "41955355553.7",
          "currents_assets": "4157416355.21",
          "amounts_receivable_more_one_year": "86806377.99",
          "other_amounts_receivable_more_one_year": "79278694.98",
          "stocks_contracts_progress": "267011418.24",
          "stocks": "267011418.24",
          "stock_goods_purchased_resale": "16352306.08",
          "contracts_progress": null,
          "amounts_receivable_within_one_year": "1760005913.21",
          "trade_debtors_within_one_year": "1525248027.08",
          "other_amounts_receivable_within_one_year": "234757886.13",
          "cash_bank_hand": "13303825.83",
          "deferred_charges_accrued_income": "2030288819.94",
          "assets": "48577958956.88",
          "equity": "17550597367.53",
          "equity_contribution": null,
          "not_available_equity_contribution": null,
          "capital": "4639721779.04",
          "issued_capital": "5789721779.04",
          "outside_capital": null,
          "share_premium_account": "8227566543.45",
          "revaluation_surpluses": null,
          "reserves": "3969979241.51",
          "reserves_not_available": "46.21",
          "legal_reserve": "578972177.9",
          "other_reserves_not_available": "46.21",
          "untaxed_reserves": null,
          "available_reserves": "3391007017.4",
          "accumulated_profits_losses": "712419733.25",
          "investment_grants": "910070.28",
          "provisions_deferred_taxes": "1442629217.67",
          "provision_liabilities_charges": "1442629217.67",
          "provisions_pensions_similar_obligations": "4808590",
          "provisions_other_liabilities_charges_environmental_obligations_excluded": "371982151.46",
          "deferred_taxes": null,
          "amounts_payable": "29584732371.68",
          "amounts_payable_more_one_year": "18911659364.29",
          "financial_debts_remaining_term_more_one_year": "18911120197.4",
          "other_loans_remaining_term_more_one_year": "18630561433.44",
          "amounts_payable_within_one_year": "9852975539.4",
          "financial_debts_payable_within_one_year": null,
          "other_loans_payable_within_one_year": null,
          "trade_debts_payable_within_one_year": "1792802835.71",
          "suppliers_invoices_to_receive_within_one_year": "1792802835.71",
          "advances_received_contracts_progress_within_one_year": "1346304104.59",
          "taxes_remuneration_social_security": "165943559.98",
          "taxes": "53217869.62",
          "remuneration_social_security": "112725690.36",
          "other_amounts_payable_within_one_year": "1859382929.97",
          "accrued_charges_deferred_income": "820097467.99",
          "equity_liabilities": "48577958956.88",
          "operating_income_non_recurring_operating_income_included": "11599959599.21",
          "gross_operating_margin": null,
          "turnover": "11077113989.48",
          "increase_decrease_stocks_work_contracts_progress": null,
          "own_construction_capitalised": "220249576.34",
          "other_operating_income": "302596033.39",
          "operating_charges_non_recurring_operating_charges_included": "13102979120.36",
          "raw_materials_consumables": "10467254852.04",
          "purchases_raw_materials_consumables": "10488906954",
          "increase_decrease_stocks": "-21652101.96",
          "services_other_goods": "865284424.48",
          "remuneration_social_security_pensions": "594903770.1",
          "depreciation_other_amounts_written_down_formation_expenses_intangible_tangible_fixed_assets": "288646163.97",
          "amounts_written_down_stocks_contracts_progress_trade_debtors_appropriations_write_backs": "2526049.88",
          "provisions_risks_charges_appropriations_write_backs": "-131588784.09",
          "miscellaneous_operating_charges": "256239012.29",
          "non_recurring_operating_charges": "759713631.69",
          "operating_profit_loss": "-1503019521.15",
          "financial_income_non_recurring_financial_income_included": "2290689168.28",
          "financial_income": "2263133509.8",
          "income_current_assets": "2195254.89",
          "other_financial_income": "10923249.35",
          "non_recurring_financial_yields": "27555658.48",
          "financial_charges_non_recurring_financial_charges_included": "1204769215.32",
          "financial_charges": "738793455.85",
          "debt_charges": "702977284.09",
          "other_financial_charges": "35816171.76",
          "gain_loss_before_taxes": "-417099568.19",
          "transfer_from_deferred_taxes": null,
          "income_taxes": "136766.33",
          "belgian_foreign_income_taxes": "136766.33",
          "adjustment_income_taxes_write_back_tax_provisions": null,
          "gain_loss_period": "-417236334.52",
          "transfer_from_untaxed_reserves": null,
          "transfers_to_capital_reserves": null,
          "gain_loss_to_be_appropriated": "-417236334.52",
          "to_be_distributed_gain": null,
          "employees": "4655.1",
          "total_fte_men": "3593.5",
          "total_fte_women": "1061.6",
          "hours_worked_men": "4898090",
          "hours_worked_women": "1388173"
        }
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

Enterprise number or slug

Query Parameters

years
string

Comma-separated list of years

Response

200 - application/json

Financial data per year

The response is of type any[].