Reference
CIT Return
Coming soonAnnual Company Income Tax computation. Dashboard-only today; API export is on the roadmap.
Company Income Tax (CIT) is Nigeria's corporate income tax — 30% for large companies, graduated rates for medium and small. Finora Business computes CIT from your P&L, adjusted for the Finance Act's tax-deductible rules.
How CIT is computed
Finora Business applies the standard Nigerian CIT logic:
- Start with net profit from the P&L.
- Add back non-deductible expenses (entertainment over limits, donations exceeding 10% of profit, etc.).
- Subtract capital allowances on fixed assets.
- Apply the appropriate CIT rate:
- Small company (turnover ≤ ₦25M): 0%
- Medium company (₦25M–₦100M): 20%
- Large company (> ₦100M): 30%
Reading the data today
GET /v1/reports/profit-loss— net profitGET /v1/fixed-assets— capital allowance baseGET /v1/tax/summary— pre-computed annual tax summary including CIT estimate
Filing workflow
CIT is filed annually, 6 months after the end of your financial year (FYE). For most Nigerian businesses on a calendar FYE, that's by 30 June.
- Close the financial year in Finora Business.
- Run the Year-End Close (dashboard workflow).
- [Dashboard] Generate the CIT computation.
- Review with your tax advisor.
- File on the FIRS e-filing portal and pay the computed CIT.
What's coming
Planned endpoints:
POST /v1/documents/cit-computation/pdf— CIT computation worksheetPOST /v1/documents/cit-return/pdf— FIRS-format CIT returnGET /v1/tax/cit— real-time CIT estimate for the current financial year
Related endpoints
Reference index
Back to all modules