TEST SECURITY — Investor Relations & Filings
About TEST SECURITY
TEST SECURITY provides comprehensive electronic security solutions tailored for commercial, industrial, and residential environments. The company specializes in the design, installation, and maintenance of advanced surveillance systems, including high-definition CCTV, sophisticated access control, and robust intruder alarm systems. Their service portfolio extends to 24/7 back-to-base monitoring and rapid response coordination to ensure continuous asset protection. By integrating cutting-edge technology with technical expertise, TEST SECURITY delivers scalable security infrastructures designed to mitigate risks and enhance operational safety. Key offerings include biometric authentication, perimeter detection, and remote management capabilities, catering to diverse client requirements for physical and electronic protection.
Recent filings
No filings indexed yet
We are still gathering filings for TEST SECURITY. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Security activities n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
WESTMINSTER GROUP PLC
Provides advanced technology security solutions and managed…
|
WSG | GB | Administrative and support serv… |
TEST SECURITY 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/65911/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=65911 | 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=65911 | 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=65911 \ -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": 65911}, 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 TEST SECURITY (id: 65911)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.