
Zhibao Technology Inc. — Investor Relations & Filings
Zhibao Technology Inc. is a provider of digital insurance solutions operating on a 2B2C (business-to-business-to-consumer) model. The company specializes in developing and delivering customized and embedded insurance products through a network of business channel partners. Its services include insurance product design and customization, technology system interconnection, and customer support, alongside managing general underwriter (MGU) functions. The company utilizes a proprietary, Platform-as-a-Service (PaaS)-based digital brokerage platform that leverages big data and artificial intelligence to analyze customer data and enhance its offerings. This technology facilitates the rapid scaling and deployment of numerous insurance solutions across various sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 6-K - Zhibao Technology Inc. (0001966750) (Filer) | 2026-04-10 | English | |
| 6-K - Zhibao Technology Inc. (0001966750) (Filer) | 2026-03-31 | English | |
| SCHEDULE 13G - Zhibao Technology Inc. (0001966750) (Subject) | 2026-03-27 | English | |
| 3 - Zhibao Technology Inc. (0001966750) (Issuer) | 2026-03-18 | English | |
| 3 - Zhibao Technology Inc. (0001966750) (Issuer) | 2026-03-18 | English | |
| 3 - Zhibao Technology Inc. (0001966750) (Issuer) | 2026-03-18 | English |
Browse filings by year
4 yearsMarket data
Market data not available
Price history
Peer group · Other activities auxiliary to insurance and pension funding
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
NexgenRx Inc.
Full-service TPA and tech provider specializing in group be…
|
NXG | CA | Financial and insurance activit… |
|
Starrex International Ltd.
Financial services focused on US real estate, providing tit…
|
STX | CA | Financial and insurance activit… |
|
XPS PENSIONS GROUP PLC
A pensions consulting and administration business for pensi…
|
XPS | GB | Financial and insurance activit… |
|
Yolo Group
Insurtech company with a platform for distributing digital …
|
YOLO | IT | Financial and insurance activit… |
Zhibao Technology 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/34756/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=34756 | 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=34756 | 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=34756 \ -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": 34756}, 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 Zhibao Technology Inc. (id: 34756)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.