{
  "entity_type": "unit_conversion_page",
  "id": "cubic-yards-to-cubic-meters",
  "name": "Cubic yards to Cubic meters",
  "title": "Cubic yards to Cubic meters Converter (yd³ to m³)",
  "description": "Convert cubic yards to cubic meters: 1 yd³ = 0.764555 m³. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "volume",
  "quantity_name": "Volume",
  "base_unit": "L",
  "from_unit": {
    "symbol": "yd3",
    "display": "yd³",
    "name": "cubic yards",
    "singular": "cubic yard"
  },
  "to_unit": {
    "symbol": "m3",
    "display": "m³",
    "name": "cubic meters",
    "singular": "cubic meter"
  },
  "linear": true,
  "factor": 0.764554858,
  "inverse_factor": 1.307950619,
  "formula": "cubic meters = cubic yards × 0.764554858",
  "reverse_formula": "cubic yards = cubic meters × 1.307950619",
  "unit_relation": "1 yd³ = 0.764555 m³",
  "examples": [
    {
      "value": 5,
      "result": 3.82277,
      "text": "5 yd³ = 3.82277 m³"
    },
    {
      "value": 12.5,
      "result": 9.55694,
      "text": "12.5 yd³ = 9.55694 m³"
    },
    {
      "value": 100,
      "result": 76.4555,
      "text": "100 yd³ = 76.4555 m³"
    }
  ],
  "table": [
    {
      "yd3": 1,
      "m3": 0.764555
    },
    {
      "yd3": 2,
      "m3": 1.52911
    },
    {
      "yd3": 3,
      "m3": 2.29366
    },
    {
      "yd3": 4,
      "m3": 3.05822
    },
    {
      "yd3": 5,
      "m3": 3.82277
    },
    {
      "yd3": 6,
      "m3": 4.58733
    },
    {
      "yd3": 7,
      "m3": 5.35188
    },
    {
      "yd3": 8,
      "m3": 6.11644
    },
    {
      "yd3": 9,
      "m3": 6.88099
    },
    {
      "yd3": 10,
      "m3": 7.64555
    },
    {
      "yd3": 15,
      "m3": 11.4683
    },
    {
      "yd3": 20,
      "m3": 15.2911
    },
    {
      "yd3": 25,
      "m3": 19.1139
    },
    {
      "yd3": 30,
      "m3": 22.9366
    },
    {
      "yd3": 40,
      "m3": 30.5822
    },
    {
      "yd3": 50,
      "m3": 38.2277
    },
    {
      "yd3": 75,
      "m3": 57.3416
    },
    {
      "yd3": 100,
      "m3": 76.4555
    },
    {
      "yd3": 200,
      "m3": 152.911
    },
    {
      "yd3": 250,
      "m3": 191.139
    },
    {
      "yd3": 500,
      "m3": 382.277
    },
    {
      "yd3": 1000,
      "m3": 764.555
    }
  ],
  "faq": [
    {
      "q": "How many cubic meters are in one cubic yard?",
      "a": "1 yd³ = 0.764555 m³. 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 cubic yards to cubic meters?",
      "a": "Multiply the value in cubic yards by 0.764554858: cubic meters = cubic yards × 0.764554858. For example, 5 yd³ = 3.82277 m³."
    },
    {
      "q": "How do I convert cubic meters back to cubic yards?",
      "a": "Multiply by the inverse factor 1.307950619 (cubic yards = cubic meters × 1.307950619), or use the cubic meters-to-cubic yards 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=yd3&to_unit=m3",
    "calculator": "https://tttkmbb.com/api/v1/calculate/volume?value=5&from_unit=yd3&to_unit=m3",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "yd3",
      "to_unit": "m3"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/cubic-yards-to-cubic-meters",
    "markdown": "https://tttkmbb.com/conversion/cubic-yards-to-cubic-meters.md",
    "json": "https://tttkmbb.com/conversion/cubic-yards-to-cubic-meters.json",
    "reverse": "https://tttkmbb.com/conversion/cubic-meters-to-cubic-yards",
    "quantity_converter": "https://tttkmbb.com/conversion/volume",
    "units": "https://tttkmbb.com/api/v1/units?quantity=volume"
  },
  "timestamp": "2026-09-24"
}