
Legible Inc. — Investor Relations & Filings
Legible Inc. operates as an eBook entertainment and media company, providing a browser-first, globally accessible digital reading and publishing platform. The company develops and distributes this platform, which includes a browser-based bookstore serving readers, publishers, and authors. Legible's technology focuses on delivering digital publishing and media broadcasting solutions designed to modernize the global eBook marketplace.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 52-109FV1 - Certification of annual filings - CFO (E).pdf | 2025-05-01 | English | |
| 52-109FV1 - Certification of annual filings - CEO (E).pdf | 2025-05-01 | English | |
| Annual MD&A - English.pdf | 2025-05-01 | English | |
| AB form 13-501F1 (class 1 and 3B reporting issuers - participation fee).PDF | 2025-05-01 | English | |
| ON form 13-502F1 (class 1 and 3B reporting issuers - participation fee).PDF | 2025-05-01 | English | |
| Audited annual financial statements – English.pdf | 2025-05-01 | English |
Market data
Market data not available
Price history
Peer group · Publishing of books
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Navneet Education Limited
Provides K-12 educational content, digital solutions, and s…
|
NAVNETEDUL | IN | Publishing, broadcasting, and c… |
|
Northern United Publishing & Media (Group) Company Limited
Integrated media group providing content production, publis…
|
601999 | CN | Publishing, broadcasting, and c… |
|
PAPYLESS CO.,Ltd.
A digital content distribution company specializing in e-bo…
|
3641 | JP | Publishing, broadcasting, and c… |
|
QINGDAO CITYMEDIA CO., LTD.
A media firm integrating publishing, digital education, and…
|
600229 | CN | Publishing, broadcasting, and c… |
|
Repro India Ltd.
Provides integrated content, print-on-demand, and distribut…
|
REPRO | IN | Publishing, broadcasting, and c… |
|
SAMSUNG PUBLISHING CO.,LTD
Publisher of children's books, educational toys, and digita…
|
068290 | KR | Publishing, broadcasting, and c… |
|
Sanoma Oyj
A European provider of K-12 educational solutions and cross…
|
SANOMA | FI | Publishing, broadcasting, and c… |
|
S Chand And Company Limited
Provides textbooks and digital solutions for K-12, higher e…
|
SCHAND | IN | Publishing, broadcasting, and c… |
|
SCHOLASTIC CORP
A global publishing, education, and media company focused o…
|
SCHL | US | Publishing, broadcasting, and c… |
|
Shandong Publishing & Media Co.,Ltd
Integrated cultural entity focused on publishing, printing,…
|
601019 | CN | Publishing, broadcasting, and c… |
Legible 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/43616/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=43616 | 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=43616 | 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=43616 \ -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": 43616}, 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 Legible Inc. (id: 43616)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.