IPAL S.A. — Investor Relations & Filings
IPAL S.A. is a diversified group of companies established in 1952, initially focused on dehydrated food production. Following a corporate reorganization in 2005, it expanded into various industrial sectors under a central governance model. Its core business activities encompass food manufacturing and services, real estate development, and tourism. Key subsidiaries include Proalsa, a leader in cereals, snacks, and dehydrated products for private labels, institutional clients, and public feeding programs. Hendaya specializes in providing balanced food services to educational institutions, delivering over 441,000 daily meals. Innovalim offers prepared meals and gastronomic solutions utilizing advanced Cook and Chill and Sous Vide technologies for institutional and hospitality markets. Rentas Paine Grande focuses on real estate investment and development. Vértice provides tourism services, notably operating refuges and campsites in Torres del Paine National Park. Algorta supplies high-quality agricultural raw materials. The group is committed to quality, innovation, and sustainable value creation.
Recent filings
No filings indexed yet
We are still gathering filings for IPAL S.A.. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group
No peer companies indexed
We could not find peers for this sub-industry yet.
IPAL S.A. 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/70071/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=70071 | 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=70071 | 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=70071 \ -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": 70071}, 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 IPAL S.A. (id: 70071)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.