SPECTUR LIMITED — Investor Relations & Filings
Spectur Limited specializes in the development and commercialization of solar-powered security, surveillance, and warning systems. The company provides integrated hardware and software solutions designed for remote and unpowered environments. Its core product suite includes high-definition cameras, AI-driven motion detection, and cloud-based monitoring platforms that facilitate real-time data analysis and automated responses. Spectur serves various sectors, including construction, critical infrastructure, and government agencies, offering applications such as site security, environmental monitoring, and public safety warning systems. The technology emphasizes rapid deployment, autonomous operation via renewable energy, and edge computing capabilities to minimize data transmission costs while maintaining high-reliability surveillance in challenging locations.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Change of Director's Interest Notice - Cooper 3 pages 484.2KB | 2026-03-31 | English | |
| Application for quotation of securities - SP3 6 pages 18.3KB | 2026-03-08 | English | |
| Cleansing Notice 2 pages 150.0KB | 2026-03-08 | English | |
| H1 FY26 Financial Statements and Appendix 4D 35 pages 2.1MB | 2026-02-26 | English | |
| Application for quotation of securities - SP3 6 pages 18.3KB | 2026-02-16 | English | |
| Cleansing Notice 2 pages 148.4KB | 2026-02-16 | English |
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… |
SPECTUR 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/65837/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=65837 | 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=65837 | 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=65837 \ -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": 65837}, 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 SPECTUR LIMITED (id: 65837)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.