Bank Statement Converter That Does Not Upload Your File

Your statement is read by your own browser. Here is how to verify that rather than believe it.

or drop it here · your file stays on this computer
No statement handy? Try a sample: · ·

A bank statement is one of the most revealing documents you own: your name, your account number, your salary, your rent, and every place you spent money last month. Handing that to an unfamiliar website is a real decision, and the honest answer to it is not a reassuring sentence - it is a way for you to check.

How to check it in about a minute

You do not need to take anyone's word for this. Everything the page does is visible in the browser you are already using:

Why it works this way

There is no server that receives statements, because there is no server at all: the site is a set of static files, and the code that reads the PDF runs on your machine like a calculator does. That is also why there is no account, no email box to confirm and no password. There is nothing to attach an account to.

What the site does know

Being straight about this matters more than sounding pure. The site counts visits with ordinary analytics, which see the address of the page you opened and roughly where in the world you are, and it records that a conversion finished. Those counters never see anything from your file, because nothing from your file ever leaves your browser. Session recording is switched off deliberately, since what it would record is your transaction table. The privacy page spells all of this out.

What happens to the spreadsheet I download?

It is assembled in your browser's memory and handed straight to your downloads folder. It is not stored on the page, not sent anywhere, and closing the tab leaves nothing behind except your own downloaded file and the light or dark theme you picked.

Related