{
  "entity_type": "unit_conversion_page",
  "id": "years-to-days",
  "name": "Years (365 days) to Days",
  "title": "Years (365 days) to Days Converter (yr to d)",
  "description": "Convert years (365 days) to days: 1 yr = 365 d. 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": "day",
    "display": "d",
    "name": "days",
    "singular": "day"
  },
  "linear": true,
  "factor": 365,
  "inverse_factor": 0.002739726027,
  "formula": "days = years (365 days) × 365",
  "reverse_formula": "years (365 days) = days × 0.002739726027",
  "unit_relation": "1 yr = 365 d",
  "examples": [
    {
      "value": 5,
      "result": 1825,
      "text": "5 yr = 1825 d"
    },
    {
      "value": 12.5,
      "result": 4562.5,
      "text": "12.5 yr = 4562.5 d"
    },
    {
      "value": 100,
      "result": 36500,
      "text": "100 yr = 36500 d"
    }
  ],
  "table": [
    {
      "year_365": 1,
      "day": 365
    },
    {
      "year_365": 2,
      "day": 730
    },
    {
      "year_365": 3,
      "day": 1095
    },
    {
      "year_365": 4,
      "day": 1460
    },
    {
      "year_365": 5,
      "day": 1825
    },
    {
      "year_365": 6,
      "day": 2190
    },
    {
      "year_365": 7,
      "day": 2555
    },
    {
      "year_365": 8,
      "day": 2920
    },
    {
      "year_365": 9,
      "day": 3285
    },
    {
      "year_365": 10,
      "day": 3650
    },
    {
      "year_365": 15,
      "day": 5475
    },
    {
      "year_365": 20,
      "day": 7300
    },
    {
      "year_365": 25,
      "day": 9125
    },
    {
      "year_365": 30,
      "day": 10950
    },
    {
      "year_365": 40,
      "day": 14600
    },
    {
      "year_365": 50,
      "day": 18250
    },
    {
      "year_365": 75,
      "day": 27375
    },
    {
      "year_365": 100,
      "day": 36500
    },
    {
      "year_365": 200,
      "day": 73000
    },
    {
      "year_365": 250,
      "day": 91250
    },
    {
      "year_365": 500,
      "day": 182500
    },
    {
      "year_365": 1000,
      "day": 365000
    }
  ],
  "faq": [
    {
      "q": "How many days are in one year?",
      "a": "1 yr = 365 d. 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 days?",
      "a": "Multiply the value in years (365 days) by 365: days = years (365 days) × 365. For example, 5 yr = 1825 d."
    },
    {
      "q": "How do I convert days back to years (365 days)?",
      "a": "Multiply by the inverse factor 0.002739726027 (years (365 days) = days × 0.002739726027), or use the days-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=day",
    "calculator": "https://tttkmbb.com/api/v1/calculate/time?value=5&from_unit=year_365&to_unit=day",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "year_365",
      "to_unit": "day"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/years-to-days",
    "markdown": "https://tttkmbb.com/conversion/years-to-days.md",
    "json": "https://tttkmbb.com/conversion/years-to-days.json",
    "reverse": "https://tttkmbb.com/conversion/days-to-years",
    "quantity_converter": "https://tttkmbb.com/conversion/time",
    "units": "https://tttkmbb.com/api/v1/units?quantity=time"
  },
  "timestamp": "2026-09-24"
}