As of the end of Ashwin (approximately mid-October), the highest distributable profit belongs to Manjushree Finance, which has increased by 429.77% to reach NPR 151,366,000 within a year. ICFC Finance’s distributable profit has increased by 1266.42% to reach NPR 67,542,000. All other finance companies have reported negative distributable profits.
As of the end of Ashwin, the highest earnings per share is from Janaki Finance, which stands at NPR 40. During this period, five finance companies reported negative earnings per share.
Finance Company Q1 Report 2081/82
EPS Of Finance (First Qtr, 2081-82)
Name | 2081/82 | 2080/81 | Diff |
---|---|---|---|
Janaki Finance | 40.00 | 0.60 | +39.40 |
Manjushree Finance | 27.89 | 24.50 | +3.39 |
ICFC Finance | 23.25 | 3.17 | +20.08 |
Goodwill Finance | 20.93 | -14.80 | +35.73 |
Central Finance | 20.87 | -11.04 | +31.91 |
Gurkhas Finance | 11.19 | 28.43 | -17.24 |
Multipurpose Finance | 9.69 | 4.42 | +5.27 |
Progressive Finance | 9.54 | -7.21 | +16.75 |
Shree Investment | 1.69 | 0.12 | +1.57 |
Nepal Finance | -3.29 | -2.77 | -0.52 |
Best Finance | -3.88 | -9.28 | +5.40 |
Guheshowori Merchant | -8.75 | -5.33 | -3.42 |
Pokhara Finance | -18.11 | -20.79 | +2.68 |
Reliance Finance | -20.53 | 19.24 | -39.77 |
Average | 7.89 | 0.66 | +7.23 |
Distributable P/L Of Finance (First Qtr, 2081-82)
Name | 2081/82 | 2080/81 | Diff |
---|---|---|---|
Manjushree Finance | 151,366 | 28,572 | +429.77% |
ICFC Finance | 67,542 | 4,943 | +1266.42% |
Shree Investment | -9,115 | 12,261 | -21,376 |
Goodwill Finance | -22,931 | -4,068 | -18,863 |
Central Finance | -118,485 | -55,550 | -62,935 |
Guheshowori Merchant | -129,622 | -7,152 | -122,470 |
Nepal Finance | -250,701 | -236,748 | -13,953 |
Best Finance | -263,300 | -262,183 | -1,117 |
Reliance Finance | -390,272 | -248,720 | -141,552 |
SOURCE CODE
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Finance Company Q1 Report 2081/82</title>
<style>
body {
font-family: Arial, sans-serif;
background: #f0f4f8;
color: #333;
text-align: center;
padding: 20px;
}
h1 {
color: #007bff;
margin-bottom: 20px;
animation: glowingText 1.5s infinite;
}
table {
width: 90%;
margin: auto;
border-collapse: collapse;
overflow: hidden;
background: #fff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
th, td {
padding: 10px;
border: 1px solid #ddd;
font-size: 1em;
}
th {
background-color: #007bff;
color: white;
}
.positive {
color: #28a745;
font-weight: bold;
text-shadow: 0px 0px 5px #28a745;
animation: glowPositive 1.5s infinite;
}
.negative {
color: #dc3545;
font-weight: bold;
text-shadow: 0px 0px 5px #dc3545;
animation: glowNegative 1.5s infinite;
}
@keyframes glowingText {
0% { color: #007bff; }
50% { color: #0056b3; }
100% { color: #007bff; }
}
@keyframes glowPositive {
0% { text-shadow: 0px 0px 5px #28a745; }
50% { text-shadow: 0px 0px 15px #28a745; }
100% { text-shadow: 0px 0px 5px #28a745; }
}
@keyframes glowNegative {
0% { text-shadow: 0px 0px 5px #dc3545; }
50% { text-shadow: 0px 0px 15px #dc3545; }
100% { text-shadow: 0px 0px 5px #dc3545; }
}
</style>
</head>
<body>
<h1>Finance Company Q1 Report 2081/82</h1>
<!-- EPS Table -->
<h2>EPS Of Finance (First Qtr, 2081-82)</h2>
<table>
<tr>
<th>Name</th>
<th>2081/82</th>
<th>2080/81</th>
<th>Diff</th>
</tr>
<tr>
<td>Janaki Finance</td>
<td>40.00</td>
<td>0.60</td>
<td class="positive">+39.40</td>
</tr>
<tr>
<td>Manjushree Finance</td>
<td>27.89</td>
<td>24.50</td>
<td class="positive">+3.39</td>
</tr>
<tr>
<td>ICFC Finance</td>
<td>23.25</td>
<td>3.17</td>
<td class="positive">+20.08</td>
</tr>
<tr>
<td>Goodwill Finance</td>
<td>20.93</td>
<td>-14.80</td>
<td class="positive">+35.73</td>
</tr>
<tr>
<td>Central Finance</td>
<td>20.87</td>
<td>-11.04</td>
<td class="positive">+31.91</td>
</tr>
<tr>
<td>Gurkhas Finance</td>
<td>11.19</td>
<td>28.43</td>
<td class="negative">-17.24</td>
</tr>
<tr>
<td>Multipurpose Finance</td>
<td>9.69</td>
<td>4.42</td>
<td class="positive">+5.27</td>
</tr>
<tr>
<td>Progressive Finance</td>
<td>9.54</td>
<td>-7.21</td>
<td class="positive">+16.75</td>
</tr>
<tr>
<td>Shree Investment</td>
<td>1.69</td>
<td>0.12</td>
<td class="positive">+1.57</td>
</tr>
<tr>
<td>Nepal Finance</td>
<td>-3.29</td>
<td>-2.77</td>
<td class="negative">-0.52</td>
</tr>
<tr>
<td>Best Finance</td>
<td>-3.88</td>
<td>-9.28</td>
<td class="positive">+5.40</td>
</tr>
<tr>
<td>Guheshowori Merchant</td>
<td>-8.75</td>
<td>-5.33</td>
<td class="negative">-3.42</td>
</tr>
<tr>
<td>Pokhara Finance</td>
<td>-18.11</td>
<td>-20.79</td>
<td class="positive">+2.68</td>
</tr>
<tr>
<td>Reliance Finance</td>
<td>-20.53</td>
<td>19.24</td>
<td class="negative">-39.77</td>
</tr>
<tr>
<th>Average</th>
<th>7.89</th>
<th>0.66</th>
<th class="positive">+7.23</th>
</tr>
</table>
<!-- Distributable P/L Table -->
<h2>Distributable P/L Of Finance (First Qtr, 2081-82)</h2>
<table>
<tr>
<th>Name</th>
<th>2081/82</th>
<th>2080/81</th>
<th>Diff</th>
</tr>
<tr>
<td>Manjushree Finance</td>
<td>151,366</td>
<td>28,572</td>
<td class="positive">+429.77%</td>
</tr>
<tr>
<td>ICFC Finance</td>
<td>67,542</td>
<td>4,943</td>
<td class="positive">+1266.42%</td>
</tr>
<tr>
<td>Shree Investment</td>
<td>-9,115</td>
<td>12,261</td>
<td class="negative">-21,376</td>
</tr>
<tr>
<td>Goodwill Finance</td>
<td>-22,931</td>
<td>-4,068</td>
<td class="negative">-18,863</td>
</tr>
<tr>
<td>Central Finance</td>
<td>-118,485</td>
<td>-55,550</td>
<td class="negative">-62,935</td>
</tr>
<tr>
<td>Guheshowori Merchant</td>
<td>-129,622</td>
<td>-7,152</td>
<td class="negative">-122,470</td>
</tr>
<tr>
<td>Nepal Finance</td>
<td>-250,701</td>
<td>-236,748</td>
<td class="negative">-13,953</td>
</tr>
<tr>
<td>Best Finance</td>
<td>-263,300</td>
<td>-262,183</td>
<td class="negative">-1,117</td>
</tr>
<tr>
<td>Reliance Finance</td>
<td>-390,272</td>
<td>-248,720</td>
<td class="negative">-141,552</td>
</tr>
</table>
</body>
</html>
HTML