
Silkbank Limited — Investor Relations & Filings
Silkbank Limited was a commercial bank, initially founded in 1994 as Prudential Commercial Bank and later known as Saudi Pak Commercial Bank before its rebranding. It offered various banking services to its clientele. As of a recent amalgamation, Silkbank Limited has been integrated into United Bank Limited (UBL). This strategic consolidation has expanded the service portfolio and network, with all former Silkbank operations now functioning under the UBL brand, providing enhanced banking solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Silkbank Limited Notice of Cancellation of 31st Annual General Meeting | 2025-03-20 | English | |
| Publication of Book closure Notice on Newspapers | 2025-03-12 | English | |
| Notice of Book Closure | 2025-03-12 | English | |
| Matertial Information | 2025-03-11 | English | |
| Silkbank Limited Transmission of Annual Report For The Year Ended December 31, 2024 | 2025-03-05 | English | |
| Silkbank Limited Transmission of Quarterly Report For The Nine Month Period Ended September 30, 2024 | 2025-03-05 | English |
Browse filings by year
10 yearsMarket data
Market data not available
Price history
Peer group
No peer companies indexed
We could not find peers for this sub-industry yet.
Silkbank Limited 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/72395/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=72395 | 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=72395 | 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=72395 \ -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": 72395}, 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 Silkbank Limited (id: 72395)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.