
FP Partner Inc. — Investor Relations & Filings
FP Partner Inc. is an independent insurance agency and financial services provider for individual and corporate clients. The company offers a range of life and non-life insurance products, financial planning, and consulting. It operates under the core service brand "Money Doctor," which provides personalized financial consultations and tailored product recommendations. Additionally, the company offers "Manesuku," a financial education program for corporate employees. FP Partner aims to function as a comprehensive financial services platform, delivering holistic solutions and promoting financial literacy.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2026年11月期 第1四半期決算に関する質疑応答集 | 2026-04-24 | Japanese | |
| 訂正臨時報告書 | 2026-03-26 | Japanese | |
| 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2026-03-09 | Japanese | |
| 確認書 | 2026-02-26 | Japanese | |
| 有価証券報告書-第16期(2024/12/01-2025/11/30) | 2026-02-26 | Japanese | |
| 確認書 | 2025-07-15 | Japanese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
5 filings
| |||||
| 46878988 | 2026年11月期 第1四半期決算に関する質疑応答集 | 2026-04-24 | Japanese | ||
| 33043768 | 訂正臨時報告書 | 2026-03-26 | Japanese | ||
| 32914965 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2026-03-09 | Japanese | ||
| 32838975 | 確認書 | 2026-02-26 | Japanese | ||
| 32838964 | 有価証券報告書-第16期(2024/12/01-2025/11/30) | 2026-02-26 | Japanese | ||
|
2025
6 filings
| |||||
| 7239743 | 確認書 | 2025-07-15 | Japanese | ||
| 7239740 | 半期報告書-第16期(2024/12/01-2025/11/30) | 2025-07-15 | Japanese | ||
| 7275063 | 臨時報告書 | 2025-03-05 | Japanese | ||
| 7275696 | 内部統制報告書-第15期(2023/12/01-2024/11/30) | 2025-02-28 | Japanese | ||
| 7275689 | 確認書 | 2025-02-28 | Japanese | ||
| 7275686 | 有価証券報告書-第15期(2023/12/01-2024/11/30) | 2025-02-28 | Japanese | ||
|
2024
4 filings
| |||||
| 7293551 | 訂正臨時報告書 | 2024-11-29 | Japanese | ||
| 7304106 | 臨時報告書 | 2024-10-29 | Japanese | ||
| 7309027 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2024-09-12 | Japanese | ||
| 7311496 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2024-08-14 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Activities of insurance agents and brokers
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BROWN & BROWN, INC.
A diversified insurance brokerage providing risk management…
|
BRO | US | Financial and insurance activit… |
|
Contract Insurance & Financial Services S.A.
Provider of insurance brokerage, financial services, and ri…
|
CONT | GR | Financial and insurance activit… |
|
DUAL
A global managing general agent (MGA) specializing in under…
|
016740 | KR | Financial and insurance activit… |
|
eHealth, Inc.
An online marketplace for comparing and enrolling in health…
|
EHTH | US | Financial and insurance activit… |
|
Ethos Technologies Inc.
Streamlines life insurance acquisition with instant quotes,…
|
LIFE | US | Financial and insurance activit… |
|
EverQuote, Inc.
Operates an online insurance marketplace connecting consume…
|
EVER | US | Financial and insurance activit… |
|
FAIRSTAR
Independent brokerage offering tailored personal and commer…
|
FAIR | CA | Financial and insurance activit… |
|
GoHealth, Inc.
A health insurance marketplace for comparing and enrolling …
|
GOCO | US | Financial and insurance activit… |
|
Goosehead Insurance, Inc.
An independent broker for personal lines property and casua…
|
GSHD | US | Financial and insurance activit… |
|
Hippo Holdings Inc.
An insurance agency offering tailored homeowners insurance …
|
HIPO | US | Financial and insurance activit… |
FP Partner 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/14555/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=14555 | 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=14555 | 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=14555 \ -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": 14555}, 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 FP Partner Inc. (id: 14555)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.