Skip to main content
GET
/
v1
/
data
/
nrb
/
interest-rates
/
latest
Latest interest rates
curl --request GET \
  --url https://api.swippee.com/v1/data/nrb/interest-rates/latest \
  --header 'Authorization: Bearer <token>'
{
  "data": "<unknown>",
  "meta": {
    "source": "Nepal Rastra Bank",
    "source_url": "<string>",
    "attribution": "Source: Nepal Rastra Bank. Republished by Swippee Data with attribution.",
    "as_of": "2023-12-25"
  }
}

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.

Authorizations

Authorization
string
header
required

Your API key from the dashboard, sent as Authorization: Bearer swippee_sk_live_....

Response

Data wrapped in a { data, meta } envelope

data
any
meta
object