KG to Stone

Convert kilograms to stone with configurable decimal precision

Example Results

1 examples

Convert kilograms to stone for body weight

Convert a metric body weight into stone for UK-style weight reporting

{
  "result": {
    "kilograms": 70,
    "stone": 11.02
  }
}
View input parameters
{ "kilograms": "70", "precision": 2 }

Key Facts

Category
Math, Date & Finance
Input Types
text, number
Output Type
json
Sample Coverage
1
API Ready
Yes

Overview

The KG to Stone converter provides a quick and accurate way to translate metric weight measurements into the British imperial stone unit. It allows users to specify decimal precision, making it suitable for both casual health tracking and precise commercial calculations.

When to Use

  • When converting body weight from kilograms to stone for UK-based health or fitness tracking.
  • When processing shipping manifests or logistics data that require weight units in stone.
  • When reading international research papers or documents that use the stone unit for mass reporting.

How It Works

  • Enter the weight value in kilograms into the designated input field.
  • Adjust the decimal precision setting to determine the number of digits after the decimal point, up to a maximum of 10.
  • The tool applies the standard conversion factor of approximately 0.15747 stone per kilogram.
  • The result is instantly generated and displayed in a structured JSON format for easy reading or integration.

Use Cases

Converting personal body weight for fitness applications that utilize imperial units.
Standardizing weight data in logistics for regions where the stone unit is commonly used.
Translating scientific mass measurements for general public communication in the UK or Ireland.

Examples

1. Personal Fitness Tracking

Fitness Enthusiast
Background
A user tracks their weight in kilograms at the gym but needs to report progress to a coach in the UK who uses stone.
Problem
Quickly converting a metric weight to a precise stone value for a weekly check-in.
How to Use
Input the current weight in kilograms and set the precision to 2 for a standard reading.
Example Config
kilograms: 85, precision: 2
Outcome
The tool returns a JSON result showing 13.39 stone.

2. Logistics Unit Standardization

Logistics Coordinator
Background
A shipping company is exporting goods to a distributor that requires all documentation to list weights in stone.
Problem
Converting bulk cargo weights from kilograms to stone for shipping manifests.
How to Use
Enter the total cargo weight in kilograms and set precision to 1 for simplified reporting.
Example Config
kilograms: 1250, precision: 1
Outcome
The tool provides a result of 196.8 stone, ready for inclusion in the manifest.

Try with Samples

math-&-numbers

Related Hubs

FAQ

What is the conversion factor from KG to stone?

One kilogram is approximately equal to 0.157473 stone.

Can I control the number of decimal places in the result?

Yes, you can configure the decimal precision between 0 and 10 places using the precision option.

Is there a limit to the weight value I can enter?

The tool can process any standard numerical input provided in the kilograms field.

What is the default precision if I don't specify one?

The tool defaults to 4 decimal places if no specific precision is entered.

In what format is the conversion result delivered?

The output is provided as a JSON object containing the original kilogram value and the converted stone value.

API Documentation

Request Endpoint

POST /en/api/tools/kg-to-stone

Request Parameters

Parameter Name Type Required Description
kilograms text Yes -
precision number No -

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-kg-to-stone": {
      "name": "kg-to-stone",
      "description": "Convert kilograms to stone with configurable decimal precision",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=kg-to-stone",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]