
Allied Bank Limited — Investor Relations & Filings
Allied Bank Limited is a prominent financial institution offering a comprehensive suite of retail, corporate, and digital banking services. It operates an extensive network of over 1,500 online branches and ATMs. The bank provides diverse financial products, including personal, home, car, and agricultural loans, alongside specialized financing for small and medium enterprises and warehouses. Key digital offerings encompass the myABL app, myABL Wallet for branchless banking, and myABL WhatsApp Banking, facilitating secure and convenient transactions. Allied Bank is recognized for its innovative digital solutions, including award-winning Islamic digital banking, and has been honored as a leading digital bank for corporates. The institution focuses on delivering customer-centric financial solutions to individuals, businesses, and the unbanked segment.
Recent filings
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.
Allied 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/71425/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=71425 | 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=71425 | 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=71425 \ -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": 71425}, 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 Allied Bank Limited (id: 71425)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.