Skip to main content
GET
/
v1
/
data
/
nrb
/
banks
/
pnl
/
series
Per-bank profit & loss — series
curl --request GET \
  --url https://api.swippee.com/v1/data/nrb/banks/pnl/series \
  --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"
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

key
string

Composite key <bank>.<section>.<line> (see the /latest response). Required unless bank + line are given.

bank
string

Institution short name (use with line instead of key).

line
string

Line-item slug (use with bank instead of key).

from
string

Inclusive lower bound, YYYY-MM.

to
string

Exclusive upper bound, YYYY-MM.

Response

Data wrapped in a { data, meta } envelope

data
any
meta
object