
TORQ Inc. — Investor Relations & Filings
TORQ Inc. is a sales company specializing in a wide range of fastening products, including screws, bolts, and rivets, alongside hardware and machinery tools. The company serves diverse sectors, from precision machinery and machine tools to construction machinery and large-scale building projects. Leveraging an industry-leading inventory and an extensive distribution network, TORQ has established itself as a market leader in its core product categories. More recently, the company has expanded its business model to include the provision of digital services, specifically targeting small and medium-sized enterprises (SMEs) in the construction industry.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第81期第2四半期(令和3年2月1日-令和3年4月30日) | 2021-06-14 | Japanese | |
| 四半期報告書-第81期第1四半期(令和2年11月1日-令和3年1月31日) | 2021-03-17 | Japanese | |
| 内部統制報告書-第80期(令和1年11月1日-令和2年10月31日) | 2021-01-29 | Japanese | |
| 確認書 | 2021-01-29 | Japanese | |
| 有価証券報告書-第80期(令和1年11月1日-令和2年10月31日) | 2021-01-29 | Japanese | |
| 四半期報告書-第80期第3四半期(令和2年5月1日-令和2年7月31日) | 2020-09-14 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
5 filings
| |||||
| 7670550 | 四半期報告書-第81期第2四半期(令和3年2月1日-令和3年4月30日) | 2021-06-14 | Japanese | ||
| 7674608 | 四半期報告書-第81期第1四半期(令和2年11月1日-令和3年1月31日) | 2021-03-17 | Japanese | ||
| 7677834 | 内部統制報告書-第80期(令和1年11月1日-令和2年10月31日) | 2021-01-29 | Japanese | ||
| 7677833 | 確認書 | 2021-01-29 | Japanese | ||
| 7677835 | 有価証券報告書-第80期(令和1年11月1日-令和2年10月31日) | 2021-01-29 | Japanese | ||
|
2020
4 filings
| |||||
| 7683977 | 四半期報告書-第80期第3四半期(令和2年5月1日-令和2年7月31日) | 2020-09-14 | Japanese | ||
| 7690173 | 四半期報告書-第80期第2四半期(令和2年2月1日-令和2年4月30日) | 2020-06-12 | Japanese | ||
| 7692000 | 四半期報告書-第80期第1四半期(令和1年11月1日-令和2年1月31日) | 2020-03-16 | Japanese | ||
| 7694694 | 有価証券報告書-第79期(平成30年11月1日-令和1年10月31日) | 2020-01-31 | Japanese | ||
|
2019
4 filings
| |||||
| 7698935 | 四半期報告書-第79期第3四半期(2019/05/01-2019/07/31) | 2019-09-13 | Japanese | ||
| 7711382 | 四半期報告書-第79期第2四半期(2019/02/01-2019/04/30) | 2019-06-14 | Japanese | ||
| 7713356 | 四半期報告書-第79期第1四半期(2018/11/01-2019/01/31) | 2019-03-15 | Japanese | ||
| 7716063 | 有価証券報告書-第78期(平成29年11月1日-平成30年10月31日) | 2019-01-31 | Japanese | ||
|
2018
2 filings
| |||||
| 7720321 | 四半期報告書-第78期第3四半期(2018/05/01-2018/07/31) | 2018-09-14 | Japanese | ||
| 7725963 | 四半期報告書-第78期第2四半期(2018/02/01-2018/04/30) | 2018-06-14 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of construction materials, hardware, plumbing and heating equipment and supplies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ADENTRA Inc.
Distributor of architectural building products across North…
|
ADEN | CA | Wholesale and retail trade |
|
ADVAN CO .,LTD.
Importer and seller of building finishing materials and hou…
|
7463 | JP | Wholesale and retail trade |
|
A G Universal Limited
Distributes steel products and construction components for …
|
AGUL | IN | Wholesale and retail trade |
|
Ampli S.A.
Wholesale and retail distributor of electrical and energy p…
|
APL | PL | Wholesale and retail trade |
|
ArisInfra Solutions Limited
Technology-driven platform for construction material procur…
|
ARIS | IN | Wholesale and retail trade |
|
BAUMART HOLDINGS LIMITED
Procures and supplies specialized building materials and in…
|
BMH | AU | Wholesale and retail trade |
|
Bergman & Beving
Acquires and develops companies with products for industria…
|
BERG | SE | Wholesale and retail trade |
|
BlueLinx Holdings Inc.
Wholesale distributor of residential and commercial buildin…
|
BXC | US | Wholesale and retail trade |
|
Bossard Holding AG
A global provider of industrial fastening and assembly tech…
|
BOSN | CH | Wholesale and retail trade |
|
Brdr. A & O Johansen B
Wholesaler of technical installation materials and tools fo…
|
AOJ | DK | Wholesale and retail trade |
TORQ 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/12301/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12301 | 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=12301 | 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=12301 \ -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": 12301}, 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 TORQ Inc. (id: 12301)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.