各種指標

各種指標

19年12月期 20年12月期 21年12月期 22年12月期 23年12月期
総資産回転率 0.7回 0.6回 0.8回 0.9回 0.8回
自己資本比率 65.2% 68.2% 74.1% 73.0% 85.6%
自己資本当期純利益率
(ROE)※1
8.3% 3.5% 10.4% 15.4% 10.7%
総資産経常利益率
(ROA)※2
7.9% 3.7% 10.1% 15.6% 11.4%

※1 ROE(自己資本当期純利益率)=親会社株主に帰属する当期純利益÷自己資本×100(%)
※2 ROA(総資産経常利益率)=当期経常利益÷総資産×100(%)

ROE

(%)

ROA

(%)
var ctx = document.getElementById('t1').getContext('2d'); var myChart = new Chart(ctx, { type: 'line', data: { labels: ['19/12', '20/12', '21/12', '22/12', '23/12'], datasets: [{ label: 'ROE', data: [8.3, 3.5, 10.4, 15.4, 10.7], borderColor: "rgba(23, 83, 131, 1)", pointBackgroundColor: "rgba(23, 83, 131, 1)", fill: false, order: 0, lineTension: 0, }, ] }, options: { legend: { display: true, position: 'bottom', }, title: { display: false, text: '' }, scales: { xAxes: [{ barPercentage: 0.9, gridLines: { // 補助線 display: false, }, ticks: { beginAtZero: true } }], yAxes: [{ type: 'linear', gridLines: { // 補助線 display: true, color: "rgba(221, 221, 221, 1)", // 補助線の色 }, ticks: { max: 20, min: 0, stepSize: 5 } }] } } }); var ctx = document.getElementById('t2').getContext('2d'); var myChart = new Chart(ctx, { type: 'line', data: { labels: ['19/12', '20/12', '21/12', '22/12', '23/12'], datasets: [{ label: 'ROA', data: [7.9, 3.7, 10.1, 15.6, 11.4], borderColor: "rgba(23, 83, 131, 1)", pointBackgroundColor: "rgba(23, 83, 131, 1)", fill: false, order: 0, lineTension: 0, }, ] }, options: { legend: { display: true, position: 'bottom', }, title: { display: false, text: '' }, scales: { xAxes: [{ barPercentage: 0.9, gridLines: { // 補助線 display: false, }, ticks: { beginAtZero: true } }], yAxes: [{ type: 'linear', gridLines: { // 補助線 display: true, color: "rgba(221, 221, 221, 1)", // 補助線の色 }, ticks: { max: 20, min: 0, stepSize: 5 } }] } } });