Skip to main content
GET
/
v1
/
data
/
nrb
/
cbs
/
series
Central Bank Survey — series
curl --request GET \
  --url https://api.swippee.com/v1/data/nrb/cbs/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

indicator
string
required

IMF/SDMX indicator code (see the /latest response).

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