
Workbrain Corporation — Investor Relations & Filings
Workbrain Corporation was a developer and provider of web-based enterprise software specializing in Workforce Management (WFM) and Employee Relationship Management (ERM) solutions tailored for large organizations. The platform delivered comprehensive tools for employee self-service, detailed productivity analysis, attendance tracking, and strategic schedule planning. Key applications, such as Workbrain Analytics, enabled employers to study operational trends and optimize workforce efficiency using data-driven insights across the entire employee lifecycle.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Material change report - English.pdf | 2007-06-06 | English | |
| Material change report - English.pdf | 2007-04-09 | English | |
| Other.pdf | 2007-04-05 | English | |
| Other.pdf | 2007-04-03 | English | |
| Final Receipt.pdf | 2003-12-15 | English | |
| Material change report - English.pdf | 2003-12-15 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2007
4 filings
| |||||
| 47161718 | Material change report - English.pdf | 2007-06-06 | English | ||
| 47161722 | Material change report - English.pdf | 2007-04-09 | English | ||
| 47161726 | Other.pdf | 2007-04-05 | English | ||
| 47161738 | Other.pdf | 2007-04-03 | English | ||
|
2003
11 filings
| |||||
| 47161741 | Final Receipt.pdf | 2003-12-15 | English | ||
| 47161745 | Material change report - English.pdf | 2003-12-15 | English | ||
| 47161755 | Final Receipt.pdf | 2003-12-04 | English | ||
| 47161758 | Final Receipt.pdf | 2003-12-04 | English | ||
| 47161762 | Decision Document (Final).PDF | 2003-12-03 | English | ||
| 47161766 | Underwriting or agency agreement.pdf | 2003-12-03 | English | ||
| 47161770 | Final long form prospectus - English.pdf | 2003-12-03 | English | ||
| 47161773 | Preliminary Receipt.pdf | 2003-11-17 | English | ||
| 47161777 | Other material contract(s).pdf | 2003-11-07 | English | ||
| 47162035 | Preliminary Receipt.pdf | 2003-11-05 | English | ||
| 47162039 | Decision Document (Preliminary).PDF | 2003-11-04 | English | ||
Market data
Market data not available
Price history
Peer group · Other computer programming activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Duck Creek Technologies Inc.
Provides cloud-based SaaS solutions for the P&C and general…
|
DCT | US | Telecommunications, computer pr… |
|
Duiba Group Limited
Leading user operation SaaS provider offering full-cycle gr…
|
1753 | HK | Telecommunications, computer pr… |
|
Duolingo, Inc.
Educational technology company operating a mobile learning …
|
DUOL | US | Telecommunications, computer pr… |
|
DUOLUN TECHNOLOGY CORPORATION LTD.
Develops intelligent transportation systems and smart drivi…
|
603528 | CN | Telecommunications, computer pr… |
|
DXS International plc
Developer of clinical decision support systems for healthca…
|
DXS | GB | Telecommunications, computer pr… |
|
DXStorm.Com Inc.
E-Business Applications Service Provider and Developer of I…
|
DXX.H | CA | Telecommunications, computer pr… |
|
Dye & Durham
Offers legal tech, practice management, due diligence, and …
|
DND | CA | Telecommunications, computer pr… |
|
Dynatrace, Inc.
Software intelligence platform for observability, security,…
|
DT | US | Telecommunications, computer pr… |
|
E8IGHT Co., Ltd
Develops simulation-based digital twin solutions enhanced w…
|
418620 | KR | Telecommunications, computer pr… |
|
EAGLE EYE SOLUTIONS GROUP PLC
A SaaS provider of marketing technology with an AI-powered …
|
EYE | GB | Telecommunications, computer pr… |
Workbrain Corporation 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/45342/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=45342 | 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=45342 | 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=45342 \ -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": 45342}, 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 Workbrain Corporation (id: 45342)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.