{
  "entity_type": "unit_conversion_page",
  "id": "square-meters-to-square-km",
  "name": "Square meters to Square kilometers",
  "title": "Square meters to Square kilometers Converter (m² to km²)",
  "description": "Convert square meters to square kilometers: 1 m² = 0.000001 km². Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "area",
  "quantity_name": "Area",
  "base_unit": "m2",
  "from_unit": {
    "symbol": "m2",
    "display": "m²",
    "name": "square meters",
    "singular": "square meter"
  },
  "to_unit": {
    "symbol": "km2",
    "display": "km²",
    "name": "square kilometers",
    "singular": "square kilometer"
  },
  "linear": true,
  "factor": 0.000001,
  "inverse_factor": 1000000,
  "formula": "square kilometers = square meters × 0.000001",
  "reverse_formula": "square meters = square kilometers × 1000000",
  "unit_relation": "1 m² = 0.000001 km²",
  "examples": [
    {
      "value": 5,
      "result": 0.000005,
      "text": "5 m² = 0.000005 km²"
    },
    {
      "value": 12.5,
      "result": 0.0000125,
      "text": "12.5 m² = 0.0000125 km²"
    },
    {
      "value": 100,
      "result": 0.0001,
      "text": "100 m² = 0.0001 km²"
    }
  ],
  "table": [
    {
      "m2": 1,
      "km2": 0.000001
    },
    {
      "m2": 2,
      "km2": 0.000002
    },
    {
      "m2": 3,
      "km2": 0.000003
    },
    {
      "m2": 4,
      "km2": 0.000004
    },
    {
      "m2": 5,
      "km2": 0.000005
    },
    {
      "m2": 6,
      "km2": 0.000006
    },
    {
      "m2": 7,
      "km2": 0.000007
    },
    {
      "m2": 8,
      "km2": 0.000008
    },
    {
      "m2": 9,
      "km2": 0.000009
    },
    {
      "m2": 10,
      "km2": 0.00001
    },
    {
      "m2": 15,
      "km2": 0.000015
    },
    {
      "m2": 20,
      "km2": 0.00002
    },
    {
      "m2": 25,
      "km2": 0.000025
    },
    {
      "m2": 30,
      "km2": 0.00003
    },
    {
      "m2": 40,
      "km2": 0.00004
    },
    {
      "m2": 50,
      "km2": 0.00005
    },
    {
      "m2": 75,
      "km2": 0.000075
    },
    {
      "m2": 100,
      "km2": 0.0001
    },
    {
      "m2": 200,
      "km2": 0.0002
    },
    {
      "m2": 250,
      "km2": 0.00025
    },
    {
      "m2": 500,
      "km2": 0.0005
    },
    {
      "m2": 1000,
      "km2": 0.001
    }
  ],
  "faq": [
    {
      "q": "How many square kilometers are in one square meter?",
      "a": "1 m² = 0.000001 km². 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 square meters to square kilometers?",
      "a": "Multiply the value in square meters by 0.000001: square kilometers = square meters × 0.000001. For example, 5 m² = 0.000005 km²."
    },
    {
      "q": "How do I convert square kilometers back to square meters?",
      "a": "Multiply by the inverse factor 1000000 (square meters = square kilometers × 1000000), or use the square kilometers-to-square meters 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=m2&to_unit=km2",
    "calculator": "https://tttkmbb.com/api/v1/calculate/area?value=5&from_unit=m2&to_unit=km2",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "m2",
      "to_unit": "km2"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/square-meters-to-square-km",
    "markdown": "https://tttkmbb.com/conversion/square-meters-to-square-km.md",
    "json": "https://tttkmbb.com/conversion/square-meters-to-square-km.json",
    "reverse": "https://tttkmbb.com/conversion/square-km-to-square-meters",
    "quantity_converter": "https://tttkmbb.com/conversion/area",
    "units": "https://tttkmbb.com/api/v1/units?quantity=area"
  },
  "timestamp": "2026-09-24"
}