Various Indicators

Various Indicators

FY12/2019 FY12/2020 FY12/2021 FY12/2022 FY12/2023
Total Asset Turnover 0.7times 0.6times 0.8times 0.9times 0.8times
Equity Ratio 65.2% 68.2% 74.1% 73.0% 85.6%
Return on Equity(ROE) *1 8.3% 3.5% 10.4% 15.4% 10.7%
Return on Assets(ROA) *2 7.9% 3.7% 10.1% 15.6% 11.4%

*1 ROE(Return on Equity)=Net Income Attributable to Owners of parents/ Shareholders’ Equity×100(%)
*2 ROA(Return on Assets)=Ordinary Income/ Net Assets x 100(%)

ROE

(%)

ROA

(%)
var ctx = document.getElementById('t1').getContext('2d'); var myChart = new Chart(ctx, { type: 'line', data: { labels: ['FY12/19', 'FY12/20', 'FY12/21', 'FY12/22', 'FY12/23'], 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: ['FY12/19', 'FY12/20', 'FY12/21', 'FY12/22', 'FY12/23'], 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 } }] } } });