Finance data analyse
Data parle — flow numbers to insights
Finance analyse = stress pour beaucoup
Sales data = ERP, expenses = OA, bank flows = Excel downloaded, invoices = tax system… chaque mois c'est une bataille juste de réunir les données.
Reconciler manuel pire : centaines de transactions line-by-line, 0.8¥ différence = search hour, trouvé = c'est arrondi FX. Finit une fois, autre team dit data refresh, restart.
Le pire : anomalies jamais early. End-of-month report time tu découvres project overspend 30%, boss « pourquoi pas alerte avant? » — je viens le savoir aussi boss.
Excel/CSV/PDF financial data? OpenClaw lit et parse tout.
Auto multi-table join, YoY/MoM, anomalies détection — dis juste « ce mois overspend où? », il liste items + raisons + improvements.
Tous calculs Python = transparent, audit-able. Etdata local toujours, jamais upload, finance security = bottom line.
3 templates analyse financière Prompts
Income statement decomposition à cash flow forecasting, finance person's efficiency superpower.
Analyse cet income statement (fichier attaché), focus sur marge brute :
1. Calcule 6 dernier mois gross margin trends (YoY + MoM)
2. Si declining, décompose pourquoi :
- High-margin produits ventes down?
- Raw material cost up?
- Discount trop hard?
3. Chaque product line margin contribution ranking
4. Period expense rate (sales/admin/R&D) trends
Output :
- Table + graphs pour key data
- 2-3 improvements suggestions
- 200 char summary direct boss email
Forecast cash flow 3 mois futurs sur historical :
Data : [path 12 mois cash flow statement]
Require :
1. Separate forecast : opérations/investissement/financing cash flows
2. Account seasonality (Q4 peak, Q1 slow collections)
3. Scénarios : optimiste/base/pessimiste
4. Flag possible cash crunch time nodes
5. Line chart : history + forecast range
If any month CF negative, highlight + mitigation advice.
Use Python statsmodels ou Prophet time-series.
Compare derniers 2 quarters expenses :
- Q3 expense sheet : [path]
- Q4 expense sheet : [path]
Require :
1. Item par item compare, calcule growth rate
2. Top 5 ranking par growth rate high-to-low
3. Distinguish fixed vs variable expense moves
4. Expense-to-revenue ratio trends
5. Flag anomalies : growth rate > 20% explique pourquoi
Output : comparison Excel + text short, office-ready language.
Analyse financière : OpenClaw vs Excel manuel
Excel old friend mais some limits.
- Demand words, zéro formula writing zéro pivot table pulling
- Multi-table join = seconds, pas VLOOKUP chain
- Auto anomaly + trend detection
- Analysis logic = code traceable reviewable
- Data local = finance info secure
- Simple summary OK, complex = formula-on-formula mess
- Multi-join = error-prone, one break = crash
- Anomalies = eye-scan only, peut-être miss
- Chaque analyse = restart, zéro reuse
- Version chaos, changes qui sait quoi changed