
GIG Works Inc. — Investor Relations & Filings
GIG Works Inc. is a holding company that operates gig economy platforms, connecting companies and individuals who wish to outsource work with a network of individual contractors. The company's primary services fall under several categories: on-demand business process outsourcing (BPO), which includes field support, contact center operations, and sales support; digital marketing; and system solutions. Additionally, GIG Works provides sharing services, such as co-working spaces and shared offices, to support business growth and flexible work arrangements. The company functions as a comprehensive hub, offering a suite of services that cater to the needs of both businesses seeking flexible labor and individuals seeking short-term or on-demand work opportunities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第46期第1四半期(令和3年11月1日-令和4年1月31日) | 2022-03-10 | Japanese | |
| 内部統制報告書-第45期(令和2年11月1日-令和3年10月31日) | 2022-01-28 | Japanese | |
| 確認書 | 2022-01-28 | Japanese | |
| 有価証券報告書-第45期(令和2年11月1日-令和3年10月31日) | 2022-01-28 | Japanese | |
| 四半期報告書-第45期第3四半期(令和3年5月1日-令和3年7月31日) | 2021-09-10 | Japanese | |
| 四半期報告書-第45期第2四半期(令和3年2月1日-令和3年4月30日) | 2021-06-11 | Japanese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
4 filings
| |||||
| 7615088 | 四半期報告書-第46期第1四半期(令和3年11月1日-令和4年1月31日) | 2022-03-10 | Japanese | ||
| 7618843 | 内部統制報告書-第45期(令和2年11月1日-令和3年10月31日) | 2022-01-28 | Japanese | ||
| 7618841 | 確認書 | 2022-01-28 | Japanese | ||
| 7618840 | 有価証券報告書-第45期(令和2年11月1日-令和3年10月31日) | 2022-01-28 | Japanese | ||
|
2021
6 filings
| |||||
| 7626450 | 四半期報告書-第45期第3四半期(令和3年5月1日-令和3年7月31日) | 2021-09-10 | Japanese | ||
| 7670694 | 四半期報告書-第45期第2四半期(令和3年2月1日-令和3年4月30日) | 2021-06-11 | Japanese | ||
| 7674867 | 四半期報告書-第45期第1四半期(令和2年11月1日-令和3年1月31日) | 2021-03-10 | Japanese | ||
| 7677885 | 内部統制報告書-第44期(令和1年11月1日-令和2年10月31日) | 2021-01-29 | Japanese | ||
| 7677884 | 確認書 | 2021-01-29 | Japanese | ||
| 7677886 | 有価証券報告書-第44期(令和1年11月1日-令和2年10月31日) | 2021-01-29 | Japanese | ||
|
2020
4 filings
| |||||
| 7684093 | 四半期報告書-第44期第3四半期(令和2年5月1日-令和2年7月31日) | 2020-09-10 | Japanese | ||
| 7690189 | 四半期報告書-第44期第2四半期(令和2年2月1日-令和2年4月30日) | 2020-06-12 | Japanese | ||
| 7692198 | 四半期報告書-第44期第1四半期(令和1年11月1日-令和2年1月31日) | 2020-02-28 | Japanese | ||
| 7694760 | 有価証券報告書-第43期(平成30年11月1日-令和1年10月31日) | 2020-01-28 | Japanese | ||
|
2019
1 filing
| |||||
| 7699119 | 四半期報告書-第43期第3四半期(2019/05/01-2019/07/31) | 2019-08-28 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Temporary employment agency activities and other human resource provisions
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aarvi Encon Limited
Provides technical manpower outsourcing and engineering con…
|
AARVI | IN | Administrative and support serv… |
|
Accordant Group Limited
Provides workforce management and recruitment services acro…
|
AGL | NZ | Administrative and support serv… |
|
ADCORP HOLDINGS LIMITED
Provides comprehensive workforce solutions including staffi…
|
ADR | ZA | Administrative and support serv… |
|
Adecco Group AG
A global talent and technology advisory firm offering compr…
|
ADI1 | CH | Administrative and support serv… |
|
Al Mawarid Manpower Co.
Provides HR solutions and recruitment for professional, tec…
|
1833 | SA | Administrative and support serv… |
|
AMADEUS FIRE AG
Provider of specialized personnel services and professional…
|
AAD | DE | Administrative and support serv… |
|
AMN HEALTHCARE SERVICES INC
Provides healthcare workforce solutions, staffing, and tech…
|
AMN | US | Administrative and support serv… |
|
ANI Integrated Services Limited
Provides technical manpower and engineering support for div…
|
AISL | IN | Administrative and support serv… |
|
ARTNER CO.,LTD.
Technical services provider specializing in engineer dispat…
|
2163 | JP | Administrative and support serv… |
|
ASHLEY SERVICES GROUP LIMITED
Provides integrated labor hire, recruitment, and vocational…
|
ASH | AU | Administrative and support serv… |
GIG Works 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/13342/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13342 | 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=13342 | 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=13342 \ -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": 13342}, 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 GIG Works Inc. (id: 13342)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.