
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 |
|---|---|---|---|
| 关于召开2012年年度股东大会的通知 | 2013-03-18 | Chinese | |
| 2012年年度报告摘要 | 2013-03-18 | Chinese | |
| 2012年年度报告 | 2013-03-18 | Chinese | |
| 2012年度内部控制自我评价报告 | 2013-03-18 | Chinese | |
| 重大事项继续停牌公告 | 2013-03-11 | Chinese | |
| 重大事项继续停牌公告 | 2013-03-04 | Chinese |
Browse filings by year
27 years- 2026 86 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 | |
|---|---|---|---|---|---|
|
2013
15 filings
| |||||
| 43032348 | 关于召开2012年年度股东大会的通知 | 2013-03-18 | Chinese | ||
| 43032314 | 2012年年度报告摘要 | 2013-03-18 | Chinese | ||
| 43032261 | 2012年年度报告 | 2013-03-18 | Chinese | ||
| 43032199 | 2012年度内部控制自我评价报告 | 2013-03-18 | Chinese | ||
| 43032179 | 重大事项继续停牌公告 | 2013-03-11 | Chinese | ||
| 43032156 | 重大事项继续停牌公告 | 2013-03-04 | Chinese | ||
| 43032111 | 重大事项停牌公告 | 2013-02-25 | Chinese | ||
| 43032079 | 股东减持股份公告 | 2013-02-19 | Chinese | ||
| 43032040 | 关于公司股票恢复上市的提示性公告 | 2013-02-07 | Chinese | ||
| 43031990 | 关于股东追加股份锁定承诺的公告 | 2013-02-06 | Chinese | ||
| 43031956 | 限售股份上市流通提示性公告 | 2013-02-05 | Chinese | ||
| 43031907 | 海通证券股份有限公司关于公司解除部分股份限售的核查意见 | 2013-02-05 | Chinese | ||
| 43031878 | 北京市万商天勤律师事务所关于公司申请恢复上市的法律意见 | 2013-01-31 | Chinese | ||
| 43031811 | 西南证券股份有限公司关于公司恢复上市保荐书 | 2013-01-31 | Chinese | ||
| 43031701 | 股票恢复上市的公告 | 2013-01-31 | 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.