
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 |
|---|---|---|---|
| 四半期報告書-第30期第3四半期(2022/10/01-2022/12/31) | 2023-02-14 | Japanese | |
| 確認書 | 2022-12-23 | Japanese | |
| 訂正四半期報告書-第30期第2四半期(令和4年7月1日-令和4年9月30日) | 2022-12-23 | Japanese | |
| 確認書 | 2022-11-14 | Japanese | |
| 四半期報告書-第30期第2四半期(令和4年7月1日-令和4年9月30日) | 2022-11-14 | Japanese | |
| 確認書 | 2022-08-12 | Japanese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
1 filing
| |||||
| 7574465 | 四半期報告書-第30期第3四半期(2022/10/01-2022/12/31) | 2023-02-14 | Japanese | ||
|
2022
10 filings
| |||||
| 7580065 | 確認書 | 2022-12-23 | Japanese | ||
| 7580061 | 訂正四半期報告書-第30期第2四半期(令和4年7月1日-令和4年9月30日) | 2022-12-23 | Japanese | ||
| 7583552 | 確認書 | 2022-11-14 | Japanese | ||
| 7583549 | 四半期報告書-第30期第2四半期(令和4年7月1日-令和4年9月30日) | 2022-11-14 | Japanese | ||
| 7592308 | 確認書 | 2022-08-12 | Japanese | ||
| 7592301 | 四半期報告書-第30期第1四半期(令和4年4月1日-令和4年6月30日) | 2022-08-12 | Japanese | ||
| 7598066 | 内部統制報告書-第29期(令和3年7月1日-令和4年3月31日) | 2022-06-30 | Japanese | ||
| 7598062 | 確認書 | 2022-06-30 | Japanese | ||
| 7598059 | 有価証券報告書-第29期(令和3年7月1日-令和4年3月31日) | 2022-06-30 | Japanese | ||
| 7617063 | 四半期報告書-第29期第2四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | ||
|
2021
4 filings
| |||||
| 7622239 | 四半期報告書-第29期第1四半期(令和3年7月1日-令和3年9月30日) | 2021-11-15 | Japanese | ||
| 7626017 | 内部統制報告書-第28期(令和2年7月1日-令和3年6月30日) | 2021-09-29 | Japanese | ||
| 7626016 | 有価証券報告書-第28期(令和2年7月1日-令和3年6月30日) | 2021-09-29 | Japanese | ||
| 7626015 | 確認書 | 2021-09-29 | 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.