
ITmedia Inc. — Investor Relations & Filings
ITmedia Inc. is a digital media enterprise that operates a large portfolio of specialized online publications. The company focuses on delivering cutting-edge information within the technology and business domains, connecting enterprises with professionals and consumers. Its content offerings include technical articles, case studies, industry news, and forums covering subjects such as enterprise IT, internet technologies, consumer electronics, and personal computing. The firm's primary business activities consist of providing digital advertising services through its websites and email magazines, alongside digital content publication and e-commerce. It also operates support platforms for job searches and IT-related products.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第22期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-12 | Japanese | |
| 有価証券報告書-第21期(平成31年4月1日-令和2年3月31日) | 2020-06-26 | Japanese | |
| 四半期報告書-第21期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-10 | Japanese | |
| 四半期報告書-第21期第2四半期(2019/07/01-2019/09/30) | 2019-11-08 | Japanese | |
| 四半期報告書-第21期第1四半期(2019/04/01-2019/06/30) | 2019-08-09 | Japanese | |
| 有価証券報告書-第20期(平成30年4月1日-平成31年3月31日) | 2019-06-27 | Japanese |
Browse filings by year
12 yearsMarket data
Market data not available
Price history
Peer group · Publishing of journals and periodicals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Advertigo Spolka Akcyjna
A company in strategic transition to establish a new line o…
|
AVE | PL | Publishing, broadcasting, and c… |
|
ARBEIT-TIMES CO.,LTD.
Information services company publishing free job magazines …
|
2341 | JP | Publishing, broadcasting, and c… |
|
Arena Group Holdings, Inc.
A media and technology company operating a digital platform…
|
AREN | US | Publishing, broadcasting, and c… |
|
ASPERMONT LIMITED.
Global B2B media and business intelligence for mining, ener…
|
ASP | AU | Publishing, broadcasting, and c… |
|
Attica Publications S.A.
A media organization with operations in magazines, radio, T…
|
ATEK | GR | Publishing, broadcasting, and c… |
|
BFB Health Limited
Investment holding company primarily focused on advertising…
|
205 | HK | Publishing, broadcasting, and c… |
|
Brangista inc.
Media and e-commerce solutions provider that publishes digi…
|
6176 | JP | Publishing, broadcasting, and c… |
|
Cash.Medien AG
Provides media, consulting, and information services for th…
|
MF8 | DE | Publishing, broadcasting, and c… |
|
China 33 Media Group Limited
Major media operator in China's high-speed rail, offering a…
|
8087 | HK | Publishing, broadcasting, and c… |
|
CHUCO CO.,LTD.
Media and advertising firm specializing in community magazi…
|
2139 | JP | Publishing, broadcasting, and c… |
ITmedia 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/13496/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13496 | 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=13496 | 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=13496 \ -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": 13496}, 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 ITmedia Inc. (id: 13496)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.