
FAN Communications Inc. — Investor Relations & Filings
FAN Communications Inc. is a digital marketing company specializing in performance-based advertising. Its core business revolves around operating some of the largest advertising networks, including the prominent affiliate marketing service A8.net. The company provides a range of solutions such as Cost Per Action (CPA) advertising, smartphone application install advertising, and influencer marketing. Strategically, FAN Communications is expanding its focus from being a traditional ad network provider to becoming a 'prosumer support company,' aiming to empower consumers who also engage in production and content creation. Its primary business segments are the CPA Solution Business, Fan-Marketing Business, and Influencer-Marketing Business, all designed to maximize cost-effectiveness for advertisers and revenue for media partners.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 従業員持株会を通じた譲渡制限付株式付与のための第三者割当による自己株式の処分の払込完了及び一部失権に関するお知らせ | 2026-05-29 | Japanese | |
| 自己株式の取得状況および取得終了に関するお知らせ | 2026-05-01 | Japanese | |
| 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2026-05-01 | Japanese | |
| 確定期間型譲渡制限付株式報酬としての自己株式の処分の割当完了に関するお知らせ | 2026-04-20 | Japanese | |
| 2026年12月期3月度 月次業績速報のお知らせ | 2026-04-15 | Japanese | |
| 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2026-04-06 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
9 filings
| |||||
| 47878298 | 従業員持株会を通じた譲渡制限付株式付与のための第三者割当による自己株式の処分の払込完了及び一部失権に関するお知らせ | 2026-05-29 | Japanese | ||
| 46881004 | 自己株式の取得状況および取得終了に関するお知らせ | 2026-05-01 | Japanese | ||
| 39328809 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2026-05-01 | Japanese | ||
| 46878013 | 確定期間型譲渡制限付株式報酬としての自己株式の処分の割当完了に関するお知らせ | 2026-04-20 | Japanese | ||
| 46877280 | 2026年12月期3月度 月次業績速報のお知らせ | 2026-04-15 | Japanese | ||
| 33544778 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2026-04-06 | Japanese | ||
| 33036595 | 確認書 | 2026-03-25 | Japanese | ||
| 33036592 | 有価証券報告書-第27期(2025/01/01-2025/12/31) | 2026-03-25 | Japanese | ||
| 32952437 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2026-03-16 | Japanese | ||
|
2025
6 filings
| |||||
| 7857388 | 半期報告書-第27期(2025/01/01-2025/12/31) | 2025-08-14 | Japanese | ||
| 7857387 | 確認書 | 2025-08-14 | Japanese | ||
| 7271342 | 臨時報告書 | 2025-03-27 | Japanese | ||
| 7272332 | 内部統制報告書-第26期(2024/01/01-2024/12/31) | 2025-03-26 | Japanese | ||
| 7272330 | 確認書 | 2025-03-26 | Japanese | ||
| 7272331 | 有価証券報告書-第26期(2024/01/01-2024/12/31) | 2025-03-26 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Social network sites and other content distribution activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Sound Group Inc.
An AI-powered audio company with social and entertainment p…
|
SOGP | KY | Publishing, broadcasting, and c… |
|
SPACE SHOWER SKIYAKI HOLDINGS INC.
A music entertainment firm specializing in media content an…
|
4838 | JP | Publishing, broadcasting, and c… |
|
Stingray Group Inc.
Global music, media, and tech company distributing audio/vi…
|
RAY.A | CA | Publishing, broadcasting, and c… |
|
THE E&M Co., Ltd.
A media company that operates live streaming platforms and …
|
089230 | KR | Publishing, broadcasting, and c… |
|
Tian Ge Interactive Holdings Limited
Develops and operates real-time social video platforms, mob…
|
1980 | HK | Publishing, broadcasting, and c… |
|
TOM Group Limited
A technology and media company operating across Greater Chi…
|
2383 | HK | Publishing, broadcasting, and c… |
|
TX Group AG
A media and technology company with a network of digital pl…
|
TXGN | CH | Publishing, broadcasting, and c… |
|
Vertiqal Studios Corp.
Digital strategy and distribution company generating 1B+ mo…
|
VRTS | CA | Publishing, broadcasting, and c… |
|
VISUAL CHINA GROUP CO.,LTD.
Licenses premium visual content and provides digital asset …
|
000681 | CN | Publishing, broadcasting, and c… |
|
Wirtualna Polska Holding S.A.
A technology group with a portfolio of online content and t…
|
WPL | PL | Publishing, broadcasting, and c… |
FAN Communications 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/13423/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13423 | 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=13423 | 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=13423 \ -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": 13423}, 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 FAN Communications Inc. (id: 13423)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.