
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 |
|---|---|---|---|
| 訂正有価証券届出書(組込方式) | 2021-05-10 | Japanese | |
| 四半期報告書-第28期第3四半期(令和3年1月1日-令和3年3月31日) | 2021-05-10 | Japanese | |
| 有価証券届出書(組込方式) | 2021-04-30 | Japanese | |
| 四半期報告書-第28期第2四半期(令和2年10月1日-令和2年12月31日) | 2021-02-15 | Japanese | |
| 四半期報告書-第28期第1四半期(令和2年7月1日-令和2年9月30日) | 2020-11-13 | Japanese | |
| 内部統制報告書-第27期(令和1年7月1日-令和2年6月30日) | 2020-09-28 | Japanese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
4 filings
| |||||
| 7672430 | 訂正有価証券届出書(組込方式) | 2021-05-10 | Japanese | ||
| 7672428 | 四半期報告書-第28期第3四半期(令和3年1月1日-令和3年3月31日) | 2021-05-10 | Japanese | ||
| 7672535 | 有価証券届出書(組込方式) | 2021-04-30 | Japanese | ||
| 7675434 | 四半期報告書-第28期第2四半期(令和2年10月1日-令和2年12月31日) | 2021-02-15 | Japanese | ||
|
2020
10 filings
| |||||
| 7681070 | 四半期報告書-第28期第1四半期(令和2年7月1日-令和2年9月30日) | 2020-11-13 | Japanese | ||
| 7683731 | 内部統制報告書-第27期(令和1年7月1日-令和2年6月30日) | 2020-09-28 | Japanese | ||
| 7683730 | 有価証券報告書-第27期(令和1年7月1日-令和2年6月30日) | 2020-09-28 | Japanese | ||
| 7683727 | 確認書 | 2020-09-28 | Japanese | ||
| 7684607 | 訂正有価証券届出書(組込方式) | 2020-08-17 | Japanese | ||
| 7686116 | 有価証券届出書(組込方式) | 2020-08-11 | Japanese | ||
| 7690651 | 四半期報告書-第27期第3四半期(令和2年1月1日-令和2年3月31日) | 2020-05-15 | Japanese | ||
| 7691050 | 訂正四半期報告書-第27期第2四半期(令和1年10月1日-令和1年12月31日) | 2020-05-13 | Japanese | ||
| 7691049 | 訂正四半期報告書-第27期第1四半期(2019/07/01-2019/09/30) | 2020-05-13 | Japanese | ||
| 7692621 | 四半期報告書-第27期第2四半期(令和1年10月1日-令和1年12月31日) | 2020-02-14 | Japanese | ||
|
2019
1 filing
| |||||
| 7695862 | 四半期報告書-第27期第1四半期(2019/07/01-2019/09/30) | 2019-11-14 | 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.