
DirectBooking Technology Co., Ltd. — Investor Relations & Filings
DirectBooking Technology Co., Ltd., formerly known as Primega Group Holdings Ltd, is an investment holding company. Through its subsidiaries, the company's principal activities involve providing services to the construction sector. These services include the handling, loading, and transportation of excavated materials like soil and rock to designated disposal or recycling facilities. The company also operates as a subcontractor specializing in foundational construction, performing piling and Excavation and Lateral Support (ELS) works. Additionally, it engages in the trading and supply of biodiesel oil to construction contractors. Following its rebranding, the company has stated a strategic focus on utilizing technology to transform traditional industries.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 6-K - DirectBooking Technology Co., Ltd. (0001966678) (Filer) | 2026-05-01 | English | |
| 6-K/A - DirectBooking Technology Co., Ltd. (0001966678) (Filer) | 2026-04-16 | English | |
| 6-K - DirectBooking Technology Co., Ltd. (0001966678) (Filer) | 2026-04-10 | English | |
| 424B3 - DirectBooking Technology Co., Ltd. (0001966678) (Filer) | 2026-04-01 | English | |
| 6-K - DirectBooking Technology Co., Ltd. (0001966678) (Filer) | 2026-03-26 | English | |
| 3 - DirectBooking Technology Co., Ltd. (0001966678) (Issuer) | 2026-03-24 | English |
Browse filings by year
4 yearsMarket data
Market data not available
Price history
Peer group · Site preparation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Wan Kei Group Holdings Limited
Provides foundation construction, piling solutions, ground …
|
1718 | HK | Construction |
|
Zhejiang United Investment Holdings Group Limited
Specialized engineering construction contractor in Hong Kon…
|
8366 | HK | Construction |
DirectBooking Technology Co., Ltd. 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/35138/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=35138 | 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=35138 | 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=35138 \ -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": 35138}, 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 DirectBooking Technology Co., Ltd. (id: 35138)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.