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
| Field | Type | Description |
|---|---|---|
year | string | Year identifier |
savings_center | numeric | Outstanding Amount - National Saving Centers |
post_offices | numeric | Outstanding Amount - Post Offices |
banks | numeric | Outstanding Amount - Banks |
savings_certificates | numeric | Total 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