{
  "entity_type": "unit_conversion_page",
  "id": "newtons-to-kilonewtons",
  "name": "Newtons to Kilonewtons",
  "title": "Newtons to Kilonewtons Converter (N to kN)",
  "description": "Convert newtons to kilonewtons: 1 N = 0.001 kN. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "force",
  "quantity_name": "Force",
  "base_unit": "N",
  "from_unit": {
    "symbol": "N",
    "display": "N",
    "name": "newtons",
    "singular": "newton"
  },
  "to_unit": {
    "symbol": "kN",
    "display": "kN",
    "name": "kilonewtons",
    "singular": "kilonewton"
  },
  "linear": true,
  "factor": 0.001,
  "inverse_factor": 1000,
  "formula": "kilonewtons = newtons × 0.001",
  "reverse_formula": "newtons = kilonewtons × 1000",
  "unit_relation": "1 N = 0.001 kN",
  "examples": [
    {
      "value": 5,
      "result": 0.005,
      "text": "5 N = 0.005 kN"
    },
    {
      "value": 12.5,
      "result": 0.0125,
      "text": "12.5 N = 0.0125 kN"
    },
    {
      "value": 100,
      "result": 0.1,
      "text": "100 N = 0.1 kN"
    }
  ],
  "table": [
    {
      "N": 1,
      "kN": 0.001
    },
    {
      "N": 2,
      "kN": 0.002
    },
    {
      "N": 3,
      "kN": 0.003
    },
    {
      "N": 4,
      "kN": 0.004
    },
    {
      "N": 5,
      "kN": 0.005
    },
    {
      "N": 6,
      "kN": 0.006
    },
    {
      "N": 7,
      "kN": 0.007
    },
    {
      "N": 8,
      "kN": 0.008
    },
    {
      "N": 9,
      "kN": 0.009
    },
    {
      "N": 10,
      "kN": 0.01
    },
    {
      "N": 15,
      "kN": 0.015
    },
    {
      "N": 20,
      "kN": 0.02
    },
    {
      "N": 25,
      "kN": 0.025
    },
    {
      "N": 30,
      "kN": 0.03
    },
    {
      "N": 40,
      "kN": 0.04
    },
    {
      "N": 50,
      "kN": 0.05
    },
    {
      "N": 75,
      "kN": 0.075
    },
    {
      "N": 100,
      "kN": 0.1
    },
    {
      "N": 200,
      "kN": 0.2
    },
    {
      "N": 250,
      "kN": 0.25
    },
    {
      "N": 500,
      "kN": 0.5
    },
    {
      "N": 1000,
      "kN": 1
    }
  ],
  "faq": [
    {
      "q": "How many kilonewtons are in one newton?",
      "a": "1 N = 0.001 kN. 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 newtons to kilonewtons?",
      "a": "Multiply the value in newtons by 0.001: kilonewtons = newtons × 0.001. For example, 5 N = 0.005 kN."
    },
    {
      "q": "How do I convert kilonewtons back to newtons?",
      "a": "Multiply by the inverse factor 1000 (newtons = kilonewtons × 1000), or use the kilonewtons-to-newtons 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=N&to_unit=kN",
    "calculator": "https://tttkmbb.com/api/v1/calculate/force?value=5&from_unit=N&to_unit=kN",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "N",
      "to_unit": "kN"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/newtons-to-kilonewtons",
    "markdown": "https://tttkmbb.com/conversion/newtons-to-kilonewtons.md",
    "json": "https://tttkmbb.com/conversion/newtons-to-kilonewtons.json",
    "reverse": "https://tttkmbb.com/conversion/kilonewtons-to-newtons",
    "quantity_converter": "https://tttkmbb.com/conversion/force",
    "units": "https://tttkmbb.com/api/v1/units?quantity=force"
  },
  "timestamp": "2026-09-24"
}