Kalkulator na Golf Handicap
Estimate a handicap index from your recent scores using the World Handicap System method.
Results update as you type.
[Translation temporarily unavailable. Please try again.]
the WHS, the index is calculated by adding the scores of the last 20 rounds to the average of the best scores of the last 20 rounds. The WHS calculator is a simple, easy-to-use tool that can be used to calculate the index of a golf course. The tool calculates the index of a golf course by adding the scores of the last 20 rounds to the average of the best scores of the last 20 rounds. The index is calculated by adding the scores of the last 20WorkedWork
Tambayoyi da ake yi da yawa
Ta yaya ake ƙididdige wani haƙƙin golf?
Each round becomes a Score Differential of (score − course rating) × 113 ÷ slope. The World Handicap System then averages your lowest differentials — the best 8 of your last 20 rounds once you have 20, or a smaller set with a minor adjustment when you have fewer.
Da yawa ne sakamakon da nake buƙata don wani haƙƙin mallaka?
You can establish an index with as few as three 18-hole scores, though it uses only your single best differential then. Accuracy improves quickly as you approach 20 rounds, when the best 8 are averaged.
Shin wannan wani rauni ne na hukuma?
No. It is a simplified estimate assuming one course rating and slope for all rounds. An official Handicap Index also applies course-specific ratings, playing conditions and caps that this quick calculator does not.
Mẽne ne wani mai kyau golf hasãra?
A cikin wannan littafin, an yi bayani game da al'adun gargajiya na Hausawa, da kuma yadda al'adun gargajiya suka shafi al'adun Hausawa da kuma yadda al'adun gargajiya suka shafi al'adun Hausawa.
What are course rating and slope?
Course rating is the score a scratch golfer is expected to shoot on the course (near par, e.g. 72.0). Slope rates the difficulty for a bogey golfer relative to a scratch golfer, from 55 to 155 with 113 as the average. Both appear on the scorecard and normalise your differentials across courses.
Mẽne ne bambancin sakamako?
Shi ne wani aiki na wani taro guda wanda aka daidaita don wahalar makaranta: (adjusted gross score − course rating) × 113 ÷ slope. Yana amsawa “ta yaya na yi wasa da kyau dangane da wannan makaranta” don haka za a iya kwatanta da kuma adadin adadin da aka yi a kan manyan da sauki.
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.] Anything you omit uses the same default this page is pre-filled with; an unknown parameter is a 400, never a silent zero. [Translation temporarily unavailable. Please try again.] →
Endpoint
GET https://calculator.free/api/v1/golf-handicap/
curl
curl "https://calculator.free/api/v1/golf-handicap/?scores=85, 90, 88, 92, 87, 91, 84, 89"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/golf-handicap/?" + new URLSearchParams({
"scores": "85, 90, 88, 92, 87, 91, 84, 89"
}));
const data = await r.json();
console.log(data.results);
Results are estimates for general guidance only, not financial, medical or tax advice.