Docs
FinOps
ROI Analytics

ROI Analytics

Measure the business impact and return on investment of your AI operations.

Calculate ROI

roi = ants.finops.calculate_roi(
    costs=5000,
    revenue=25000,
    period='month'
)
 
print(f"ROI: {roi.percentage}%")
print(f"Payback period: {roi.payback_days} days")

Business Metrics

Track key performance indicators:

  • Cost per conversion
  • Revenue per AI interaction
  • Customer lifetime value
  • Payback period

Next Steps