CodableAIA Stacksona Company

Percentage and Ratio Calculator

Computes percentage change, margin, and simplified ratios with work.

Run tool

Form input

Output JSON


          

Work steps

    Inputs

    NameTypeRequiredDescription
    modetextYesMode
    aintegerYesA
    bintegerYesB

    Outputs

    NameTypeDescription
    resulttextResult
    workarrayWork

    Sample request

    {
      "mode": "percent_change",
      "a": 120000,
      "b": 150000
    }