
ASIAN DEVELOPMENT BANK — Investor Relations & Filings
The Asian Development Bank (ADB) is a regional multilateral development finance institution established in 1966. It is dedicated to achieving a prosperous, inclusive, resilient, and sustainable Asia and the Pacific while continuing its efforts to eradicate extreme poverty. ADB provides financial and technical assistance to its developing member countries through a combination of loans, grants, equity investments, and policy advice. Its core operations focus on infrastructure, environmental sustainability, regional cooperation, and financial sector development. The bank prioritizes climate change mitigation, gender equality, and private sector engagement to foster long-term economic growth. By leveraging its high credit rating, ADB mobilizes resources from global capital markets to fund projects that improve social and economic conditions across the region.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| ADB Annual Report 2025 81 pages 4.9MB | 2026-05-11 | English | |
| ADB Financial Report 2025 258 pages 9.5MB | 2026-05-11 | English | |
| ADB Information Statement 131 pages 4.1MB | 2026-04-13 | English | |
| ADB Annual Report 2024 81 pages 10.3MB | 2025-05-15 | English | |
| ADB Financial Report 2024 256 pages 6.8MB | 2025-05-15 | English | |
| ADB Information Statement 133 pages 3.4MB | 2025-04-27 | English |
Browse filings by year
24 years- 2026 3 filings
- 2025 4 filings
- 2024 5 filings
- 2023 3 filings
- 2022 3 filings
- 2021 4 filings
- 2020 12 filings
- 2019 3 filings
- 2018 6 filings
- 2017 10 filings
- 2016 9 filings
- 2015 8 filings
- 2014 3 filings
- 2013 11 filings
- 2012 16 filings
- 2011 9 filings
- 2010 11 filings
- 2009 7 filings
- 2008 15 filings
- 2007 8 filings
- 2006 14 filings
- 2005 5 filings
- 2004 3 filings
- 2003 2 filings
Market data
Market data not available
Price history
Peer group · Activities of extraterritorial organizations and bodies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
INTERNATIONAL FINANCE CORPORATION
World Bank Group member promoting private-sector developmen…
|
IFX | US | Activities of extraterritorial … |
ASIAN DEVELOPMENT BANK 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/64443/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=64443 | 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=64443 | 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=64443 \ -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": 64443}, 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 ASIAN DEVELOPMENT BANK (id: 64443)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.