baseera-finance-cli
v0.1.1
Published
Know if your company will lose money before it happens. CLI-first financial analysis for AI agents and finance teams. One command = instant KPIs, forecasts, and health scores.
Maintainers
Readme
بصيرة المالية — Baseera Finance CLI
Know if your company will lose money — before it happens.
One command. Instant financial intelligence. No spreadsheets, no dashboards to set up, no accountant needed.
npm install -g baseera-finance-cli
baseera health
# → Score: 85/100 Grade: A
# → ✅ Overall financial position is solidWhy Baseera?
For AI Agents: Every command outputs clean JSON with --json. Your agent imports a file, runs analysis, and gets structured insights — in seconds, not hours.
For Finance Teams: 20+ years of CFO expertise encoded into simple commands. Import your Excel, get instant KPIs, forecasts, and health scores.
For Business Owners: Stop guessing. Know exactly where your money goes, what's coming next, and whether you should worry.
Quick Start (30 seconds)
npm i -g baseera-finance-cli
baseera dashboard # Instant KPI dashboard (sample data included!)That's it. Sample data is pre-loaded — you see results immediately.
What You Can Do
📊 See Your Financial Pulse
baseera dashboard # Revenue, profit, cash, ratios — one screen
baseera dashboard --compare 2024-Q3 # "Are we doing better than last quarter?"🔍 Find Where Money Leaks
baseera analyze expenses # "Where is our money going?"
baseera analyze profitability # "Are our margins shrinking?"
baseera analyze cashflow # "Will we run out of cash?"🔮 Predict What's Coming
baseera forecast revenue --months 6 # "What will revenue look like?"
baseera forecast cashflow --months 3 # "Will we have enough cash in March?"✅ Get a Financial Health Score
baseera health # Score out of 100 + grade (A/B/C/D/F)
baseera health --detailed # Specific recommendations to improve📋 Generate Reports (Skip the Accountant)
baseera report monthly --period 2024-12 # Monthly executive summary
baseera report quarterly --period 2024-Q4 # Board-ready quarterly report💰 Track Your Budget
baseera budget create --year 2025 # Auto-generate from last year
baseera budget variance --period 2024-12 # "Are we over budget?"📥 Import Your Data
baseera import --file financials.xlsx # Excel
baseera import --file data.csv # CSVBuilt for AI Agents 🤖
Every command supports --json for structured output:
# An AI agent can do this in one turn:
baseera import --file client_data.xlsx
baseera health --json
# → {"score": 72, "grade": "B", "recommendations": ["Reduce operating expenses by 15%"]}Why agents love Baseera:
- Fewer tokens — CLI output vs scraping web dashboards
- No context rot — clean structured data every time
- Zero setup —
npm i -gand it works
🇸🇦 Saudi-Aware
- Default currency: SAR
- VAT rate: 15%
- Designed for KSA/MENA businesses
Privacy First
All data stays on your machine at ~/.baseera/data.json. No cloud. No accounts. No tracking. Import once, analyze forever.
Built by Baseera Finance — بصيرة المالية | AI-Powered Financial Intelligence
MIT License
