# OFXConverter > Online financial document converter: converts OFX, QFX, and QBO bank statement files to Excel or CSV, and PDF bank statements to Excel, CSV, or OFX. Offers a web interface and a REST API. Available in English, Portuguese, Spanish, and French. Key facts: - OFX/QFX/QBO to Excel/CSV conversion at the home page; PDF bank statement conversion at /pdfconverter. - Uploaded and generated files are automatically deleted after about 30 minutes. - Free usage: anonymous users get 1 conversion per 24h; registered free users get 5 per 24h; free upload limit 1 MB. - Paid plans (monthly OFX conversions + PDF page conversions, 10 MB uploads, API access): Start (500), Pro (1500), Enterprise (5000). Billing via Stripe. - Localized versions available under /pt/, /es/, and /fr/ path prefixes. ## Pages - [OFX/QFX/QBO to Excel or CSV converter](https://www.ofxconverter.com/): main conversion tool - [PDF bank statement converter](https://www.ofxconverter.com/pdfconverter): convert PDF statements to Excel, CSV, or OFX - [Pricing](https://www.ofxconverter.com/about/pricing): plan comparison and subscription checkout - [About](https://www.ofxconverter.com/about): product overview and how to use - [Contact](https://www.ofxconverter.com/about/contact): support contact form - [API documentation](https://www.ofxconverter.com/api): REST API reference ## API - [API documentation](https://www.ofxconverter.com/api): REST API reference (endpoints, authentication, request/response examples, error codes) The REST API requires a premium account API key sent in the Authorization header. Main endpoints: POST /api/v1/conversion (OFX/QFX/QBO to csv, excel, or JSON), POST /api/v1/pdf/conversion (PDF), POST /api/v1/upload, GET /api/v1/download. Max file size 10 MB. ## Support - [Contact form](https://www.ofxconverter.com/about/contact): support requests (email: help@ofxconverter.com) ## Optional - [Full product reference for LLMs](https://www.ofxconverter.com/llms-full.txt): self-contained detailed description of features, workflows, pricing, and API - [Terms of service](https://www.ofxconverter.com/about/terms) - [Privacy policy](https://www.ofxconverter.com/about/privacy)