%20Ltd/other/Standard_Chartered_Bank_Pak_Ltd-logo.png)
Standard Chartered Bank (Pak) Ltd — Investor Relations & Filings
Standard Chartered Bank (Pak) Ltd is a prominent commercial bank providing a comprehensive range of financial products and digital banking services. Its offerings include personal banking, Islamic banking (Saadiq), lending solutions, and various debit cards, notably the Pay PAK Debit Card, a domestic payment scheme. The bank emphasizes digital innovation, offering a secure and user-friendly mobile application to cater to diverse customer needs. It operates as a significant international banking presence.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Financial Results for the Year Ended 31 December 2024 | 2025-02-21 | English | |
| Board Meeting to consider Annual Financial Statements of SCBPL for the year ended 31 December 2024 | 2025-02-12 | English | |
| Placement of 03 Quarter 2024 Accounts on Bank's website | 2024-10-30 | English | |
| Transmission of Quarterly Report for the Period Ended 30 September 2024 | 2024-10-30 | English | |
| Financial Results for the Third Quarter Ended 30 September 2024 | 2024-10-29 | English | |
| Board Meeting for Q3 2024 | 2024-10-17 | English |
Browse filings by year
11 yearsMarket data
Market data not available
Price history
Peer group
No peer companies indexed
We could not find peers for this sub-industry yet.
Standard Chartered Bank (Pak) Ltd via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/72363/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=72363 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=72363 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=72363 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 72363}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for Standard Chartered Bank (Pak) Ltd (id: 72363)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.