
ROLLINS INC — Investor Relations & Filings
Rollins, Inc. is a global consumer and commercial services company specializing in pest control. Through its family of wholly-owned subsidiaries and franchises, the company provides essential protection against termite damage, rodents, and insects for both residential and commercial clients. The company's services also include wildlife removal. Operating through a network of over 900 locations, Rollins serves more than two million customers worldwide via its portfolio of leading pest control brands.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q - ROLLINS INC (0000084839) (Filer) | 2026-04-23 | English | |
| 8-K - ROLLINS INC (0000084839) (Filer) | 2026-04-22 | English | |
| SCHEDULE 13G/A - ROLLINS INC (0000084839) (Subject) | 2026-03-27 | English | |
| 4 - ROLLINS INC (0000084839) (Filer) | 2026-02-26 | English | |
| 4 - ROLLINS INC (0000084839) (Filer) | 2026-02-24 | English | |
| 4 - ROLLINS INC (0000084839) (Filer) | 2026-02-24 | English |
Market data
Market data not available
Price history
Peer group · Other cleaning activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Winson Holdings Hong Kong Limited
Delivers essential support services like environmental hygi…
|
6812 | HK | Administrative and support serv… |
ROLLINS INC 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/30163/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30163 | 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=30163 | 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=30163 \ -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": 30163}, 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 ROLLINS INC (id: 30163)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.