
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 |
|---|---|---|---|
| 有価証券報告書-第26期(平成30年7月1日-令和1年6月30日) | 2019-09-27 | Japanese | |
| 四半期報告書-第26期第3四半期(2019/01/01-2019/03/31) | 2019-05-15 | Japanese | |
| 四半期報告書-第26期第2四半期(2018/10/01-2018/12/31) | 2019-02-14 | Japanese | |
| 四半期報告書-第26期第1四半期(2018/07/01-2018/09/30) | 2018-11-14 | Japanese | |
| 有価証券報告書-第25期(平成29年7月1日-平成30年6月30日) | 2018-09-28 | Japanese | |
| 四半期報告書-第25期第3四半期(2018/01/01-2018/03/31) | 2018-05-14 | Japanese |
Browse filings by year
11 yearsMarket 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.