
Seven Bank, Ltd. — Investor Relations & Filings
Seven Bank, Ltd. is a financial institution centered on its extensive Automated Teller Machine (ATM) platform. The company operates a large network of over 28,000 ATMs, primarily located for high accessibility in 7-Eleven convenience stores, shopping centers, and transportation hubs. These machines offer 24/7 services, including cash withdrawals, deposits, and transfers. A key feature is the support for internationally issued cards, allowing users to withdraw local currency via a multi-language interface. In addition to its ATM business, Seven Bank provides personal banking services such as deposit accounts, internet and mobile banking, and international money transfer services. The company also facilitates ATM-based cash receiving and electronic money top-up services, emphasizing convenience and accessibility for a broad customer base.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 確認書 | 2022-06-21 | Japanese | |
| 四半期報告書-第21期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-08 | Japanese | |
| 四半期報告書-第21期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-11 | Japanese | |
| 四半期報告書-第21期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-11 | Japanese | |
| 内部統制報告書-第20期(令和2年4月1日-令和3年3月31日) | 2021-06-22 | Japanese | |
| 確認書 | 2021-06-22 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
2 filings
| |||||
| 7604546 | 確認書 | 2022-06-21 | Japanese | ||
| 7618324 | 四半期報告書-第21期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-08 | Japanese | ||
|
2021
6 filings
| |||||
| 7623832 | 四半期報告書-第21期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-11 | Japanese | ||
| 7628446 | 四半期報告書-第21期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-11 | Japanese | ||
| 7669721 | 内部統制報告書-第20期(令和2年4月1日-令和3年3月31日) | 2021-06-22 | Japanese | ||
| 7669719 | 確認書 | 2021-06-22 | Japanese | ||
| 7669723 | 有価証券報告書-第20期(令和2年4月1日-令和3年3月31日) | 2021-06-22 | Japanese | ||
| 7677253 | 四半期報告書-第20期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-09 | Japanese | ||
|
2020
4 filings
| |||||
| 7681370 | 四半期報告書-第20期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-12 | Japanese | ||
| 7685580 | 四半期報告書-第20期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-12 | Japanese | ||
| 7689782 | 有価証券報告書-第19期(平成31年4月1日-令和2年3月31日) | 2020-06-23 | Japanese | ||
| 7694091 | 四半期報告書-第19期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-10 | Japanese | ||
|
2019
3 filings
| |||||
| 7696047 | 四半期報告書-第19期第2四半期(2019/07/01-2019/09/30) | 2019-11-14 | Japanese | ||
| 7701678 | 四半期報告書-第19期第1四半期(2019/04/01-2019/06/30) | 2019-08-06 | Japanese | ||
| 7711330 | 有価証券報告書-第18期(平成30年4月1日-平成31年3月31日) | 2019-06-18 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Other monetary intermediation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1ST SOURCE CORP
Bank holding company offering commercial, consumer, and spe…
|
SRCE | US | Financial and insurance activit… |
|
Aareal Bank AG
International provider of financing and digital solutions f…
|
ARL | DE | Financial and insurance activit… |
|
Aasen Sparebank
An independent savings bank offering banking, financial adv…
|
AASB | NO | Financial and insurance activit… |
|
ABN AMRO Bank N.V.
A financial institution serving retail, private, and commer…
|
ABN | NL | Financial and insurance activit… |
|
ABSA GROUP
A diversified financial services provider with a significan…
|
ABG | ZA | Financial and insurance activit… |
|
Abu Dhabi Commercial Bank
A full-service commercial bank offering retail, corporate, …
|
ADCB | AE | Financial and insurance activit… |
|
Abu Dhabi Islamic Bank
A prominent Islamic financial institution offering Shari'a-…
|
ADIB | AE | Financial and insurance activit… |
|
ACBA Bank
Universal bank offering diverse services with a focus on th…
|
ACBA | AM | Financial and insurance activit… |
|
ADCB Rights Issue 2025
Strategic capital-raising for growth, stronger capital, and…
|
ADCBRI25 | AE | Financial and insurance activit… |
|
Addiko Bank AG
A specialized lender providing consumer and SME financing a…
|
ADKO | AT | Financial and insurance activit… |
Seven Bank, Ltd. 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/12811/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12811 | 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=12811 | 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=12811 \ -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": 12811}, 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 Seven Bank, Ltd. (id: 12811)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.