{
  "entity_type": "unit_conversion_page",
  "id": "minutes-to-days",
  "name": "Minutes to Days",
  "title": "Minutes to Days Converter (min to d)",
  "description": "Convert minutes to days: 1 min = 0.000694444 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": "min",
    "display": "min",
    "name": "minutes",
    "singular": "minute"
  },
  "to_unit": {
    "symbol": "day",
    "display": "d",
    "name": "days",
    "singular": "day"
  },
  "linear": true,
  "factor": 0.0006944444444,
  "inverse_factor": 1440,
  "formula": "days = minutes × 0.0006944444444",
  "reverse_formula": "minutes = days × 1440",
  "unit_relation": "1 min = 0.000694444 d",
  "examples": [
    {
      "value": 5,
      "result": 0.00347222,
      "text": "5 min = 0.00347222 d"
    },
    {
      "value": 12.5,
      "result": 0.00868056,
      "text": "12.5 min = 0.00868056 d"
    },
    {
      "value": 100,
      "result": 0.0694444,
      "text": "100 min = 0.0694444 d"
    }
  ],
  "table": [
    {
      "min": 1,
      "day": 0.000694444
    },
    {
      "min": 2,
      "day": 0.00138889
    },
    {
      "min": 3,
      "day": 0.00208333
    },
    {
      "min": 4,
      "day": 0.00277778
    },
    {
      "min": 5,
      "day": 0.00347222
    },
    {
      "min": 6,
      "day": 0.00416667
    },
    {
      "min": 7,
      "day": 0.00486111
    },
    {
      "min": 8,
      "day": 0.00555556
    },
    {
      "min": 9,
      "day": 0.00625
    },
    {
      "min": 10,
      "day": 0.00694444
    },
    {
      "min": 15,
      "day": 0.0104167
    },
    {
      "min": 20,
      "day": 0.0138889
    },
    {
      "min": 25,
      "day": 0.0173611
    },
    {
      "min": 30,
      "day": 0.0208333
    },
    {
      "min": 40,
      "day": 0.0277778
    },
    {
      "min": 50,
      "day": 0.0347222
    },
    {
      "min": 75,
      "day": 0.0520833
    },
    {
      "min": 100,
      "day": 0.0694444
    },
    {
      "min": 200,
      "day": 0.138889
    },
    {
      "min": 250,
      "day": 0.173611
    },
    {
      "min": 500,
      "day": 0.347222
    },
    {
      "min": 1000,
      "day": 0.694444
    }
  ],
  "faq": [
    {
      "q": "How many days are in one minute?",
      "a": "1 min = 0.000694444 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 minutes to days?",
      "a": "Multiply the value in minutes by 0.0006944444444: days = minutes × 0.0006944444444. For example, 5 min = 0.00347222 d."
    },
    {
      "q": "How do I convert days back to minutes?",
      "a": "Multiply by the inverse factor 1440 (minutes = days × 1440), or use the days-to-minutes 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=min&to_unit=day",
    "calculator": "https://tttkmbb.com/api/v1/calculate/time?value=5&from_unit=min&to_unit=day",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "min",
      "to_unit": "day"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/minutes-to-days",
    "markdown": "https://tttkmbb.com/conversion/minutes-to-days.md",
    "json": "https://tttkmbb.com/conversion/minutes-to-days.json",
    "reverse": "https://tttkmbb.com/conversion/days-to-minutes",
    "quantity_converter": "https://tttkmbb.com/conversion/time",
    "units": "https://tttkmbb.com/api/v1/units?quantity=time"
  },
  "timestamp": "2026-09-24"
}