WBJEE Percentile Calculator
Educational WBJEE percentile-from-rank helper — transparent maths, not an official rank predictor.
Educational percentile from rank: enter your rank (1 = top) and the cohort size. This is not an official scorecard percentile.
WBJEEB publishes General Merit Ranks from paper scores (Mathematics + Physics & Chemistry). Educational rank-based percentile is used; WBJEEB does not centre co…
How the WBJEE Percentile Calculator works
Educational percentile from rank
WBJEEB publishes General Merit Ranks from paper scores (Mathematics + Physics & Chemistry). Educational rank-based percentile is used; WBJEEB does not centre counselling on an NTA-style national percentile.
Educational approximation — use the official GMR / category rank from WBJEEB for counselling.
About West Bengal Joint Entrance Examination
WBJEE Paper-I (Mathematics) and Paper-II (Physics & Chemistry) feed engineering and pharmacy merit lists in West Bengal. Category ranks and domicile rules matter heavily in seat allotment — rank is what counselling uses, not a national percentile.
Usually a single-day offline/OMR exam in April.
What this tool does not do
This is not a WBJEE rank predictor and does not invent cutoffs. Enter your own session or rank stats; the math is shown step by step.
Frequently asked questions
Is this an official WBJEE calculator from West Bengal Joint Entrance Examinations Board (WBJEEB)?
No — it is a free Knwdle helper. Methodology follows published public concepts (educational rank-based percentile) and cites sources on the page. Always trust your official scorecard.
Does this predict WBJEE ranks or college cutoffs?
No. We deliberately do not ship rank predictors or fake cutoffs. Percentile tools only compute transparent relative-standing maths from numbers you enter.
What is unique about WBJEE?
WBJEE Paper-I (Mathematics) and Paper-II (Physics & Chemistry) feed engineering and pharmacy merit lists in West Bengal. Category ranks and domicile rules matter heavily in seat allotment — rank is what counselling uses, not a national percentile.
Why is this labeled an educational approximation?
Educational approximation — use the official GMR / category rank from WBJEEB for counselling.
Can I change the exam date on the countdown?
Yes — the countdown date is always editable. The prefilled 2027-04-25 is an example only (Example only — WBJEE is typically late April; edit after WBJEEB notifies.).
For developers & AI agents
The WBJEE Percentile Calculator is also available as a free, unauthenticated JSON API — no API key, no sign-up, CORS enabled for all origins. Send a GET request with the parameters below and receive the computed result as JSON, including the source of the format or formula used. Invalid input returns HTTP 400 with a JSON { "error": "..." } body.
GET https://knwdle.com/api/tools/wbjee-percentile-calculator| Parameter | Required | Description |
|---|---|---|
rank | Yes | Your rank (1 = top). |
totalCandidates | Yes | Cohort size. |
Request:
GET https://knwdle.com/api/tools/wbjee-percentile-calculator?rank=2500&totalCandidates=150000
Response:
{
"tool": "wbjee-percentile-calculator",
"exam": "WBJEE",
"note": "See live response for full fields",
"source": "WBJEEB publishes General Merit Ranks from paper scores (Mathematics + Physics & Chemistry). Educatio…"
}