
ASANTE INCORPORATED — Investor Relations & Filings
Asante Incorporated is a provider of comprehensive house maintenance and sanitation services. The company specializes in protective measures for residential properties, particularly wooden houses. Its core services include termite control, moisture and humidity management, and earthquake countermeasures, which encompass foundation repair and structural reinforcement. Asante also offers a broader range of solutions, including general pest, vermin, and bird control, the installation of high-performance underfloor insulation, and home remodeling services for plumbing, roofing, and exteriors. Additionally, the company provides installation of solar power generation systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第50期第2四半期(令和4年7月1日-令和4年9月30日) | 2022-11-08 | Japanese | |
| 四半期報告書-第50期第1四半期(令和4年4月1日-令和4年6月30日) | 2022-08-03 | Japanese | |
| 確認書 | 2022-08-03 | Japanese | |
| 内部統制報告書-第49期(令和3年4月1日-令和4年3月31日) | 2022-06-22 | Japanese | |
| 有価証券報告書-第49期(令和3年4月1日-令和4年3月31日) | 2022-06-22 | Japanese | |
| 確認書 | 2022-06-22 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
7 filings
| |||||
| 7586920 | 四半期報告書-第50期第2四半期(令和4年7月1日-令和4年9月30日) | 2022-11-08 | Japanese | ||
| 7596127 | 四半期報告書-第50期第1四半期(令和4年4月1日-令和4年6月30日) | 2022-08-03 | Japanese | ||
| 7596125 | 確認書 | 2022-08-03 | Japanese | ||
| 7604174 | 内部統制報告書-第49期(令和3年4月1日-令和4年3月31日) | 2022-06-22 | Japanese | ||
| 7604173 | 有価証券報告書-第49期(令和3年4月1日-令和4年3月31日) | 2022-06-22 | Japanese | ||
| 7604169 | 確認書 | 2022-06-22 | Japanese | ||
| 7618384 | 四半期報告書-第49期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-08 | Japanese | ||
|
2021
6 filings
| |||||
| 7622713 | 四半期報告書-第49期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | ||
| 7662758 | 四半期報告書-第49期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-04 | Japanese | ||
| 7670003 | 有価証券報告書-第48期(令和2年4月1日-令和3年3月31日) | 2021-06-21 | Japanese | ||
| 7670002 | 確認書 | 2021-06-21 | Japanese | ||
| 7670000 | 内部統制報告書-第48期(令和2年4月1日-令和3年3月31日) | 2021-06-21 | Japanese | ||
| 7675958 | 四半期報告書-第48期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-12 | Japanese | ||
|
2020
2 filings
| |||||
| 7682467 | 四半期報告書-第48期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-06 | Japanese | ||
| 7687249 | 四半期報告書-第48期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-05 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Other cleaning activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Blade Ranger Ltd.
Develops autonomous drone solutions for maintaining renewab…
|
BLRN | IL | Administrative and support serv… |
|
E.E.A.M.I Ltd.
Develops and maintains robotic cleaning solutions for photo…
|
ECPA-M | IL | Administrative and support serv… |
|
Mister Car Wash, Inc.
Operator of conveyor-based car wash facilities with a subsc…
|
MCW | US | Administrative and support serv… |
|
Nirmitee Robotics India Limited
Specializes in robotic HVAC duct cleaning and sterilization…
|
543194 | IN | Administrative and support serv… |
|
Polman Spolka Akcyjna
Provides cleaning, renovation, and maintenance services for…
|
PLM | PL | Administrative and support serv… |
|
Polygon Real Estate Ltd.
A real estate investment firm developing and building incom…
|
POLY | IL | Administrative and support serv… |
|
Rentokil Initial PLC
A global group specializing in pest control, hygiene, and w…
|
RTO | GB | Administrative and support serv… |
|
RENTOKIL INITIAL PLC /FI
A global business services company specializing in pest con…
|
RTO | US | Administrative and support serv… |
|
ROLLINS INC
A global company providing pest control and wildlife remova…
|
ROL | US | Administrative and support serv… |
|
Swisher Hygiene Inc.
Provides comprehensive hygiene and sanitation solutions for…
|
SWSH | US | Administrative and support serv… |
ASANTE INCORPORATED 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/13714/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13714 | 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=13714 | 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=13714 \ -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": 13714}, 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 ASANTE INCORPORATED (id: 13714)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.