
VECTOR INC. — Investor Relations & Filings
VECTOR INC. is a comprehensive public relations firm that provides a wide range of communication solutions. The company's core activities include strategic PR planning and execution, digital marketing, and integrated communications. A key asset is the operation of PR TIMES, a major press release distribution platform. Beyond traditional PR, VECTOR INC.'s business domains encompass direct marketing, HR services such as recruitment branding and job seeker platforms, and web solutions for corporate clients. The company also engages in venture investment, offering capital along with PR and investor relations support to startups. Its approach focuses on designing and implementing effective communication plans that engage all stakeholders—including consumers, media, and investors—to maximize marketing return on investment.
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
4 filings
| |||||
| 34696837 | 臨時報告書 | 2026-04-21 | Japanese | ||
| 34470108 | 訂正臨時報告書 | 2026-04-14 | Japanese | ||
| 33576286 | 大量保有報告書 | 2026-04-06 | Japanese | ||
| 12147864 | 訂正臨時報告書 | 2026-01-06 | Japanese | ||
|
2025
11 filings
| |||||
| 8024755 | 確認書 | 2025-10-15 | Japanese | ||
| 8024748 | 半期報告書-第34期(2025/03/01-2026/02/28) | 2025-10-15 | Japanese | ||
| 7858783 | 変更報告書 | 2025-08-08 | Japanese | ||
| 7261143 | 臨時報告書 | 2025-05-30 | Japanese | ||
| 7261121 | 確認書 | 2025-05-30 | Japanese | ||
| 7261111 | 内部統制報告書-第33期(2024/03/01-2025/02/28) | 2025-05-30 | Japanese | ||
| 7261098 | 有価証券報告書-第33期(2024/03/01-2025/02/28) | 2025-05-30 | Japanese | ||
| 7262909 | 臨時報告書 | 2025-05-19 | Japanese | ||
| 7266368 | 臨時報告書 | 2025-04-23 | Japanese | ||
| 7267179 | 臨時報告書 | 2025-04-14 | Japanese | ||
| 7276520 | 臨時報告書 | 2025-02-18 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Public relations activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SUNNY SIDE UP GROUP Inc.
A public relations and marketing communications group and c…
|
2180 | JP | Professional, scientific and te… |
|
The Reputation Exchange Plc
Fintech firm that enables brands to monetize fan bases with…
|
REPL | GB | Professional, scientific and te… |
|
Trenders, Inc.
A marketing firm specializing in digital media, PR, and tre…
|
6069 | JP | Professional, scientific and te… |
|
Wonderful Sky Financial Group Holdings Limited
Financial public relations and communication group providin…
|
1260 | KY | Professional, scientific and te… |
VECTOR 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/13667/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13667 | 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=13667 | 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=13667 \ -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": 13667}, 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 VECTOR INC. (id: 13667)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.