{
  "entity_type": "unit_conversion_page",
  "id": "kg-to-oz",
  "name": "Kilograms to Ounces",
  "title": "Kilograms to Ounces Converter (kg to oz)",
  "description": "Convert kilograms to ounces: 1 kg = 35.274 oz. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "mass",
  "quantity_name": "Mass",
  "base_unit": "kg",
  "from_unit": {
    "symbol": "kg",
    "display": "kg",
    "name": "kilograms",
    "singular": "kilogram"
  },
  "to_unit": {
    "symbol": "oz",
    "display": "oz",
    "name": "ounces",
    "singular": "ounce"
  },
  "linear": true,
  "factor": 35.27396195,
  "inverse_factor": 0.02834952313,
  "formula": "ounces = kilograms × 35.27396195",
  "reverse_formula": "kilograms = ounces × 0.02834952313",
  "unit_relation": "1 kg = 35.274 oz",
  "examples": [
    {
      "value": 5,
      "result": 176.37,
      "text": "5 kg = 176.37 oz"
    },
    {
      "value": 12.5,
      "result": 440.925,
      "text": "12.5 kg = 440.925 oz"
    },
    {
      "value": 100,
      "result": 3527.4,
      "text": "100 kg = 3527.4 oz"
    }
  ],
  "table": [
    {
      "kg": 1,
      "oz": 35.274
    },
    {
      "kg": 2,
      "oz": 70.5479
    },
    {
      "kg": 3,
      "oz": 105.822
    },
    {
      "kg": 4,
      "oz": 141.096
    },
    {
      "kg": 5,
      "oz": 176.37
    },
    {
      "kg": 6,
      "oz": 211.644
    },
    {
      "kg": 7,
      "oz": 246.918
    },
    {
      "kg": 8,
      "oz": 282.192
    },
    {
      "kg": 9,
      "oz": 317.466
    },
    {
      "kg": 10,
      "oz": 352.74
    },
    {
      "kg": 15,
      "oz": 529.109
    },
    {
      "kg": 20,
      "oz": 705.479
    },
    {
      "kg": 25,
      "oz": 881.849
    },
    {
      "kg": 30,
      "oz": 1058.22
    },
    {
      "kg": 40,
      "oz": 1410.96
    },
    {
      "kg": 50,
      "oz": 1763.7
    },
    {
      "kg": 75,
      "oz": 2645.55
    },
    {
      "kg": 100,
      "oz": 3527.4
    },
    {
      "kg": 200,
      "oz": 7054.79
    },
    {
      "kg": 250,
      "oz": 8818.49
    },
    {
      "kg": 500,
      "oz": 17637
    },
    {
      "kg": 1000,
      "oz": 35274
    }
  ],
  "faq": [
    {
      "q": "How many ounces are in one kilogram?",
      "a": "1 kg = 35.274 oz. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures."
    },
    {
      "q": "What is the formula to convert kilograms to ounces?",
      "a": "Multiply the value in kilograms by 35.27396195: ounces = kilograms × 35.27396195. For example, 5 kg = 176.37 oz."
    },
    {
      "q": "How do I convert ounces back to kilograms?",
      "a": "Multiply by the inverse factor 0.02834952313 (kilograms = ounces × 0.02834952313), or use the ounces-to-kilograms page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=5&from_unit=kg&to_unit=oz",
    "calculator": "https://tttkmbb.com/api/v1/calculate/mass?value=5&from_unit=kg&to_unit=oz",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "kg",
      "to_unit": "oz"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/kg-to-oz",
    "markdown": "https://tttkmbb.com/conversion/kg-to-oz.md",
    "json": "https://tttkmbb.com/conversion/kg-to-oz.json",
    "reverse": "https://tttkmbb.com/conversion/oz-to-kg",
    "quantity_converter": "https://tttkmbb.com/conversion/mass",
    "units": "https://tttkmbb.com/api/v1/units?quantity=mass"
  },
  "timestamp": "2026-09-24"
}