
Keep Inc. — Investor Relations & Filings
Keep Inc. is the largest online fitness platform in China, operating an integrated online and offline ecosystem for health and exercise. The core offering is the Keep mobile application, which provides users with personalized workout plans, extensive video courses (including running, yoga, and strength training), and social networking features for tracking and sharing fitness progress. Complementing the digital platform, Keep Inc. engages in online retail through the Keep Mall, offering professional fitness equipment, sports apparel, and healthy food products. The company also develops and integrates smart hardware devices to enhance the interactive exercise experience, providing a comprehensive, one-stop solution for fitness consumers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Next Day Disclosure Return | 2026-05-05 | English | |
| Next Day Disclosure Return | 2026-05-04 | English | |
| Next Day Disclosure Return | 2026-04-30 | English | |
| Next Day Disclosure Return | 2026-04-29 | English | |
| Next Day Disclosure Return | 2026-04-28 | English | |
| Next Day Disclosure Return | 2026-04-27 | English |
Market data
Market data not available
Price history
Peer group · Other sports activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
World Chess PLC
A chess gaming and entertainment company and commercial par…
|
CHSS | GB | Arts, sports and recreation |
Keep 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/50854/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=50854 | 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=50854 | 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=50854 \ -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": 50854}, 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 Keep Inc. (id: 50854)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.