{
  "entity_type": "unit_conversion_page",
  "id": "days-to-hours",
  "name": "Days to Hours",
  "title": "Days to Hours Converter (d to h)",
  "description": "Convert days to hours: 1 d = 24 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": "day",
    "display": "d",
    "name": "days",
    "singular": "day"
  },
  "to_unit": {
    "symbol": "h",
    "display": "h",
    "name": "hours",
    "singular": "hour"
  },
  "linear": true,
  "factor": 24,
  "inverse_factor": 0.04166666667,
  "formula": "hours = days × 24",
  "reverse_formula": "days = hours × 0.04166666667",
  "unit_relation": "1 d = 24 h",
  "examples": [
    {
      "value": 5,
      "result": 120,
      "text": "5 d = 120 h"
    },
    {
      "value": 12.5,
      "result": 300,
      "text": "12.5 d = 300 h"
    },
    {
      "value": 100,
      "result": 2400,
      "text": "100 d = 2400 h"
    }
  ],
  "table": [
    {
      "day": 1,
      "h": 24
    },
    {
      "day": 2,
      "h": 48
    },
    {
      "day": 3,
      "h": 72
    },
    {
      "day": 4,
      "h": 96
    },
    {
      "day": 5,
      "h": 120
    },
    {
      "day": 6,
      "h": 144
    },
    {
      "day": 7,
      "h": 168
    },
    {
      "day": 8,
      "h": 192
    },
    {
      "day": 9,
      "h": 216
    },
    {
      "day": 10,
      "h": 240
    },
    {
      "day": 15,
      "h": 360
    },
    {
      "day": 20,
      "h": 480
    },
    {
      "day": 25,
      "h": 600
    },
    {
      "day": 30,
      "h": 720
    },
    {
      "day": 40,
      "h": 960
    },
    {
      "day": 50,
      "h": 1200
    },
    {
      "day": 75,
      "h": 1800
    },
    {
      "day": 100,
      "h": 2400
    },
    {
      "day": 200,
      "h": 4800
    },
    {
      "day": 250,
      "h": 6000
    },
    {
      "day": 500,
      "h": 12000
    },
    {
      "day": 1000,
      "h": 24000
    }
  ],
  "faq": [
    {
      "q": "How many hours are in one day?",
      "a": "1 d = 24 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 days to hours?",
      "a": "Multiply the value in days by 24: hours = days × 24. For example, 5 d = 120 h."
    },
    {
      "q": "How do I convert hours back to days?",
      "a": "Multiply by the inverse factor 0.04166666667 (days = hours × 0.04166666667), or use the hours-to-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=day&to_unit=h",
    "calculator": "https://tttkmbb.com/api/v1/calculate/time?value=5&from_unit=day&to_unit=h",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "day",
      "to_unit": "h"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/days-to-hours",
    "markdown": "https://tttkmbb.com/conversion/days-to-hours.md",
    "json": "https://tttkmbb.com/conversion/days-to-hours.json",
    "reverse": "https://tttkmbb.com/conversion/hours-to-days",
    "quantity_converter": "https://tttkmbb.com/conversion/time",
    "units": "https://tttkmbb.com/api/v1/units?quantity=time"
  },
  "timestamp": "2026-09-24"
}