JAYRIDE GROUP LIMITED — Investor Relations & Filings
Jayride Group Limited operates a global online marketplace for airport transfers and ground transportation. The platform enables travelers to compare and book a diverse range of transport options, including shared shuttles, private cars, and luxury vehicles, across thousands of airports worldwide. By aggregating local transport providers, the company offers price transparency and real-time booking capabilities. Jayride serves both individual consumers and travel industry partners, such as travel agencies and airlines, through integrated booking technology. Its core focus is on streamlining the last mile of travel, providing reliable door-to-door solutions that enhance the overall passenger experience through a centralized digital interface.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Trading Halt 2 pages 710.7KB | 2025-02-17 | English | |
| Quarterly Business Review and Appendix 4C 8 pages 347.4KB | 2025-01-30 | English | |
| Details of Company Address 1 page 109.2KB | 2025-01-19 | English | |
| Final Director's Interest Notice 2 pages 250.9KB | 2024-12-26 | English | |
| Capital Raising and Board Renewal 3 pages 127.1KB | 2024-12-19 | English | |
| Change of Director's Interest Notice 3 pages 310.8KB | 2024-12-17 | English |
Market data
Market data not available
Price history
Peer group · Other travel related activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
DREAMFOLKS SERVICES LIMITED
Technology-driven airport services aggregator platform for …
|
DREAMFOLKS | IN | Administrative and support serv… |
|
SÃO PAULO TURISMO S.A.
Official tourism promotion and event management agency for …
|
— | BR | Administrative and support serv… |
|
TEN LIFESTYLE GROUP PLC
A technology-enabled provider of travel and lifestyle conci…
|
TENG | GB | Administrative and support serv… |
|
VALUE GOLF Inc.
Operates an online portal for golf reservations, e-commerce…
|
3931 | JP | Administrative and support serv… |
|
WEB TRAVEL GROUP LIMITED
Global travel technology company providing a B2B marketplac…
|
WEB | AU | Administrative and support serv… |
JAYRIDE GROUP LIMITED 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/65156/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=65156 | 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=65156 | 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=65156 \ -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": 65156}, 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 JAYRIDE GROUP LIMITED (id: 65156)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.