Import Binance Trades into TraderDynamiq

Drop your Binance CSV in and see what your trading mistakes cost, ranked in dollars. No account, no card. Supports Crypto Spot, Crypto Futures.

Verified on real exports

Which Binance export do I need?

Any of these files work — open yours and check the header row against the columns below. If it matches, the format is detected automatically and you map nothing.

Binance Futures userTrades CSV export with execution-level data.

Binance Futures income history CSV export (funding, PnL, commission, etc.).

Binance Spot trade history CSV export from the Orders > Trade History tab. Binance writes the asset ONTO the number in this export: `Executed` is `0.10000000BTC`, `Amount` is `6000USDT`, `Fee` is `0.00075BNB` -- see F527 and the unit-suffix strip in `_to_decimal`.

How to Import Binance Trades

  1. Export your trade history from Binance as a CSV file
  2. Open the free analyser and drop the file in — no account needed
  3. The platform auto-detects which of the 3 Binance layouts you have — no manual column mapping
  4. You get your costliest patterns ranked in dollars, in seconds

What a Binance export actually contains

Read from the detector itself, so it matches what the parser accepts today. Open your file and compare — if the columns line up, there is nothing to configure.

Binance Futures (Trade History CSV)

Timestamp looks like2026-08-13 14:05:00 or 2026-08-13T14:05:00 or %Y-%m-%d %H:%M:%S.%f · read as UTC
Direction column saysBOTH / BUY → long, SELL → short
Symbols are normalisedupper-cased
Realised PnL read fromrealizedPnl, realized_pnl
Fees read fromcommission, fee
Also used if presentcommissionAsset, orderId, id, realizedPnl, buyer, maker, positionSide

Binance Futures (Income History CSV)

Timestamp looks like2026-08-13 14:05:00 or 2026-08-13T14:05:00 · read as UTC
Symbols are normalisedupper-cased
Realised PnL read fromincome
Also used if presentinfo, tranId, tradeId

Binance Spot (Trade History CSV)

Timestamp looks like2026-08-13 14:05:00 or 2026-08-13T14:05:00 · read as UTC
Direction column saysBUY → long, SELL → short
Symbols are normalisedupper-cased
Realised PnLnot in this export — computed from your fills
Fees read fromFee
Also used if presentAmount, Role, Total

What your Binance history gets analysed for

Every Binance fill you export is replayed in order to find what the pattern cost you across Crypto Spot, Crypto Futures — revenge entries after a loss, position sizing that drifts, and the hours you should not be trading. Each one is priced in dollars and ranked, so you fix the expensive habit first.

Free Trading Tools

Binance import — questions

Which Binance CSV export does TraderDynamiq accept?

All 3 of them: Binance Futures (Trade History CSV); Binance Futures (Income History CSV); Binance Spot (Trade History CSV). The format is detected from the header row, so you do not map any columns yourself. A recognised file has columns such as time, symbol, side, qty, price, commission.

Do I need an account to analyse my Binance trades?

No. The free analyser at /free-analysis reads the export and ranks your costliest patterns in dollars without a signup, an email or a card.

Has the Binance import been tested on real exports?

Read-only API sync running on live accounts, plus Futures/Spot CSV exports.