Mass
Grams to Kg Converter
Convert grams to kilograms with a fast calculator, formula, examples and API-ready result.
NewAPI Ready
Focused calculator
Calculate Grams to Kg Converter
1 kg
Formula
Formula: kilograms = grams x 0.001.
Factor: 1 grams = 0.001 kilograms.
Example: 1000 grams = 1 kilograms.
The calculator keeps full precision internally and rounds only for display.
Common examples
| Input | Result |
|---|---|
| 100 grams | 0.1 kilograms |
| 250 grams | 0.25 kilograms |
| 500 grams | 0.5 kilograms |
JSON API example
Use the public JSON endpoint with these query parameters.
value1000fromgtokg
GET https://api.convematik.com/convert?value=1000.0&from=g&to=kg
{
"value": 1000.0,
"from": "g",
"to": "kg",
"result": 1.0
}
Common questions
What does the Grams to Kg Converter do?
It converts grams to kilograms using Convematik's unit conversion engine.
What formula does it use?
kilograms = grams x 0.001.
Can I use decimal values?
Yes. Enter whole numbers or decimals and the calculator returns a decimal result.
Is this page free?
Yes. The converter runs as a free browser tool and can also be accessed through the API.