
Frigo — Investor Relations & Filings
Frigo is a wholesale distributor of industrial machinery and equipment, specializing in heating, ventilation, and air conditioning (HVAC) systems. The company serves both residential and commercial markets. It operates as an authorized importer for air conditioning equipment from brands such as TOSHIBA. Its product portfolio also includes specialized solutions like systems for indirect building cooling and precision air conditioning units.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Oznámenie o konaní RVZ FRIGO | 2025-05-16 | Slovak |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
1 filing
| |||||
| 5935836 | Oznámenie o konaní RVZ FRIGO | 2025-05-16 | Slovak | ||
Market data
Market data not available
Price history
Peer group · Activities of financing conduits
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
NUFARM FINANCE (NZ) LIMITED
Financing subsidiary issuing debt securities to fund Nufarm…
|
NFN | AU | Financial and insurance activit… |
|
Opensesame Acquisition Corp.
Capital Pool Company (CPC) whose sole objective is to ident…
|
OPEN.P | CA | Financial and insurance activit… |
|
PANTAGES CAPITAL ACQUSITION Corp
A special purpose acquisition company formed to effect a bu…
|
PGAC | US | Financial and insurance activit… |
|
PCGH ZDP PLC
A financing subsidiary that issues ZDP shares for its paren…
|
PGHZ | GB | Financial and insurance activit… |
|
Pelican Acquisition Corp
A blank check company formed to effect a merger, acquisitio…
|
PELI | US | Financial and insurance activit… |
|
PPLUS Trust Series GSC-2
A statutory trust that issues floating rate trust certifica…
|
PYT | US | Financial and insurance activit… |
|
QNB FINANCE LTD
A financing vehicle issuing debt securities to raise capita…
|
QNB | KY | Financial and insurance activit… |
|
Quadgas Finance PLC
A financing company providing long-term finance for a gas d…
|
77VT | GB | Financial and insurance activit… |
|
Renatus Tactical Acquisition Corp I
A SPAC targeting tech companies in crypto, blockchain, and …
|
RTAC | US | Financial and insurance activit… |
|
Samurai Capital Corp.
Capital Pool Company (CPC) identifying and negotiating pote…
|
SSS.P | CA | Financial and insurance activit… |
Frigo 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/2174/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=2174 | 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=2174 | 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=2174 \ -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": 2174}, 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 Frigo (id: 2174)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.