All Symbols Overview
Get market overview of all Government of Pakistan Ijarah Sukuk securities.
GET/3.0/gis/symbols
Description
This endpoint provides a comprehensive market snapshot of all outstanding GOP Ijarah Sukuk securities, including current prices, yields, and key metrics for each sukuk in the market.
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
date | string (date) | No | Date for the market snapshot (YYYY-MM-DD). If omitted, latest available data is returned. | 2025-12-24 |
sort | string | No | Sort field: symbol, maturity, ytm, price. Defaults to symbol. | ytm |
sortOrder | string | No | Sort order: asc or desc. Defaults to asc. | desc |
limit | integer | No | Maximum number of records to return. Defaults to all. | 50 |
Response
Success Response (200)
{
"status": "ok",
"data": [
{
"symbol": "GIS-24-II",
"isin": "PKGSL2024GIS",
"maturityDate": "2024-12-15",
"maturityYears": 0.0,
"currentPrice": 100.125,
"ytm": 12.50,
"duration": 0.001,
"outstandingValue": 150000000,
"tradingVolume": 5000000
},
{
"symbol": "GIS-25-I",
"isin": "PKGSL2025GIS",
"maturityDate": "2025-09-15",
"maturityYears": 0.71,
"currentPrice": 99.875,
"ytm": 13.25,
"duration": 0.68,
"outstandingValue": 200000000,
"tradingVolume": 8500000
},
{
"symbol": "GIS-26-I",
"isin": "PKGSL2026GIS",
"maturityDate": "2026-06-15",
"maturityYears": 1.48,
"currentPrice": 98.500,
"ytm": 14.10,
"duration": 1.40,
"outstandingValue": 250000000,
"tradingVolume": 12500000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
status | string | Response status (ok or error) |
data | array | Array of sukuk security records |
symbol | string | GOP Ijarah Sukuk symbol/code |
isin | string | International Securities Identification Number |
maturityDate | string | Maturity date (YYYY-MM-DD) |
maturityYears | number | Years to maturity |
currentPrice | number | Current market price |
ytm | number | Yield to maturity (percent) |
duration | number | Modified duration (years) |
outstandingValue | number | Total outstanding value (PKR) |
tradingVolume | number | Recent trading volume (PKR) |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
Get All Sukuk Symbols Overview
curl -X GET "https://csapis.com/3.0/gis/symbols" \
-H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Market Overview: Get quick snapshot of all sukuk market activity
- Comparative Analysis: Compare yields and metrics across maturities
- Portfolio Screening: Identify potential sukuk for portfolio addition
- Relative Value: Find attractive yield opportunities
- Market Intelligence: Track sukuk market size and activity trends