
Auxilia Spolka Akcyjna — Investor Relations & Filings
Auxilia S.A. is a specialized legal and claims management firm that provides services to individuals affected by personal injury accidents. Operating through its law firm, LEXBRIDGE, the company assists accident victims and their families in securing financial compensation and redress for damages and harm suffered. The firm's services cover the entire claims settlement process, including navigating procedures with insurance companies. The legal team, composed of qualified lawyers and legal advisors, also represents clients in related criminal cases arising from accidents. The company's primary focus is on obtaining compensation for victims of road accidents.
Recent filings
Market data
Market data not available
Price history
Peer group · Legal activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
GBO Inc.
Global corporate service provider specializing in B2B solut…
|
GBO.H | CA | Professional, scientific and te… |
|
IPH LIMITED
International IP services group offering patent and tradema…
|
IPH | AU | Professional, scientific and te… |
|
Kancelaria Prawna
A law firm specializing in debt collection and legal servic…
|
KPI | PL | Professional, scientific and te… |
|
KEYSTONE LAW GROUP PLC
A full-service law firm with a platform model for experienc…
|
KEYS | GB | Professional, scientific and te… |
|
KNIGHTS GROUP HOLDINGS PLC
A legal and professional services firm serving corporate an…
|
KGH | GB | Professional, scientific and te… |
|
LEGALZOOM.COM, INC.
Online legal technology company providing services for indi…
|
LZ | US | Professional, scientific and te… |
|
Lexbono Spolka Akcyjna
Legal and financial services firm for disputes with financi…
|
LXB | PL | Professional, scientific and te… |
|
MASSA FALIDA DA SA IND E COMERCIO CHAPECO
Manages residual assets and settles liabilities under judic…
|
— | BR | Professional, scientific and te… |
|
NAHL GROUP PLC
A consumer legal services provider for personal injury and …
|
NAH | GB | Professional, scientific and te… |
|
PLS GROUP LIMITED
Provides legal solutions and technology-driven property tra…
|
PLS | AU | Professional, scientific and te… |
Auxilia Spolka Akcyjna 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/9673/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=9673 | 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=9673 | 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=9673 \ -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": 9673}, 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 Auxilia Spolka Akcyjna (id: 9673)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.