Forex Pip Value Calculator
One pip is worth the pip size times your position size, in the pair's quote currency. For a standard lot of any 4-decimal pair that is exactly 10 units of the quote currency; for a 0.1-lot USD/JPY position it is 100 JPY, about 0.66 USD on a dollar account. Everything else — sizing, margin usage, expected loss at the stop — is built on this one number.
Result
Rates snapshot: 2026-09-01 — Conversions use an indicative rate snapshot, not your broker’s live quote. Treat the result as a planning figure and confirm it in your platform before you trade.
How the calculation works
The exact part of the calculation is short:
pip value (quote currency) = pip size × position size in units
For a standard lot of a 4-decimal pair: 0.0001 × 100,000 = 10 quote units. That is why “10 dollars a pip” is true for EUR/USD on a dollar account and misleading almost everywhere else — it is 10 quote units, and the quote currency is only sometimes yours.
The second step is the one that introduces uncertainty:
pip value (account currency) = pip value (quote) × rate(quote → account)
This calculator converts using a dated rate snapshot, shown under every result. Your broker converts at its own rate at the moment of the fill. For planning the difference is immaterial; for reconciling a closed trade to the cent, it is not.
Pip size by instrument
| Instrument | Pip | One standard lot | Pip value per lot |
|---|---|---|---|
| EUR/USD, GBP/USD, AUD/USD | 0.0001 | 100,000 units | 10 USD |
| USD/JPY, EUR/JPY, GBP/JPY | 0.01 | 100,000 units | 1,000 JPY |
| XAU/USD | 0.01 | 100 ounces | 1 USD |
Where this number gets used
Pip value is not usually the thing you want to know — it is the thing the useful answers are made of. Multiply it by your stop distance and you have the loss you are accepting. Divide your risk budget by that product and you have your position size. Both of the other calculators here call this same function internally.
A worked example
- Currency pair
- USD/JPY
- Position size
- 0.10 lots
- Account currency
- USD
- Value of one pip
- $0.66
- Value of one pip (quote currency)
- ¥100.00
- One pip equals
- 0.0100
Local context
Pip and point are used interchangeably in a lot of English-language material, and brokers do not help: most platforms now quote a fifth decimal (a "pipette"), so a 12-pip move shows as 120 points on the price feed. This calculator uses the classical pip — the fourth decimal, or the second on JPY pairs and gold. If your platform's numbers are ten times larger, that is why.
| Regulator | Varies by residence: FCA (UK), ASIC (Australia), CySEC (Cyprus/EU), CFTC & NFA (US) |
|---|---|
| Maximum leverage | 30:1 for major pairs under FCA, ASIC and CySEC rules; 50:1 for majors in the US under CFTC/NFA |
| Account currency | USD |
Common questions
Is a pip always 0.0001?
Why is the pip value in my account currency not a round number?
Does pip value change while the trade is open?
What is one pip worth on gold?
Method and sources
- Instrument specifications used here — see engine/instruments.ts
- Rate snapshot — see engine/rates.ts
Related calculators
Embed this calculator
Paste this snippet into any page. It loads a self-contained calculator and adds a small credit link back to this page.
<div data-fc-calculator="pip-value" data-fc-lang="en"></div>
<script src="https://pipsize.com/widgets/fc-widget.js" async></script>