Exact names, same tested math
cash-conversion-cycle and working-capital-calculator now point to the existing working-capital-cycle calculator.
Send annual revenue, receivables, inventory, payables, and optional cost of goods sold. The response gives you DSO, DIO, DPO, cash conversion days, working capital tied up, and the cash that could be released by reaching a target cycle.
{
"annual_revenue": 12000000,
"annual_cogs": 7200000,
"accounts_receivable": 1100000,
"inventory": 850000,
"accounts_payable": 640000,
"target_cash_conversion_days": 42
}
Both names return the same calculation for the same inputs. Each request costs $0.01 USDC.
Use POST /cash-conversion-cycle or POST /working-capital-calculator.