Silkroad Visual Technology Co., Ltd. — Investor Relations & Filings
Silkroad Visual Technology Co., Ltd. specializes in digital visual technology and creative design services. The company provides comprehensive solutions across digital visual content production, digital exhibition hall design, and visual technology applications. Its core offerings include high-end computer graphics (CG) production, architectural visualization, 3D animation, and virtual reality (VR/AR/MR) experiences. Silkroad Visual integrates creative storytelling with advanced technologies such as digital twins and interactive multimedia to serve sectors including urban planning, cultural tourism, corporate branding, and commercial real estate. The company focuses on delivering immersive visual experiences and digital marketing tools, leveraging its expertise in large-scale project management and technological innovation to transform complex data and concepts into engaging visual narratives.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2026年度公司为子公司提供担保额度预计的公告 | 2026-04-24 | Chinese | |
| 长江证券承销保荐有限公司关于丝路视觉科技股份有限公司2025年度募集资金存放、管理与实际使用情况的核查意见 | 2026-04-24 | Chinese | |
| 丝路视觉科技股份有限公司2025年度内部控制评价报告 | 2026-04-24 | Chinese | |
| 丝路视觉科技股份有限公司关于营业收入扣除事项的专项核查意见 | 2026-04-24 | Chinese | |
| 2025年度会计师事务所履职情况评估报告暨审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-24 | Chinese | |
| 丝路视觉科技股份有限公司控股股东及其他关联方资金占用情况的专项说明 | 2026-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 37825433 | 关于2026年度公司为子公司提供担保额度预计的公告 | 2026-04-24 | Chinese | ||
| 37825430 | 长江证券承销保荐有限公司关于丝路视觉科技股份有限公司2025年度募集资金存放、管理与实际使用情况的核查意见 | 2026-04-24 | Chinese | ||
| 37825429 | 丝路视觉科技股份有限公司2025年度内部控制评价报告 | 2026-04-24 | Chinese | ||
| 37825423 | 丝路视觉科技股份有限公司关于营业收入扣除事项的专项核查意见 | 2026-04-24 | Chinese | ||
| 37825274 | 2025年度会计师事务所履职情况评估报告暨审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-24 | Chinese | ||
| 37825273 | 丝路视觉科技股份有限公司控股股东及其他关联方资金占用情况的专项说明 | 2026-04-24 | Chinese | ||
| 37825270 | 关于不向下修正丝路转债转股价格的公告 | 2026-04-24 | Chinese | ||
| 37825267 | 公司章程(2026年4月修订) | 2026-04-24 | Chinese | ||
| 37825265 | 关于召开2025年年度股东会的通知 | 2026-04-24 | Chinese | ||
| 37825262 | 关于2025年度计提资产减值准备、信用减值损失及资产核销的公告 | 2026-04-24 | Chinese | ||
| 37825258 | 关于2025年度拟不进行利润分配的公告 | 2026-04-24 | Chinese | ||
| 37825256 | 2025年度独立董事述职报告(董明志) | 2026-04-24 | Chinese | ||
| 37825253 | 2026年一季度报告 | 2026-04-24 | Chinese | ||
| 37825251 | 2025年年度报告 | 2026-04-24 | Chinese | ||
| 37825250 | 2025年年度报告摘要 | 2026-04-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Motion picture, video and television programme production activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Balaji Telefilms Ltd.
Produces content for television, motion pictures, and digit…
|
BALAJITELE | IN | Publishing, broadcasting, and c… |
|
Banijay Group N.V.
A global entertainment company in content production, live …
|
FLE | NL | Publishing, broadcasting, and c… |
|
Barunson
A diversified media company in content production, game dev…
|
018700 | KR | Publishing, broadcasting, and c… |
|
Barunson Entertainment & Arts Corporation
Produces, distributes, and invests in films, video content,…
|
035620 | KR | Publishing, broadcasting, and c… |
|
Baweja Studios Limited
Produces, develops, and distributes motion pictures, digita…
|
BAWEJA | IN | Publishing, broadcasting, and c… |
|
Beijing Baination Pictures Co.,Ltd.
Produces, distributes, and markets television dramas, featu…
|
300291 | CN | Publishing, broadcasting, and c… |
|
Beijing Enlight Media Co., Ltd.
Produces and distributes motion pictures, television progra…
|
300251 | CN | Publishing, broadcasting, and c… |
|
BEIJING JINGXI CULTURE&TOURISM CO.,LTD
Produces and distributes film and TV content while managing…
|
000802 | CN | Publishing, broadcasting, and c… |
|
BGIL Films & Technologies Ltd
Integrates media production and IT services for content cre…
|
511664 | IN | Publishing, broadcasting, and c… |
|
Bingo Group Holdings Limited
Entertainment and media investment holding company managing…
|
8220 | HK | Publishing, broadcasting, and c… |
Silkroad Visual Technology 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/55539/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55539 | 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=55539 | 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=55539 \ -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": 55539}, 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 Silkroad Visual Technology Co., Ltd. (id: 55539)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.