{
  "entity_type": "unit_conversion_page",
  "id": "years-to-hours",
  "name": "Years (365 days) to Hours",
  "title": "Years (365 days) to Hours Converter (yr to h)",
  "description": "Convert years (365 days) to hours: 1 yr = 8760 h. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "time",
  "quantity_name": "Time",
  "base_unit": "s",
  "from_unit": {
    "symbol": "year_365",
    "display": "yr",
    "name": "years (365 days)",
    "singular": "year"
  },
  "to_unit": {
    "symbol": "h",
    "display": "h",
    "name": "hours",
    "singular": "hour"
  },
  "linear": true,
  "factor": 8760,
  "inverse_factor": 0.0001141552511,
  "formula": "hours = years (365 days) × 8760",
  "reverse_formula": "years (365 days) = hours × 0.0001141552511",
  "unit_relation": "1 yr = 8760 h",
  "examples": [
    {
      "value": 5,
      "result": 43800,
      "text": "5 yr = 43800 h"
    },
    {
      "value": 12.5,
      "result": 109500,
      "text": "12.5 yr = 109500 h"
    },
    {
      "value": 100,
      "result": 876000,
      "text": "100 yr = 876000 h"
    }
  ],
  "table": [
    {
      "year_365": 1,
      "h": 8760
    },
    {
      "year_365": 2,
      "h": 17520
    },
    {
      "year_365": 3,
      "h": 26280
    },
    {
      "year_365": 4,
      "h": 35040
    },
    {
      "year_365": 5,
      "h": 43800
    },
    {
      "year_365": 6,
      "h": 52560
    },
    {
      "year_365": 7,
      "h": 61320
    },
    {
      "year_365": 8,
      "h": 70080
    },
    {
      "year_365": 9,
      "h": 78840
    },
    {
      "year_365": 10,
      "h": 87600
    },
    {
      "year_365": 15,
      "h": 131400
    },
    {
      "year_365": 20,
      "h": 175200
    },
    {
      "year_365": 25,
      "h": 219000
    },
    {
      "year_365": 30,
      "h": 262800
    },
    {
      "year_365": 40,
      "h": 350400
    },
    {
      "year_365": 50,
      "h": 438000
    },
    {
      "year_365": 75,
      "h": 657000
    },
    {
      "year_365": 100,
      "h": 876000
    },
    {
      "year_365": 200,
      "h": 1752000
    },
    {
      "year_365": 250,
      "h": 2190000
    },
    {
      "year_365": 500,
      "h": 4380000
    },
    {
      "year_365": 1000,
      "h": 8760000
    }
  ],
  "faq": [
    {
      "q": "How many hours are in one year?",
      "a": "1 yr = 8760 h. 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 years (365 days) to hours?",
      "a": "Multiply the value in years (365 days) by 8760: hours = years (365 days) × 8760. For example, 5 yr = 43800 h."
    },
    {
      "q": "How do I convert hours back to years (365 days)?",
      "a": "Multiply by the inverse factor 0.0001141552511 (years (365 days) = hours × 0.0001141552511), or use the hours-to-years (365 days) 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=year_365&to_unit=h",
    "calculator": "https://tttkmbb.com/api/v1/calculate/time?value=5&from_unit=year_365&to_unit=h",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "year_365",
      "to_unit": "h"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/years-to-hours",
    "markdown": "https://tttkmbb.com/conversion/years-to-hours.md",
    "json": "https://tttkmbb.com/conversion/years-to-hours.json",
    "reverse": "https://tttkmbb.com/conversion/hours-to-years",
    "quantity_converter": "https://tttkmbb.com/conversion/time",
    "units": "https://tttkmbb.com/api/v1/units?quantity=time"
  },
  "timestamp": "2026-09-24"
}