-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata_basic.html
More file actions
41 lines (41 loc) · 796 Bytes
/
data_basic.html
File metadata and controls
41 lines (41 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>2020-12</th>
<th>2019-12</th>
</tr>
<tr>
<th>index</th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<th>Profit After Tax Growth (YoY)</th>
<td>0.810405</td>
<td>0.025519</td>
</tr>
<tr>
<th>Net Revenue Growth (YoY)</th>
<td>0.421240</td>
<td>-0.023797</td>
</tr>
<tr>
<th>Net Profit Margin (Yr)</th>
<td>0.324553</td>
<td>0.254787</td>
</tr>
<tr>
<th>ROE last 4 quarters</th>
<td>0.195974</td>
<td>0.123374</td>
</tr>
<tr>
<th>ROA last 4 quarters</th>
<td>0.053917</td>
<td>0.033224</td>
</tr>
</tbody>
</table>