Flying Spark Ltd. — Investor Relations & Filings
Flying Spark Ltd. is a biotechnology company that has developed a proprietary technology to produce high-quality alternative protein and oil from the larvae of the fruit fly, Bactrocera dorsalis. The company's process is designed for sustainability, using significantly less water and producing no methane gas emissions. Its primary products, a protein powder and an oil, are concentrated and clinically proven ingredients. These are intended for various applications, including advanced natural skin solutions for the cosmetics market, as well as ingredients for human food, pet food, and aquaculture.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Changes in the company's series 2 warrant short name and symbol | 2026-01-21 | English | |
| Opening of Trading on Sunday, November 30 2025 - FLYING SPARK W2 | 2025-11-27 | English | |
| Identifying Details of New Security - FLYING SPARK W2 | 2025-11-26 | English | |
| Rights Offering and Identifying Details for New Security-FLYING SPARK R1 | 2022-11-22 | Hebrew (modern) | |
| Identifying Details of New Securities-FLYING SPARK W2, FLYING SPARK W3 | 2022-09-19 | Hebrew (modern) | |
| Meitav Dash will operate as a market maker in FLYING SPARK shares , starting from 19/09/22 | 2022-09-18 | Hebrew (modern) |
Market data
Market data not available
Price history
Peer group · Raising of other animals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
HiProMine S.A
Breeds insects to produce proteins and ingredients for anim…
|
HPM | PL | Agriculture, forestry and fishi… |
|
M Food Spolka Akcyjna
A European leader in trading and distributing honey and oth…
|
MFD | PL | Agriculture, forestry and fishi… |
|
REPLOID Group AG
Uses insect technology to upcycle organic residues into pro…
|
— | AT | Agriculture, forestry and fishi… |
Flying Spark Ltd. 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/6791/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=6791 | 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=6791 | 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=6791 \ -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": 6791}, 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 Flying Spark Ltd. (id: 6791)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.