All Symbols Profile
Get detailed profile information for Government of Pakistan Ijarah Sukuk securities.
GET/3.0/gis/profiles
Description
This endpoint provides detailed information about each GOP Ijarah Sukuk security, including issuance details, payment terms, asset structure, and Shariah compliance information.
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
symbol | string | No | Specific sukuk symbol to fetch profile for. If omitted, all profiles are returned. | GIS-25-I |
isin | string | No | International Securities Identification Number. | PKGSL2025GIS |
limit | integer | No | Maximum number of records to return. Defaults to all. | 50 |
Response
Success Response (200)
{
"status": "ok",
"data": [
{
"symbol": "GIS-25-I",
"isin": "PKGSL2025GIS",
"issuer": "Government of Pakistan",
"issuanceDate": "2023-09-15",
"maturityDate": "2025-09-15",
"tenor": "2 Years",
"parValue": 1000,
"couponRate": 13.50,
"couponFrequency": "Semi-Annual",
"couponDates": ["2024-03-15", "2024-09-15", "2025-03-15", "2025-09-15"],
"underlyingAsset": "State-owned assets and government property",
"trustee": "National Bank of Pakistan",
"shariaAdvisor": "Shariah Advisory Board",
"rating": "AAA",
"ratingAgency": "PACRA",
"minimumInvestment": 50000,
"totalIssuance": 500000000,
"currencyCode": "PKR",
"tradingStatus": "Active",
"listedOn": "Pakistan Stock Exchange",
"features": [
"Shariah compliant",
"Asset-backed",
"Fixed coupon rate",
"Transferable"
]
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
status | string | Response status (ok or error) |
data | array | Array of sukuk profile records |
symbol | string | GOP Ijarah Sukuk symbol/code |
isin | string | International Securities Identification Number |
issuer | string | Issuing entity |
issuanceDate | string | Date of sukuk issuance (YYYY-MM-DD) |
maturityDate | string | Maturity date (YYYY-MM-DD) |
tenor | string | Time to maturity description |
parValue | number | Face value per unit |
couponRate | number | Annual coupon rate (percent) |
couponFrequency | string | Payment frequency (e.g., Semi-Annual, Annual) |
couponDates | array | Array of coupon payment dates |
underlyingAsset | string | Description of underlying assets |
trustee | string | Trustee entity |
shariaAdvisor | string | Shariah compliance advisor |
rating | string | Credit rating |
ratingAgency | string | Agency providing the rating |
minimumInvestment | number | Minimum investment amount (PKR) |
totalIssuance | number | Total amount issued (PKR) |
currencyCode | string | Currency of issuance |
tradingStatus | string | Current trading status |
listedOn | string | Exchange/market listing |
features | array | Key features and characteristics |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
Get All Sukuk Profiles
curl -X GET "https://csapis.com/3.0/gis/profiles" \
-H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Security Analysis: Understand sukuk structure and features
- Due Diligence: Review issuer, trustee, and Shariah compliance
- Payment Schedule: Verify coupon payment dates and amounts
- Credit Analysis: Review ratings and underlying asset quality
- Investment Documentation: Access official sukuk specifications
- Shariah Screening: Confirm Islamic finance compliance