{"id":248,"date":"2026-03-18T08:57:05","date_gmt":"2026-03-18T08:57:05","guid":{"rendered":"https:\/\/afcu.org.et\/?p=248"},"modified":"2026-03-18T11:10:44","modified_gmt":"2026-03-18T11:10:44","slug":"cooperatives-information","status":"publish","type":"post","link":"https:\/\/afcu.org.et\/?p=248","title":{"rendered":"Financial Status of AFCU"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"909\" src=\"https:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/11-1024x909.jpg\" alt=\"\" class=\"wp-image-285\" style=\"aspect-ratio:1.126516046584525\" srcset=\"https:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/11-1024x909.jpg 1024w, https:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/11-300x266.jpg 300w, https:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/11-768x682.jpg 768w, https:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/11.jpg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>AFCU \u00b7 Financial Status 2021\u20132025<\/title>\n    <!-- Font Awesome & Google Font -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700;14..32,800&#038;display=swap\" rel=\"stylesheet\">\n    <!-- Chart.js for graph -->\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js@4.4.0\/dist\/chart.umd.min.js\"><\/script>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: linear-gradient(145deg, #e0f0e8 0%, #c8e0d0 100%);\n            font-family: 'Inter', sans-serif;\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 20px;\n        }\n\n        .financial-card {\n            max-width: 900px;\n            width: 100%;\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(10px);\n            border-radius: 48px;\n            padding: 2.2rem;\n            box-shadow: 0 30px 50px -18px #1d4a3e;\n            border: 2px solid #2e8b57;\n            border-top: 5px solid #daa520;\n        }\n\n        h1 {\n            font-size: 2rem;\n            color: #1e5f3a;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            margin-bottom: 0.5rem;\n        }\n\n        .subhead {\n            color: #3f7652;\n            font-weight: 500;\n            margin-bottom: 2rem;\n            border-left: 5px solid #daa520;\n            padding-left: 1rem;\n        }\n\n        .metric-summary {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin: 2rem 0 2.5rem;\n            justify-content: space-between;\n        }\n\n        .metric-item {\n            background: #f5f9f0;\n            flex: 1 1 160px;\n            padding: 1.2rem 1rem;\n            border-radius: 32px;\n            border: 1px solid #b0c4a2;\n            text-align: center;\n            box-shadow: 0 6px 14px rgba(0,40,10,0.1);\n        }\n\n        .metric-label {\n            font-size: 0.8rem;\n            text-transform: uppercase;\n            color: #556b2f;\n            font-weight: 600;\n            letter-spacing: 0.4px;\n        }\n\n        .metric-number {\n            font-size: 1.9rem;\n            font-weight: 800;\n            color: #1d5430;\n            line-height: 1.2;\n        }\n\n        .metric-detail {\n            font-size: 0.7rem;\n            color: #7b8f5c;\n        }\n\n        .chart-container {\n            background: #fafff5;\n            border-radius: 40px;\n            padding: 1.5rem;\n            margin: 2rem 0;\n            border: 2px solid #9bba7a;\n        }\n\n        .chart-title {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 1.2rem;\n        }\n\n        .chart-title h2 {\n            font-size: 1.4rem;\n            color: #1e5f3a;\n        }\n\n        .pill {\n            background: #2e8b57;\n            color: #f5e56b;\n            padding: 0.3rem 1.2rem;\n            border-radius: 60px;\n            font-weight: 600;\n            font-size: 0.8rem;\n        }\n\n        .bar-wrapper {\n            position: relative;\n            height: 250px;\n            width: 100%;\n        }\n\n        .table-section {\n            background: #f5f9ea;\n            border-radius: 32px;\n            padding: 1.5rem;\n            border: 2px solid #9bba7a;\n            margin-top: 1.8rem;\n        }\n\n        .table-section h3 {\n            font-size: 1.3rem;\n            color: #1d5430;\n            margin-bottom: 1rem;\n        }\n\n        .financial-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n\n        .financial-table th {\n            background: #2e8b57;\n            color: #f5e56b;\n            padding: 12px 10px;\n            font-weight: 600;\n            text-align: left;\n        }\n\n        .financial-table td {\n            padding: 10px;\n            border-bottom: 1px solid #c0d6ae;\n            color: #1f4f2a;\n        }\n\n        .financial-table tr:last-child td {\n            border-bottom: none;\n        }\n\n        .financial-table .record-row {\n            background: #fcf2cf;\n            font-weight: 700;\n            color: #a76117;\n        }\n\n        .footer-note {\n            margin-top: 2rem;\n            text-align: center;\n            font-size: 0.85rem;\n            color: #4c7b5b;\n            border-top: 1px dashed #9bba7a;\n            padding-top: 1.2rem;\n        }\n    <\/style>\n<\/head>\n<body>\n<div class=\"financial-card\">\n    <h1><i class=\"fas fa-chart-line\" style=\"color:#daa520;\"><\/i> AFCU Financial Status<\/h1>\n    <div class=\"subhead\">Ambo Farmers\u2019 Cooperative Union \u00b7 Five-year profit (million ETB)<\/div>\n\n    <!-- summary metrics -->\n    <div class=\"metric-summary\">\n        <div class=\"metric-item\">\n            <div class=\"metric-label\">2025 profit<\/div>\n            <div class=\"metric-number\">350M<\/div>\n            <div class=\"metric-detail\">record \u25b2 75%<\/div>\n        <\/div>\n        <div class=\"metric-item\">\n            <div class=\"metric-label\">5-year CAGR<\/div>\n            <div class=\"metric-number\">75.2%<\/div>\n            <div class=\"metric-detail\">(2021\u20132025)<\/div>\n        <\/div>\n        <div class=\"metric-item\">\n            <div class=\"metric-label\">2024 profit<\/div>\n            <div class=\"metric-number\">200M<\/div>\n            <div class=\"metric-detail\">base year<\/div>\n        <\/div>\n        <div class=\"metric-item\">\n            <div class=\"metric-label\">2021 profit<\/div>\n            <div class=\"metric-number\">37M<\/div>\n            <div class=\"metric-detail\">starting point<\/div>\n        <\/div>\n    <\/div>\n\n    <!-- bar chart -->\n    <div class=\"chart-container\">\n        <div class=\"chart-title\">\n            <h2><i class=\"fas fa-chart-bar\" style=\"color:#2e8b57;\"><\/i> Net profit (million ETB)<\/h2>\n            <span class=\"pill\">2021 \u2192 2025<\/span>\n        <\/div>\n        <div class=\"bar-wrapper\">\n            <canvas id=\"profitChart\" style=\"width:100%; height:250px;\"><\/canvas>\n        <\/div>\n    <\/div>\n\n    <!-- detailed table -->\n    <div class=\"table-section\">\n        <h3><i class=\"fas fa-table\"><\/i> Year\u2011by\u2011year profit<\/h3>\n        <table class=\"financial-table\">\n            <thead>\n                <tr>\n                    <th>Year<\/th>\n                    <th>Profit (million ETB)<\/th>\n                    <th>Growth<\/th>\n                    <th>Revenue (est. ETB)<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr>\n                    <td>2021<\/td>\n                    <td>37M<\/td>\n                    <td>\u2014<\/td>\n                    <td>412M<\/td>\n                <\/tr>\n                <tr>\n                    <td>2022<\/td>\n                    <td>67M<\/td>\n                    <td>+81%<\/td>\n                    <td>520M<\/td>\n                <\/tr>\n                <tr>\n                    <td>2023<\/td>\n                    <td>132M<\/td>\n                    <td>+97%<\/td>\n                    <td>690M<\/td>\n                <\/tr>\n                <tr>\n                    <td>2024<\/td>\n                    <td>200M<\/td>\n                    <td>+52%<\/td>\n                    <td>845M<\/td>\n                <\/tr>\n                <tr class=\"record-row\">\n                    <td><strong>2025<\/strong><\/td>\n                    <td><strong>350M<\/strong><\/td>\n                    <td><strong>+75%<\/strong><\/td>\n                    <td><strong>1,280M<\/strong><\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n\n    <!-- cumulative & note -->\n    <div class=\"footer-note\">\n        <i class=\"fas fa-calculator\"><\/i> Cumulative profit (2021\u20132025): <strong>786M ETB<\/strong> \u00b7 2025 share: 44.5% \u00b7 Data source: AFCU annual reports\n    <\/div>\n<\/div>\n\n<script>\n    (function() {\n        const ctx = document.getElementById('profitChart').getContext('2d');\n        new Chart(ctx, {\n            type: 'bar',\n            data: {\n                labels: ['2021', '2022', '2023', '2024', '2025'],\n                datasets: [{\n                    label: 'Profit (million ETB)',\n                    data: [37, 67, 132, 200, 350],\n                    backgroundColor: ['#8fc9a0', '#8fc9a0', '#8fc9a0', '#8fc9a0', '#daa520'],\n                    borderColor: '#2e8b57',\n                    borderWidth: 2,\n                    borderRadius: 8\n                }]\n            },\n            options: {\n                responsive: true,\n                maintainAspectRatio: false,\n                plugins: {\n                    legend: { display: false },\n                    tooltip: { backgroundColor: '#1e5f3a' }\n                },\n                scales: {\n                    y: {\n                        beginAtZero: true,\n                        title: { display: true, text: 'million ETB', color: '#2e5f3a' },\n                        grid: { color: '#c0d6ae' }\n                    },\n                    x: {\n                        grid: { display: false }\n                    }\n                }\n            }\n        });\n    })();\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>AFCU \u00b7 Financial Status 2021\u20132025 AFCU Financial Status Ambo Farmers\u2019 Cooperative Union \u00b7 Five-year profit (million ETB) 2025 profit 350M record \u25b2 75% 5-year CAGR 75.2% (2021\u20132025) 2024 profit 200M base year 2021 profit 37M starting point Net profit (million ETB) 2021 \u2192 2025 Year\u2011by\u2011year profit Year Profit (million ETB) Growth Revenue (est. ETB) 2021&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_themeisle_gutenberg_block_has_review":false,"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-248","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/afcu.org.et\/index.php?rest_route=\/wp\/v2\/posts\/248","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/afcu.org.et\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/afcu.org.et\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/afcu.org.et\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/afcu.org.et\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=248"}],"version-history":[{"count":8,"href":"https:\/\/afcu.org.et\/index.php?rest_route=\/wp\/v2\/posts\/248\/revisions"}],"predecessor-version":[{"id":288,"href":"https:\/\/afcu.org.et\/index.php?rest_route=\/wp\/v2\/posts\/248\/revisions\/288"}],"wp:attachment":[{"href":"https:\/\/afcu.org.et\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=248"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/afcu.org.et\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=248"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/afcu.org.et\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=248"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}