
Bank of Greece — Investor Relations & Filings
The Bank of Greece is the national central bank and an integral part of the Eurosystem. Its primary objective is to ensure price stability. The bank's core tasks include implementing the Eurosystem's single monetary policy, safeguarding the stability of the financial system through the supervision of credit institutions, and overseeing payment and settlement systems. It also acts as the treasurer and fiscal agent for the government. Furthermore, the Bank of Greece is responsible for the issuance of euro banknotes and coins, conducts economic analysis and research, compiles and publishes extensive statistics, and promotes financial literacy.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Composition of the General Council of the Bank of Greece | 2026-04-21 | English | |
| Γνωστοποίηση Σύνθεσης Γενικού Συμβουλίου (Ορθή Επανάληψη) | 2026-04-20 | Greek (modern) | |
| Γνωστοποίηση Σύνθεσης Γενικού Συμβουλίου | 2026-04-20 | Greek (modern) | |
| ΜΗΝΙΑΙΑ ΣΥΝΟΠΤΙΚΗ ΛΟΓΙΣΤΙΚΗ ΚΑΤΑΣΤΑΣΗ - ΜΑΡΤΙΟΣ 2026 | 2026-04-20 | Greek (modern) | |
| FINANCIAL STATEMENT - MARCH 2026 | 2026-04-20 | English | |
| Συγκρότηση σε σώμα της Επιτροπής Ελέγχου της Τράπεζας της Ελλάδος και ορισμός Προέδρου της | 2026-04-09 | Greek (modern) |
Market data
Market data not available
Price history
Peer group · Central banking
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Banque nationale de Belgique
The central bank of Belgium, ensuring price and financial s…
|
BNB | BE | Financial and insurance activit… |
|
Schweizerische Nationalbank
The central bank of Switzerland, conducting monetary policy…
|
SNBN | CH | Financial and insurance activit… |
Bank of Greece 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/2641/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=2641 | 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=2641 | 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=2641 \ -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": 2641}, 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 Bank of Greece (id: 2641)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.