
VISUAL CHINA GROUP CO.,LTD. — Investor Relations & Filings
Visual China Group Co., Ltd. (VCG) is a leading provider of visual content and integrated communication services. The company operates a comprehensive digital platform that licenses and distributes a vast library of premium photographs, videos, and music tracks. Through strategic partnerships, including an exclusive long-term cooperation with Getty Images and the acquisition of the Corbis Images collection, VCG offers extensive historical and contemporary creative assets. Its core business focuses on providing copyright-compliant content to media outlets, advertising agencies, and corporate clients. Additionally, the company leverages advanced technologies such as artificial intelligence and blockchain for digital asset management, copyright protection, and the development of innovative digital art marketplaces. VCG serves as a critical link between content creators and commercial users, facilitating the efficient monetization and distribution of creative intellectual property.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事年度述职报告 | 2021-04-29 | Chinese | |
| 2021年第一季度报告全文 | 2021-04-29 | Chinese | |
| 2020年年度审计报告 | 2021-04-29 | Chinese | |
| 2021年第一季度报告正文 | 2021-04-29 | Chinese | |
| 内部控制自我评价报告 | 2021-04-29 | Chinese | |
| 董事会决议公告 | 2021-04-29 | Chinese |
Browse filings by year
27 years- 2026 83 filings
- 2025 109 filings
- 2024 110 filings
- 2023 138 filings
- 2022 95 filings
- 2021 88 filings
- 2020 82 filings
- 2019 107 filings
- 2018 128 filings
- 2017 130 filings
- 2016 161 filings
- 2015 199 filings
- 2014 145 filings
- 2013 119 filings
- 2012 103 filings
- 2011 92 filings
- 2010 78 filings
- 2009 94 filings
- 2008 135 filings
- 2007 76 filings
- 2006 64 filings
- 2005 30 filings
- 2004 36 filings
- 2003 31 filings
- 2002 23 filings
- 2001 5 filings
- 1997 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 43099989 | 独立董事年度述职报告 | 2021-04-29 | Chinese | ||
| 43099959 | 2021年第一季度报告全文 | 2021-04-29 | Chinese | ||
| 43099911 | 2020年年度审计报告 | 2021-04-29 | Chinese | ||
| 43099540 | 2021年第一季度报告正文 | 2021-04-29 | Chinese | ||
| 43099512 | 内部控制自我评价报告 | 2021-04-29 | Chinese | ||
| 43099481 | 董事会决议公告 | 2021-04-29 | Chinese | ||
| 43099454 | 2020年年度报告 | 2021-04-29 | Chinese | ||
| 43098809 | 关于广东易教优培教育科技有限公司业绩承诺实现情况的专项审核报告 | 2021-04-29 | Chinese | ||
| 43098624 | 内部控制鉴证报告 | 2021-04-29 | Chinese | ||
| 43098528 | 2020年年度报告摘要 | 2021-04-29 | Chinese | ||
| 43098481 | 关于广东易教优培教育科技有限公司2020年度业绩承诺实现情况说明 | 2021-04-29 | Chinese | ||
| 43098433 | 独立董事关于第九届董事会第十八次会议相关事项的事前认可意见 | 2021-04-29 | Chinese | ||
| 43098406 | 2020年度监事会工作报告 | 2021-04-29 | Chinese | ||
| 43098346 | 关于股东部分股份质押延期购回的公告 | 2021-04-23 | Chinese | ||
| 43098315 | 关于控股股东中止部分融资融券业务的公告 | 2021-04-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Social network sites and other content distribution activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
36Kr Holdings Inc.
A platform serving New Economy participants with content an…
|
KRKR | US | Publishing, broadcasting, and c… |
|
AGORA S.A.
A diversified multimedia and entertainment company active i…
|
AGO | PL | Publishing, broadcasting, and c… |
|
AUMOVIO SE
Global developer of hardware, software, and integrated solu…
|
AMV0 | DE | Publishing, broadcasting, and c… |
|
B.A.G. Convergence Limited
Integrates multimedia content with digital distribution for…
|
BAGDIGITAL | IN | Publishing, broadcasting, and c… |
|
Bilibili Inc.
Online entertainment platform with a video community, games…
|
BILI | US | Publishing, broadcasting, and c… |
|
Bilibili, Inc.
Leading online video community and digital content platform…
|
9626 | KY | Publishing, broadcasting, and c… |
|
BUCKET STUDIO Co.,Ltd.
Media company specializing in content production, distribut…
|
066410 | KR | Publishing, broadcasting, and c… |
|
CANNABIS.DE MEDIA AG
A non-operative blank check company seeking a merger in the…
|
9DD | DE | Publishing, broadcasting, and c… |
|
Cda Spolka Akcyjna
A video-on-demand platform with user-uploaded content and a…
|
CDA | PL | Publishing, broadcasting, and c… |
|
CERES INC.
Internet marketing company specializing in smartphone media…
|
3696 | JP | Publishing, broadcasting, and c… |
VISUAL CHINA GROUP CO.,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/53749/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53749 | 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=53749 | 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=53749 \ -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": 53749}, 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 VISUAL CHINA GROUP CO.,LTD. (id: 53749)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.