Starrex International Ltd. — Investor Relations & Filings
Starrex International Ltd. is a financial services company engaged in the acquisition, management, and growth of businesses operating within the United States real estate and housing sectors, primarily focusing on mortgage-related services. The company provides innovative service solutions to mortgage banks, lenders, brokers, and purchasers of residential and commercial real estate. Its core offerings, delivered through subsidiaries, include the provision of residential and commercial title insurance policies and consumer credit reporting services. Additionally, Starrex facilitates essential title transfer services for real estate transactions, encompassing searching, abstracting, examining, and closing processes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| News release - English.pdf | 2024-08-06 | English | |
| Interim financial statements/report – English.pdf | 2024-06-04 | English | |
| 52-109FV2 - Certification of interim filings - CFO (E).PDF | 2024-06-04 | English | |
| 52-109FV2 - Certification of interim filings - CEO (E).PDF | 2024-06-04 | English | |
| Interim MD&A - English.pdf | 2024-06-04 | English | |
| News release - English.pdf | 2024-02-06 | English |
Market data
Market data not available
Price history
Peer group · Other activities auxiliary to insurance and pension funding
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Yolo Group
Insurtech company with a platform for distributing digital …
|
YOLO | IT | Financial and insurance activit… |
|
Zhibao Technology Inc.
A 2B2C provider of digital insurance solutions via a propri…
|
ZBAO | US | Financial and insurance activit… |
Starrex International Ltd. 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/42926/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=42926 | 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=42926 | 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=42926 \ -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": 42926}, 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 Starrex International Ltd. (id: 42926)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.