
Smart Share Global Ltd — Investor Relations & Filings
Smart Share Global Ltd., operating as Energy Monster, is a consumer technology company focused on mobile device charging services. The company provides on-the-go power solutions through an extensive network of self-service rental stations for portable power banks. These charging cabinets are strategically located in a wide array of points of interest, including entertainment venues, shopping malls, restaurants, and transportation hubs. Users can conveniently rent a power bank from one station and return it to any other location within the network. The service is designed to address the low-battery anxiety of mobile device users by offering a flexible and accessible charging solution.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 25-NSE - Smart Share Global Ltd (0001834253) (Subject) | 2026-04-29 | English | |
| 6-K - Smart Share Global Ltd (0001834253) (Filer) | 2026-03-30 | English | |
| 3 - Smart Share Global Ltd (0001834253) (Issuer) | 2026-03-30 | English | |
| 3 - Smart Share Global Ltd (0001834253) (Issuer) | 2026-03-27 | English | |
| 3 - Smart Share Global Ltd (0001834253) (Issuer) | 2026-03-26 | English | |
| 3 - Smart Share Global Ltd (0001834253) (Issuer) | 2026-03-17 | English |
Browse filings by year
6 yearsMarket data
Market data not available
Price history
Peer group · Rental and leasing of other personal and household goods
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Vestis Corp
Provider of uniform rentals, workplace supplies, and manage…
|
VSTS | US | Administrative and support serv… |
|
VHQ Entertainment Inc.
Video rental retailer pioneering flat-fee, direct-to-home m…
|
VHQ | CA | Administrative and support serv… |
Smart Share Global Ltd 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/33172/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=33172 | 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=33172 | 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=33172 \ -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": 33172}, 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 Smart Share Global Ltd (id: 33172)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.