
HOPE, INC. — Investor Relations & Filings
HOPE, INC. provides specialized services primarily targeting local governments. The company's main offerings include advertising and marketing services for municipalities and private companies. It also operates a Public Private Sharing (PPS) business and offers funding source security support. The company's mission is to deliver new value to citizens by supporting local government initiatives.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 確認書 | 2025-06-30 | Japanese | |
| 有価証券報告書-第32期(2024/04/01-2025/03/31) | 2025-06-30 | Japanese | |
| 臨時報告書 | 2025-06-27 | Japanese | |
| 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2025-06-13 | Japanese | |
| 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2025-05-15 | Japanese | |
| 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2025-04-15 | Japanese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
10 filings
| |||||
| 7242364 | 確認書 | 2025-06-30 | Japanese | ||
| 7242358 | 有価証券報告書-第32期(2024/04/01-2025/03/31) | 2025-06-30 | Japanese | ||
| 7245747 | 臨時報告書 | 2025-06-27 | Japanese | ||
| 7259091 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2025-06-13 | Japanese | ||
| 7263541 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2025-05-15 | Japanese | ||
| 7266960 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2025-04-15 | Japanese | ||
| 7274045 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2025-03-14 | Japanese | ||
| 7275768 | 臨時報告書 | 2025-02-28 | Japanese | ||
| 7277200 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2025-02-14 | Japanese | ||
| 7288421 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2025-01-15 | Japanese | ||
|
2024
5 filings
| |||||
| 7292126 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2024-12-13 | Japanese | ||
| 7295188 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2024-11-15 | Japanese | ||
| 7297276 | 確認書 | 2024-11-14 | Japanese | ||
| 7297260 | 半期報告書-第32期(2024/04/01-2025/03/31) | 2024-11-14 | Japanese | ||
| 7305175 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2024-10-15 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Other residential care activities n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
NeueHealth, Inc.
A value-driven healthcare company providing direct care and…
|
NEUE | US | Human health and social work ac… |
HOPE, INC. 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/13960/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13960 | 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=13960 | 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=13960 \ -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": 13960}, 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 HOPE, INC. (id: 13960)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.