Profit-Maximizing Price Optimizer
price_optimizerOptimize pricing by fitting a linear demand curve to your price/quantity data. Calculate the profit-maximizing price using unit costs, and view a price sweep for informed decisions.
Instructions
Find the price that maximizes profit for a product or service. Fits a linear demand curve to your observed price/quantity points, derives the optimal price from unit economics, and returns a transparent price sweep. Also reports the revenue-maximizing price for growth strategies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unitCost | Yes | Variable cost to produce/deliver one unit. | |
| fixedCost | No | Fixed costs for the period. Default 0. | |
| demandPoints | Yes | At least two price/quantity observations (must slope downward). |