Skip to main content

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

NameTypeRequiredDescriptionExample
datestring (date)NoDate for the market snapshot (YYYY-MM-DD). If omitted, latest available data is returned.2025-12-24
sortstringNoSort field: symbol, maturity, ytm, price. Defaults to symbol.ytm
sortOrderstringNoSort order: asc or desc. Defaults to asc.desc
limitintegerNoMaximum 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

FieldTypeDescription
statusstringResponse status (ok or error)
dataarrayArray of sukuk security records
symbolstringGOP Ijarah Sukuk symbol/code
isinstringInternational Securities Identification Number
maturityDatestringMaturity date (YYYY-MM-DD)
maturityYearsnumberYears to maturity
currentPricenumberCurrent market price
ytmnumberYield to maturity (percent)
durationnumberModified duration (years)
outstandingValuenumberTotal outstanding value (PKR)
tradingVolumenumberRecent 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