
NIB Bank Limited — Investor Relations & Filings
NIB Bank Limited was a commercial bank that provided a comprehensive range of financial services, including Retail Banking, Commercial Banking, Corporate and Investment Banking, and Treasury Services. Historically recognized as one of the largest foreign banks, it served a broad customer base through an extensive branch network, aiming to deliver innovative and customer-focused banking solutions. Effective July 11, 2017, NIB Bank Limited merged with and into MCB Bank, with all its properties, assets, liabilities, rights, and obligations subsequently vesting in MCB Bank.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Text of Notice - Addendum to Book Closure | 2017-06-22 | English | |
| Addendum to Book closure to determine the entitlement of MCB shares | 2017-06-22 | English | |
| Text of Book Closure Announcement | 2017-06-19 | English | |
| Book Closure to determine the entitlement of MCB Shares | 2017-06-19 | English | |
| Copies of Resolutions passed at the Extraordinary General Meeting | 2017-05-16 | English | |
| Material Information - EOGM | 2017-05-11 | English |
Browse filings by year
2 yearsMarket data
Market data not available
Price history
Peer group
No peer companies indexed
We could not find peers for this sub-industry yet.
NIB Bank 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/72250/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=72250 | 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=72250 | 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=72250 \ -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": 72250}, 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 NIB Bank Limited (id: 72250)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.