
Biancamano — Investor Relations & Filings
Biancamano is a holding company specializing in environmental services and urban hygiene. Operating through subsidiaries, including Aimeri Ambiente and Energeticambiente, the company provides integrated waste management solutions that cover the entire waste cycle. Core services include the collection and transportation of solid urban waste, street cleaning, and environmental protection activities such as cleaning seas and beaches. The company also manages the disposal of specific waste types, like household electrical appliances. Biancamano serves as a partner for both local public authorities and large private companies, offering customized environmental services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Informativa ai sensi dell’art.114, comma 5, D.Lgs. n. 58/98 | 2022-06-28 | Italian | |
| INFORMATIVA AI SENSI ART. 114, COMMA 5, DLGS N. 58/98 | 2022-02-23 | Italian | |
| Informativa mensile ai sensi dell’ art. 114, D.Lgs. n. 58-98 | 2021-12-31 | Italian | |
| Informativa mensile ai sensi dell’ art. 114, D.Lgs. n. 58-98 | 2021-11-30 | Italian | |
| Informativa mensile ai sensi dell’ art. 114, D.Lgs. n. 58-98 | 2021-11-02 | Italian | |
| Informativa mensile ai sensi dell’ art. 114, D.Lgs. n. 58-98 | 2021-09-30 | Italian |
Browse filings by year
7 yearsMarket data
Market data not available
Price history
Peer group · Collection of non-hazardous waste
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Urban Enviro Waste Management Limited
Provides municipal solid waste collection, transportation, …
|
URBAN | IN | Water supply; sewerage, waste m… |
|
WasteCo Group Limited
Provides waste management, environmental services, and reso…
|
WCO | NZ | Water supply; sewerage, waste m… |
|
ZONQING Environmental Limited
Comprehensive urban operation service provider managing env…
|
1855 | HK | Water supply; sewerage, waste m… |
|
新安洁
Provides environmental sanitation services and intelligent …
|
920370 | CN | Water supply; sewerage, waste m… |
Biancamano 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/4476/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4476 | 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=4476 | 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=4476 \ -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": 4476}, 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 Biancamano (id: 4476)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.