
SoftKey Software Products Inc. — Investor Relations & Filings
About SoftKey Software Products Inc.
SoftKey Software Products Inc., later SoftKey International, was a publisher, distributor, and marketer of personal computer software, founded in 1986. Active primarily during the late 1980s and 1990s, the company specialized in distributing CD-ROM-based applications for Windows and Macintosh platforms. SoftKey's product portfolio included productivity, lifestyle, and educational software. Its core business strategy centered on rapid expansion through the acquisition of rights to existing software packages, which were then consolidated and distributed under its proprietary 'Key' brand.
Recent filings
No filings indexed yet
We are still gathering filings for SoftKey Software Products Inc.. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Other software publishing
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
CyberLink Corp.
Global developer of multimedia software and AI-driven facia…
|
5203 | TW | Publishing, broadcasting, and c… |
|
Everybody Loves Languages Corp.
EdTech specializing in global, data-driven language learnin…
|
ELL | CA | Publishing, broadcasting, and c… |
|
Knowledge House Inc.
Technology company producing specialized educational softwa…
|
— | CA | Publishing, broadcasting, and c… |
|
M.O.B.A. Network AB
Operates and develops online gaming communities with conten…
|
MOBA | SE | Publishing, broadcasting, and c… |
|
Pearson PLC
A global learning company providing educational content, as…
|
PES | GB | Publishing, broadcasting, and c… |
|
Readly International
A digital subscription service for unlimited access to maga…
|
READ | SE | Publishing, broadcasting, and c… |
SoftKey Software Products 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/42886/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=42886 | 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=42886 | 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=42886 \ -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": 42886}, 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 SoftKey Software Products Inc. (id: 42886)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.