
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 |
|---|---|---|---|
|
Rogers Associate Financial Partners Inc.
Provides integrated financial planning, insurance, investme…
|
— | CA | Financial and insurance activit… |
|
RYAN SPECIALTY HOLDINGS, INC.
Specialty insurance firm providing solutions for complex or…
|
RYAN | US | Financial and insurance activit… |
|
SelectQuote, Inc.
A tech-enabled platform for comparing and purchasing insura…
|
SLQT | US | Financial and insurance activit… |
|
Shouhui Group Limited
A digital life insurance intermediary providing transaction…
|
2621 | HK | Financial and insurance activit… |
|
STEADFAST GROUP LIMITED
Provides technology, support services, and scale to insuran…
|
SDF | AU | Financial and insurance activit… |
|
TayCon Capital Corporation
Specialized MGA providing tailored property insurance solut…
|
— | CA | Financial and insurance activit… |
|
TIAN RUIXIANG HOLDINGS LTD
An insurance brokerage firm distributing property, casualty…
|
TIRX | US | Financial and insurance activit… |
|
Transilvania Broker de Asigurarera
Publicly listed insurance broker offering personal and corp…
|
TBK | RO | Financial and insurance activit… |
|
TWFG, Inc.
A national independent insurance agency offering personal a…
|
TWFG | US | Financial and insurance activit… |
|
Waterdrop Inc.
A technology platform providing insurance and healthcare se…
|
WDH | KY | 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.