
TRUST Holdings Inc. — Investor Relations & Filings
Filings indexed
76
across all filing types
Latest filing
2022-09-30
Audit Report / Informat…
Country
JP
Japan
Listing
T
3286
TRUST Holdings Inc. is a holding company with primary operations in the parking lot and real estate sectors. The company's core activities involve the direct operation of parking facilities and the provision of outsourced parking lot management services. Additionally, the company engages in various aspects of the real estate business.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 確認書 | 2022-09-30 | Japanese | |
| 有価証券報告書-第9期(令和3年7月1日-令和4年6月30日) | 2022-09-30 | Japanese | |
| 四半期報告書-第9期第3四半期(令和4年1月1日-令和4年3月31日) | 2022-05-13 | Japanese | |
| 四半期報告書-第9期第2四半期(令和3年10月1日-令和3年12月31日) | 2022-02-10 | Japanese | |
| 四半期報告書-第9期第1四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | |
| 内部統制報告書-第8期(令和2年7月1日-令和3年6月30日) | 2021-09-29 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
4 filings
| |||||
| 7588815 | 確認書 | 2022-09-30 | Japanese | ||
| 7588820 | 有価証券報告書-第9期(令和3年7月1日-令和4年6月30日) | 2022-09-30 | Japanese | ||
| 7608997 | 四半期報告書-第9期第3四半期(令和4年1月1日-令和4年3月31日) | 2022-05-13 | Japanese | ||
| 7617471 | 四半期報告書-第9期第2四半期(令和3年10月1日-令和3年12月31日) | 2022-02-10 | Japanese | ||
|
2021
6 filings
| |||||
| 7622734 | 四半期報告書-第9期第1四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | ||
| 7625927 | 内部統制報告書-第8期(令和2年7月1日-令和3年6月30日) | 2021-09-29 | Japanese | ||
| 7625925 | 確認書 | 2021-09-29 | Japanese | ||
| 7625930 | 有価証券報告書-第8期(令和2年7月1日-令和3年6月30日) | 2021-09-29 | Japanese | ||
| 7671789 | 四半期報告書-第8期第3四半期(令和3年1月1日-令和3年3月31日) | 2021-05-14 | Japanese | ||
| 7675941 | 四半期報告書-第8期第2四半期(令和2年10月1日-令和2年12月31日) | 2021-02-12 | Japanese | ||
|
2020
5 filings
| |||||
| 7680406 | 四半期報告書-第8期第1四半期(令和2年7月1日-令和2年9月30日) | 2020-11-13 | Japanese | ||
| 7683666 | 内部統制報告書-第7期(令和1年7月1日-令和2年6月30日) | 2020-09-28 | Japanese | ||
| 7683665 | 確認書 | 2020-09-28 | Japanese | ||
| 7683667 | 有価証券報告書-第7期(令和1年7月1日-令和2年6月30日) | 2020-09-28 | Japanese | ||
| 7690853 | 四半期報告書-第7期第3四半期(令和2年1月1日-令和2年3月31日) | 2020-05-14 | Japanese | ||
Market data
Market data not available
Last price
Market cap
volume
Day range
today
52-week range
trailing
Price history
Peer group · Service activities incidental to land transportation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABERTIS INFRAESTRUCTURAS, S.A.
Global operator of high-capacity road infrastructure and to…
|
ABE | ES | Transportation and storage |
|
Aleatica, S.A.B. de C.V.
Manages transport infrastructure assets across Latin Americ…
|
ALEATIC | MX | Transportation and storage |
|
ALLPARK EMPREENDIMENTOS, PARTICIPAÇÕES E SERVIÇOS S.A.
Operates parking infrastructure and urban mobility solution…
|
— | BR | Transportation and storage |
|
Anhui Expressway Company Limited
Manages investment, construction, and operation of toll exp…
|
600012 | CN | Transportation and storage |
|
ARKA BERHAD
An investment holding company driving digital and freight t…
|
— | MY | Transportation and storage |
|
ATLAS ARTERIA
Owns, operates, and develops international toll road networ…
|
ALX | AU | Transportation and storage |
|
Balticon Spolka Akcyjna
Specializes in container sales, rentals, transport, and com…
|
BLT | PL | Transportation and storage |
|
Chengdu Expressway Co., Ltd.
Develops, operates, and manages expressways in Chengdu, foc…
|
1785 | HK | Transportation and storage |
|
China Merchants Expressway Network & Technology Holdings Co., Ltd.
Invests in and operates expressway networks with integrated…
|
001965 | CN | Transportation and storage |
|
CONCESSIONARIA RIO-TERESOPOLIS SA
Operates, maintains, and modernizes highway infrastructure …
|
— | BR | Transportation and storage |
TRUST Holdings 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/13719/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13719 | 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=13719 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
Full reference: API reference · OpenAPI schema
cURL
$ curl https://api.financialreports.eu/api/filings/?company=13719 \ -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": 13719}, 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 TRUST Holdings Inc. (id: 13719)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.
We will notify you once the filing is added.
Report sent
Thank you. We will check the data and update it shortly.