
Pond Technologies Holdings — Investor Relations & Filings
Pond Technologies Holdings specializes in Carbon Capture and Utilization (CCU) through the sale and licensing of its proprietary CO2 abatement technology. The company designs and operates scalable bioreactors that utilize industrial greenhouse gas emissions to cultivate microalgae and other valuable biomass. This patented process profitably transforms CO2 into commercial products, effectively closing the carbon loop. Pond's platform is licensed to project developers and engineering companies for deployment at existing industrial sites. The resulting algal biomass is commercialized through two main divisions: Pond Naturals, which focuses on nutrition products, custom blends, and ingredients for the food, beverage, and nutraceuticals industries; and Pond Biotech, which grows genetically modified algae to express complex proteins for use in diagnostics, therapeutics, and medicines.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| News release - English.pdf | 2026-04-25 | English | |
| News release - English.pdf | 2025-07-01 | English | |
| News release - English.pdf | 2025-07-01 | English | |
| 52-109FV2 - Certification of interim filings - CFO (E).pdf | 2025-07-01 | English | |
| 52-109FV2 - Certification of interim filings - CEO (E).pdf | 2025-07-01 | English | |
| Interim MD&A - English.pdf | 2025-07-01 | English |
Market data
Market data not available
Price history
Peer group · Growing of other non-perennial crops
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Trees Corporation
Vertically-integrated multi-state operator in the regulated…
|
CANN | CA | Agriculture, forestry and fishi… |
Pond Technologies Holdings 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/43824/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=43824 | 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=43824 | 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=43824 \ -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": 43824}, 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 Pond Technologies Holdings (id: 43824)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.