What Swippee does
Swippee is Nepal’s financial data layer. One API gives you:Statement parsing
Upload a Nepali bank statement (PDF, Excel, or image) and get back clean,
categorized transactions, balances, and signals.
Lending products
Income, Identity, Balance, Liabilities, Score, Verify, and Underwriting —
each a focused view derived from a single parse.
Merchant enrichment
Resolve Fonepay terminals and merchant names to a clean name, MCC,
spend category, and city.
Swippee Data
Read Nepal’s public-sector financial data — forex, interest rates,
payments, macro indicators — sourced from Nepal Rastra Bank.
Base URL
All endpoints live under a single versioned base URL:How it fits together
A typical integration is two calls: parse a statement, then read the product view you need.1
Get an API key
Create a key in the dashboard. Keys are
shown once — store them securely.
2
Parse a statement
POST /v1/parse with the file. You get a full StatementReport back, or a
poll URL if you parse asynchronously.3
Read what you need
Call any product endpoint (
/v1/reports/:id/income, /identity, /verify…)
on the completed report — billed as one parse no matter how many you read.Start building
Make your first parse in a few minutes.