
NetEase, Inc. — Investor Relations & Filings
NetEase, Inc. is a leading internet and game services provider centered around premium content. The company is a major global developer and publisher of online PC and mobile games, operating one of the largest in-house R&D teams focused on creating superior gaming experiences for PC, mobile, and console platforms worldwide. Beyond its core gaming ecosystem, NetEase offers diverse services through key subsidiaries. These include NetEase Cloud Music, a well-known online music platform featuring a vibrant content community, and Youdao, an intelligent learning and advertising solutions provider. The company also manages innovative businesses, such as Yanxuan, a private-label consumer lifestyle brand, and provides internet content and email services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025 ANNUAL REPORT | 2026-04-15 | English | |
| OVERSEAS REGULATORY ANNOUNCEMENT | 2026-04-15 | English | |
| CHANGE OF ADDRESS OF PRINCIPAL PLACE OF BUSINESS IN HONG KONG | 2026-04-13 | English | |
| ANNOUNCEMENT PURSUANT TO RULE 19C.13 OF THE HK LISTING RULES IN RELATION TO MIGRATION EXCHANGE NOTICE | 2026-03-02 | English | |
| DIVIDEND ANNOUNCEMENT FOR THE FOURTH QUARTER ENDED 31 DECEMBER 2025 | 2026-02-13 | English | |
| OVERSEAS REGULATORY ANNOUNCEMENT | 2026-02-12 | English |
Market data
Market data not available
Price history
Peer group · Development of video games, video game software, and video game software tools
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Wemade Co., Ltd.
A video game developer and publisher merging traditional ga…
|
112040 | KR | Telecommunications, computer pr… |
|
Winking Studios Limited
A global provider of game art outsourcing and development s…
|
WKS | KY | Telecommunications, computer pr… |
|
XR Immersive Tech Inc.
Immersive tech platform creating a Location-based Metaverse…
|
VRAI | CA | Telecommunications, computer pr… |
|
YDX Innovation Corp.
Develops and manages the global eSports ecosystem, building…
|
YDX | CA | Telecommunications, computer pr… |
|
Yudiz Solutions Limited
Digital transformation firm specializing in game developmen…
|
YUDIZ | IN | Telecommunications, computer pr… |
|
ZoomAway Technologies Inc.
Technology company creating integrated software solutions f…
|
ZMA | CA | Telecommunications, computer pr… |
NetEase, 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/51209/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51209 | 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=51209 | 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=51209 \ -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": 51209}, 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 NetEase, Inc. (id: 51209)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.