Net profit, ROI%, fees, and the break-even sell price for a crypto trade — enter by quantity or by amount invested, both buy and sell fees counted — browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
This tool does arithmetic only. It is not tax or investment advice and ignores slippage, spreads, and funding rates.
What this tool does
A crypto profit calculator that counts the part most spreadsheets forget: the fees on both legs of the trade. Enter your buy price, sell price, and either the quantity of coins or the total amount you put in, add the maker/taker fee for each side, and the tool returns the net profit after fees, the ROI on the money you actually committed, the total fees paid, your net sell proceeds, and the price move in percent. The number that usually matters most for a position you still hold is the break-even sell price — the price you'd need to sell at just to walk away even once both fees are paid — and it's shown on its own line so you know the floor before you set a limit order. Net profit is colored green when you're up and red when you're down, so the answer reads at a glance. Two input modes share the same math: "by quantity" when you know you bought 0.5 BTC, "by amount" when you know you spent $500 and want the tool to back out the coin count. The active trade lives in the URL so a shared link reproduces the exact scenario, and your currency and input mode persist locally. 100% client-side: no price, no amount, no API call. This is arithmetic, not investment advice.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 10 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Finance
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Crypto Profit Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 ROI Calculator ROI %, net gain, annualized ROI (CAGR) and payback period — one screen, share a link — 100% in your browser Open
- 2 Markup & Margin Calculator Cost ⇄ price ⇄ markup % ⇄ margin % — solve any two, see both rates side by side — 100% in your browser Open
- 3 Percentage Change Calculator Growth rate, drop, percentage-point gap, and reverse-solve the new value — signed, color-coded, browser-only Open
Real-world use cases
Check a closed Bitcoin trade after fees
You bought 0.5 BTC at $60,000 and sold at $66,000, both legs at a 0.1% exchange fee. Enter the prices, set quantity to 0.5, and put 0.1 in each fee field. The tool returns about $2,937 net profit and a 9.78% ROI — meaningfully below the +10% the price moved, because the round-trip fee of roughly $63 came out of the gain. Now you know the real number to log, not the headline price change.
Find the floor before placing a limit sell
You hold a coin bought at $1.20 and you don't want to sell at a loss once fees are counted. Enter the buy price and your buy and sell fees, and read the break-even sell price line: for 0.1% fees on each side it lands near $1.2024. Set your limit order above that and you're guaranteed not to close red on fees alone, no mental math at 2 a.m.
Size a position from a dollar budget
You decided to put exactly $500 into a token at $0.85 and want to model the outcome at a $1.10 target. Switch to amount mode, enter 500 as the amount invested, set buy price 0.85 and sell price 1.10. The tool derives the coin count (~588) and reports net profit and ROI after fees, so you can compare it against other $500 ideas on equal footing.
Compare a high-fee altcoin venue against a cheap one
The same trade can pay very different fees on different venues. Run your buy and sell prices once with 0.1% fees and once with 0.5% on each side. Watching the net profit and break-even price shift between the two tells you, in real dollars, how much the cheaper venue is worth on this position — often more than the spread you were worried about.
Sanity-check a screenshot of a "10x" claim
A post claims a 10x but only shows the entry and exit price. Plug both in with realistic fees and a quantity, and see the actual ROI after costs. Frequently the "10x" is a price multiple, while the after-fee ROI on the cash committed is a different, smaller story — useful before you copy a trade.
Common pitfalls
Entering the fee as a decimal instead of a percent. The fee fields expect a percent: a 0.1% maker fee is entered as 0.1, not 0.001. Typing 0.001 understates your fees by a factor of 100 and inflates the profit.
Reading the raw price change as your return. A +10% price move is not a +10% ROI once both fees are paid and the buy fee is counted in your committed capital. Use the ROI line, not the price-change line, for what you actually earned.
Forgetting the sell fee when planning an exit. Break-even is not your buy price; it's buy price × (1 + buy fee) ÷ (1 − sell fee). Selling exactly at your entry price still loses money because the sell-side fee was never recovered.
Privacy
Every figure — net profit, ROI, fees, break-even, price change — is computed in plain JavaScript inside your browser tab. No price, quantity, amount, or fee is sent to any server, and there is no market-data API call, so the tool works the same offline. The one thing to know: the share link encodes your current inputs in the URL query string, so if you paste a link into a chat the receiving server's logs will record those numbers. For a private position size, copy the result text instead of sharing the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- APR to APY Calculator Convert nominal APR to effective APY (and back) at any compounding frequency — daily, monthly, quarterly, or continuous. Two-way, instant, browser-only.
- Blood Alcohol Content (BAC) Calculator Widmark-formula BAC estimate from drinks, body weight, sex and time — educational only, never a fit-to-drive verdict — browser-only
- BMI Calculator Body Mass Index calculator with WHO + Asian classifications — metric and imperial — browser-only
- Bond Price Calculator Price any fixed-coupon bond from face value, coupon rate, YTM and maturity. Shows premium / discount / par, current yield, and the coupon-vs-face split. 100% in your browser.