Yolo Group — Investor Relations & Filings
Yolo Group is an insurtech company that develops and operates digital solutions for the insurance industry. The company provides a proprietary technology platform that enables partners, including insurance companies, financial institutions, and other businesses, to distribute insurance products through an embedded, digital-first model. This platform supports end-to-end operations, data management, and customer engagement. As a digital insurance brokerage, Yolo Group also offers a wide portfolio of on-demand insurance products directly to individuals and small to medium-sized enterprises. Furthermore, it provides a network for insurance agents and brokers to expand their digital product offerings and streamline their operational management.
Recent filings
Browse filings by year
5 yearsFinancials
We couldn't load the financials
No data available yet
We have extracted financials for Yolo Group, but not for this combination of statement and period. Try a different combination.
Swipe the table to view all periods, or rotate your phone for a wider view.
| Line item | ! |
|---|---|
| Definition not yet available — coming soon. |
Market data
Market data not available
Price history
Peer group · Other activities auxiliary to insurance and pension funding
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
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… |
|
Zhibao Technology Inc.
A 2B2C provider of digital insurance solutions via a propri…
|
ZBAO | US | Financial and insurance activit… |
Yolo Group 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/4450/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4450 | 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=4450 | 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=4450 \ -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": 4450}, 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 Yolo Group (id: 4450)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.