Bank Holidays in Pakistan
Bank holidays in Pakistan are notified annually by the State Bank of Pakistan, with closures aligned to national civic holidays and major Islamic observances. The list includes Pakistan Day, Labour Day, Independence Day, Iqbal Day, Quaid-e-Azam Day, and the moving Eid al-Fitr, Eid al-Adha, Ashura, and Mawlid dates. The Holidays API returns Pakistani bank holidays with their corresponding day-of-week and observed dates.
The Pakistan Bank Holidays API allows you to:
- List every Pakistani bank holiday for a given year
- Pull historical Pakistan bank holiday calendars going back to 1980
- Build settlement, payroll and treasury calendars that respect Pakistan financial closures
- Integrate Pakistan banking holidays into trading, brokerage, or scheduling systems
From 2,430 users
Applications using this API
API Status
API Response Times
Average | P50 | P75 | P90 | P95 |
|---|---|---|---|---|
| 391ms | 417ms | 453ms | 753ms | 1294ms |
Didn't find what you were looking for? Suggest an improvement
Pakistan Bank Holidays 2025
The table below lists the Pakistan bank holidays for 2025. Use the API to retrieve the full list for any year between 1980 and 2050.
| Date | Day | Holiday |
|---|---|---|
2025-02-05 | Wednesday | Kashmir Solidarity Day |
2025-03-23 | Sunday | Pakistan Day |
2025-05-01 | Thursday | Labour Day |
2025-08-14 | Thursday | Independence Day |
2025-11-09 | Sunday | Iqbal Day |
2025-12-25 | Thursday | Quaid-e-Azam Day |
Sample 2025 schedule. Some dates — in particular religious dates that follow lunar or Coptic calendars — vary year to year. Call the live API for the authoritative list.
/v1/bankholidays GET
https://api.api-ninjas.com/v1/bankholidays?country=PK
Returns every bank holiday observed in Pakistan for the specified year. Use the country ISO code PK to retrieve Pakistan bank closures.
Parameters
countryrequiredCountry name or ISO 3166-2 country code. Use
PKfor Pakistan.yearoptional premium onlyCalendar year between
1980and2050. Defaults to the current year.
Headers
X-Api-KeyrequiredAPI Key associated with your account.
Response
A JSON array of objects with the following fields, or an error if the request is unsuccessful.
nameName of the bank holiday.
dateDate in
YYYY-MM-DDformat.countryISO 3166 alpha-2 country code (e.g.
PK).yearYear of the bank holiday.
Sample Request Live Demo!
Try our APIs in the API playground
Sign up for a free API key to get started — no credit card required.
https://api.api-ninjas.com/v1/bankholidays?country=PKHeaders
X-Api-KeyLog in or sign up to get your API KeySample Response
Code Examples
1
2
curl -X GET "https://api.api-ninjas.com/v1/bankholidays?country=PK&year=2025" \
-H "X-Api-Key: YOUR_API_KEY"If your programming language is not listed above, you can still make API calls by using any HTTP request library and following the documentation above.
Bank Holidays in Other Countries
- Bank Holidays in India
- Bank Holidays in China
- Bank Holidays in United States
- Bank Holidays in Indonesia
- Bank Holidays in Nigeria
- Bank Holidays in Brazil
- Bank Holidays in Bangladesh
- Bank Holidays in Russia
- Bank Holidays in Mexico
- Bank Holidays in Japan
- Bank Holidays in Ethiopia
- Bank Holidays in Philippines
- Bank Holidays in Egypt
- Bank Holidays in Vietnam
Frequently Asked Questions
Can I use the Bank Holidays API for commercial purposes?
Yes, but you must have a premium subscription. Commercial use of the Bank Holidays API is not permitted on the free tier. See our pricing page to choose a plan that fits your needs.How do I get an API key and start using the Bank Holidays API?
Sign up for a free account to instantly get your API key, then pass it in theX-Api-Keyheader on every request. The documentation above includes ready-to-run examples in cURL, Python, JavaScript, Node.js, and more.What happens if I exceed my quota for the month?
Your API requests will simply be denied once you hit your monthly quota — you will never be charged more than the plan you signed up for. To increase your quota, you can upgrade your plan any time on our pricing page.What happens if a request to the Bank Holidays API fails?
The API responds with a standard HTTP status code and a JSON error message describing the problem. See our error codes reference for the full list of codes and how to resolve each one, or contact support if you need help.What are some use cases for the Bank Holidays API?
Because every entry is of typeBANK_HOLIDAY(banking-relevant closures only), the API is well suited for settlement and clearing calendars (ACH, wire, SWIFT), treasury and cash management, trading platforms, international payment scheduling, and loan interest accrual calendars. For non-banking holidays such as public, religious, and observances, use the Holidays API instead.How do I retrieve all bank holidays for a specific country and year?
Call the/v1/bankholidaysendpoint with the requiredcountryparameter (a country name or, preferably, an ISO 3166-2 code) and an optionalyearbetween1980and2050, which defaults to the current year and is a premium feature. To check a single date instead, see the/v1/isbankholidayendpoint, or for non-bank holidays try Public Holidays.What does the /v1/isbankholiday endpoint return?
It returns a JSON object withis_bank_holiday(true or false),bank_holiday_name(the holiday name when true, otherwisenull), thedatein YYYY-MM-DD format, and the 2-lettercountrycode, given the requireddateandcountryparameters. To find the actual business days around a closure, pair it with the Working Days API.What does the data cover and which response fields are returned by /v1/bankholidays?
The API covers over 230 countries, regions, and territories, and each array entry includes thenameof the bank holiday, itsdatein YYYY-MM-DD format, the 2-letter ISO 3166 alpha-2countrycode, and theyearobserved. To validate or look up country codes, see the Country API.