Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.swippee.com/llms.txt

Use this file to discover all available pages before exploring further.

Read-only access to Nepal’s public-sector financial data, parsed from Nepal Rastra Bank’s releases. These endpoints require your API key and count against your monthly Data API quota (500 on Sandbox, 2,500 on Growth, 5,000 on Scale). Every response is wrapped in a { data, meta } envelope — meta carries the source, publication date, and an attribution string you must surface when republishing.

Datasets

DatasetCadenceEndpoints
Forex reference ratesDaily (weekdays)/v1/data/nrb/forex/latest · /forex/series · /forex/convert
Monthly banking statisticsMonthly/v1/data/nrb/banking/snapshot · /banking/indicators · /banking/indicators/series
Commercial-bank interest ratesMonthly (since 2016)/v1/data/nrb/interest-rates/latest · /interest-rates/series
Macroeconomic situationMonthly/v1/data/nrb/macro/latest · /macro/series
Payment systems indicatorsMonthly/v1/data/nrb/payments/latest · /payments/series
Licensed BFI directoryQuarterly/v1/data/nrb/bfis

Example

curl https://api.swippee.com/v1/data/nrb/interest-rates/latest \
  -H "Authorization: Bearer $SWIPPEE_API_KEY"
{
  "data": [
    { "metric": "base-rate", "label": "Base Rate", "value": 5.0, "unit": "percent", "sheet": "C23" },
    { "metric": "wavg-deposit", "label": "Weighted Avg. Deposit Rate", "value": 3.4, "unit": "percent", "sheet": "C20" }
  ],
  "meta": {
    "source": "Nepal Rastra Bank",
    "source_url": "https://www.nrb.org.np/contents/uploads/.../publish.xlsx",
    "attribution": "Source: Nepal Rastra Bank — Monthly Banking & Financial Statistics. Republished by Swippee Data with attribution.",
    "as_of": "2026-04-15"
  }
}
Macro figures additionally include a source_quote field — the verbatim sentence each number was verified against. Browse every dataset and its cadence at swippee.com/products/data.