Skip to main content

Outstanding Amount invested in National Savings Certificates

Value invested in National Savings Certificates (NSCs).

GET/3.0/alternate/national-savings-certificates

Request

Authentication

  • Type: Bearer Token
  • Required: Yes

Parameters

This endpoint does not accept any query parameters.

Response

Success Response (200)

{
"status":"ok",
"data":[
{
"year": "2023",
"savings_center": 250000000,
"post_offices": 200000000,
"banks": 150000000,
"savings_certificates": 600000000
},
{
"year": "2022",
"savings_center": 230000000,
"post_offices": 180000000,
"banks": 140000000,
"savings_certificates": 550000000
}
]
}

Response Fields

FieldTypeDescription
yearstringYear identifier
savings_centernumericOutstanding Amount - National Saving Centers
post_officesnumericOutstanding Amount - Post Offices
banksnumericOutstanding Amount - Banks
savings_certificatesnumericTotal Outstanding Amount

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Outstanding Amount invested in National Savings Certificates

curl -X GET "https://csapis.com/3.0/alternate/national-savings-certificates" -H "Authorization: Bearer YOUR_API_TOKEN"

Use Cases

  • Data analysis
  • Dashboard / metrics