# Degrees to Arcminutes (° to ′)

> Convert degrees to arcminutes: 1 ° = 60 ′. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.

- Page id: `degrees-to-arcminutes` · Quantity: Angle (`angle`, base unit rad) · Tool: `convert_units`
- Canonical page: https://tttkmbb.com/conversion/degrees-to-arcminutes · This document: https://tttkmbb.com/conversion/degrees-to-arcminutes.md · JSON: https://tttkmbb.com/conversion/degrees-to-arcminutes.json (add `?value=` for a result)

## Formula

- `1 ° = 60 ′`
- `arcminutes = degrees × 60`
- Reverse: `degrees = arcminutes × 0.01666666667`

The factor follows from the SI definitions of both units (NIST SP 811); values below are rounded to 6 significant figures, the API returns up to 12.

## Worked examples

- 5 ° = 300 ′
- 12.5 ° = 750 ′
- 100 ° = 6000 ′

## Conversion table

| Degrees (°) | Arcminutes (′) |
| --- | --- |
| 1 | 60 |
| 2 | 120 |
| 3 | 180 |
| 4 | 240 |
| 5 | 300 |
| 6 | 360 |
| 7 | 420 |
| 8 | 480 |
| 9 | 540 |
| 10 | 600 |
| 15 | 900 |
| 20 | 1200 |
| 25 | 1500 |
| 30 | 1800 |
| 40 | 2400 |
| 50 | 3000 |
| 75 | 4500 |
| 100 | 6000 |
| 200 | 12000 |
| 250 | 15000 |
| 500 | 30000 |
| 1000 | 60000 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=deg&to_unit=arcmin` → unified JSON envelope with `result.values.result`, `formula`, `factor`, `sources`, `freshness`
- MCP: server `https://tttkmbb.com/mcp`, tool `convert_units` with `{"value":5,"from_unit":"deg","to_unit":"arcmin"}`
- All angle units: https://tttkmbb.com/api/v1/units?quantity=angle · full converter: [Angle Converter](https://tttkmbb.com/conversion/angle.md)
- Authentication: none. Freshness: `static` (fixed conversion factors).

## FAQ

**How many arcminutes are in one degree?**

1 ° = 60 ′. 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.

**What is the formula to convert degrees to arcminutes?**

Multiply the value in degrees by 60: arcminutes = degrees × 60. For example, 5 ° = 300 ′.

**How do I convert arcminutes back to degrees?**

Multiply by the inverse factor 0.01666666667 (degrees = arcminutes × 0.01666666667), or use the arcminutes-to-degrees page.

## Related conversions

- [Arcminutes to degrees](https://tttkmbb.com/conversion/arcminutes-to-degrees.md) (reverse)
- [Degrees to Radians](https://tttkmbb.com/conversion/degrees-to-radians.md)
- [Radians to Degrees](https://tttkmbb.com/conversion/radians-to-degrees.md)
- [Gradians to Degrees](https://tttkmbb.com/conversion/gradians-to-degrees.md)
- [Degrees to Gradians](https://tttkmbb.com/conversion/degrees-to-gradians.md)
- [Turns (revolutions) to Degrees](https://tttkmbb.com/conversion/turns-to-degrees.md)
- [Degrees to Turns (revolutions)](https://tttkmbb.com/conversion/degrees-to-turns.md)
- [Milliradians to Degrees](https://tttkmbb.com/conversion/milliradians-to-degrees.md)
- [Degrees to Milliradians](https://tttkmbb.com/conversion/degrees-to-milliradians.md)

## Data Sources

- NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors — https://www.nist.gov/pml/special-publication-811 (standard, retrieved 2026-09-24)
- BIPM – The International System of Units (SI Brochure, 9th edition) — https://www.bipm.org/en/publications/si-brochure (standard, retrieved 2026-09-24)
- Wikipedia – Conversion of units — https://en.wikipedia.org/wiki/Conversion_of_units (reference, retrieved 2026-09-24)
