
PR TIMES, Inc. — Investor Relations & Filings
PR TIMES, Inc. operates a leading online platform for distributing press releases and news releases. The company's core service, the "PR TIMES" platform, connects corporate clients with media outlets and consumers by facilitating the dissemination of company news and announcements. In addition to its distribution services, the company provides a comprehensive suite of public relations support, including PR strategy planning, content creation, media outreach management, and communication performance analytics. The platform serves as a key tool for corporate communication, marketing, and brand-building activities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 有価証券報告書-第16期(令和2年3月1日-令和3年2月28日) | 2021-05-26 | Japanese | |
| 四半期報告書-第16期第3四半期(令和2年9月1日-令和2年11月30日) | 2021-01-12 | Japanese | |
| 四半期報告書-第16期第2四半期(令和2年6月1日-令和2年8月31日) | 2020-10-13 | Japanese | |
| 四半期報告書-第16期第1四半期(令和2年3月1日-令和2年5月31日) | 2020-07-14 | Japanese | |
| 有価証券報告書-第15期(平成31年3月1日-令和2年2月29日) | 2020-05-26 | Japanese | |
| 四半期報告書-第15期第3四半期(令和1年9月1日-令和1年11月30日) | 2020-01-10 | Japanese |
Browse filings by year
11 yearsMarket data
Market data not available
Price history
Peer group · News agency activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Grupo Clarín S.A.
Diversified media conglomerate producing and distributing c…
|
GCLA | AR | Publishing, broadcasting, and c… |
|
GTN LIMITED
Global provider of traffic reports and advertising solution…
|
GTN | AU | Publishing, broadcasting, and c… |
|
İHLAS HABER AJANSI A.Ş.
News agency providing content, media production, and broadc…
|
IHAAS | TR | Publishing, broadcasting, and c… |
|
Il Sole 24 Ore
A multimedia publisher of economic, financial, professional…
|
S24 | IT | Publishing, broadcasting, and c… |
|
Sichuan Newsnet Media (Group) Co.,Ltd.
Digital media enterprise providing news, advertising, and i…
|
300987 | CN | Publishing, broadcasting, and c… |
|
Xinhuanet Co., Ltd
Global news provider offering multimedia content, big data,…
|
603888 | CN | Publishing, broadcasting, and c… |
|
Xinhua News Media Holdings Limited
Provides cleaning services for various sectors and operates…
|
309 | HK | Publishing, broadcasting, and c… |
|
Zee Media Corporation Limited
Operates a network of national and international news chann…
|
ZEEMEDIA | IN | Publishing, broadcasting, and c… |
PR TIMES, 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/13920/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13920 | 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=13920 | 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=13920 \ -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": 13920}, 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 PR TIMES, Inc. (id: 13920)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.