Auction Calendar
Get Government of Pakistan Ijarah Sukuk auction schedule and results.
GET/3.0/gis/auctions
Description
This endpoint provides scheduled and historical information for GOP Ijarah Sukuk auctions, including auction dates, target amounts, pricing results, and competitive bidding data.
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
from | string (date) | No | Start date for range queries (YYYY-MM-DD). | 2025-01-01 |
to | string (date) | No | End date for range queries (YYYY-MM-DD). | 2025-12-31 |
Response
Success Response (200)
{
"status": "ok",
"data": [
{
"auctionDate": "2025-12-17",
"symbol": "GIS-25-IV",
"tenor": "2Y",
"maturityDate": "2027-12-17",
"targetAmount": 300000000,
"auctionStatus": "completed",
"successfulAmount": 295000000,
"successRate": 98.33,
"bidderCount": 24,
"couponRate": 13.75,
"cutoffYield": 13.25,
"weightedAverageYield": 13.28,
"bidCoverRatio": 1.85,
"minimumBid": 50000,
"allotmentDate": "2025-12-18",
"settlementDate": "2025-12-19",
"announceDate": "2025-12-10"
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
status | string | Response status (ok or error) |
data | array | Array of auction records |
auctionDate | string | Date of the auction (YYYY-MM-DD) |
symbol | string | Sukuk symbol issued in auction |
tenor | string | Sukuk maturity/tenor (e.g., 2Y, 5Y, 10Y) |
maturityDate | string | Sukuk maturity date (YYYY-MM-DD) |
targetAmount | number | Target issuance amount (PKR) |
auctionStatus | string | Auction status (scheduled, completed, cancelled) |
successfulAmount | number | Amount successfully auctioned (PKR) |
successRate | number | Success rate (percent) |
bidderCount | integer | Number of successful bidders |
couponRate | number | Fixed coupon rate (percent) |
cutoffYield | number | Cutoff yield for acceptance (percent) |
weightedAverageYield | number | Weighted average yield of accepted bids (percent) |
bidCoverRatio | number | Total bids divided by successful amount |
minimumBid | number | Minimum bid amount (PKR) |
allotmentDate | string | Date of allotment announcement (YYYY-MM-DD) |
settlementDate | string | Settlement date (YYYY-MM-DD) |
announceDate | string | Auction announcement date (YYYY-MM-DD) |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
Get All Upcoming Sukuk Auctions
curl -X GET "https://csapis.com/3.0/gis/auctions?status=scheduled" \
-H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Auction Tracking: Monitor upcoming sukuk auction schedules
- Bidding Strategy: Review competitive conditions and bid cover ratios
- Yield Analysis: Compare cut-off yields across different auctions
- Market Participation: Plan participation in upcoming auctions
- Performance Analysis: Evaluate auction results and demand trends
- Portfolio Planning: Identify new sukuk opportunities as they're issued
- Market Intelligence: Track issuance volume and frequency trends