
FIREFLY NEUROSCIENCE, INC. — Investor Relations & Filings
Firefly Neuroscience, Inc. is a medical technology and artificial intelligence company that develops solutions to improve brain health outcomes. The company's flagship product is the FDA-cleared Brain Network Analytics (BNA™) platform, which provides objective, AI-driven assessments for neurological and psychiatric disorders. The BNA™ platform utilizes electroencephalogram (EEG) data, including Event-Related Potentials (ERPs) and spectral analysis, combined with behavioral performance metrics. Using advanced AI, the platform compares a patient's brain activity against an extensive, proprietary, and standardized database of over 17,000 individuals. This process generates a comprehensive, cloud-based report for healthcare professionals, enabling them to make more informed decisions for disease management and personalized treatment plans. The technology serves clinicians and supports CNS drug developers in biomarker discovery and companion diagnostics.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| REGISTRATION STATEMENT | 2026-05-20 | English | |
| REGISTRATION STATEMENT | 2026-05-20 | English | |
| FORM 10-Q | 2026-05-13 | English | |
| CURRENT REPORT | 2026-05-12 | English | |
| 8-K - FIREFLY NEUROSCIENCE, INC. (0000803578) (Filer) | 2026-04-22 | English | |
| Regulatory Filings 2026 | 2026-04-16 | English |
Browse filings by year
32 years- 2026 11 filings
- 2025 85 filings
- 2024 52 filings
- 2023 26 filings
- 2022 83 filings
- 2021 75 filings
- 2020 12 filings
- 2019 7 filings
- 2018 10 filings
- 2017 16 filings
- 2016 20 filings
- 2015 9 filings
- 2014 12 filings
- 2013 22 filings
- 2012 14 filings
- 2011 16 filings
- 2010 17 filings
- 2009 7 filings
- 2008 16 filings
- 2007 14 filings
- 2006 17 filings
- 2005 11 filings
- 2004 8 filings
- 2003 7 filings
- 2002 6 filings
- 2001 5 filings
- 2000 10 filings
- 1999 6 filings
- 1998 12 filings
- 1997 13 filings
- 1996 4 filings
- 1995 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
11 filings
| |||||
| 46652234 | REGISTRATION STATEMENT | 2026-05-20 | English | ||
| 46642361 | REGISTRATION STATEMENT | 2026-05-20 | English | ||
| 46105721 | FORM 10-Q | 2026-05-13 | English | ||
| 46105737 | CURRENT REPORT | 2026-05-12 | English | ||
| 35399447 | 8-K - FIREFLY NEUROSCIENCE, INC. (0000803578) (Filer) | 2026-04-22 | English | ||
| 46105742 | Regulatory Filings 2026 | 2026-04-16 | English | ||
| 33114091 | 10-K - FIREFLY NEUROSCIENCE, INC. (0000803578) (Filer) | 2026-03-31 | English | ||
| 46105741 | CURRENT REPORT | 2026-03-12 | English | ||
| 32881514 | 8-K - FIREFLY NEUROSCIENCE, INC. (0000803578) (Filer) | 2026-02-04 | English | ||
| 18768885 | 424B5 Filing | 2026-02-03 | English | ||
| 18768883 | SCHEDULE 13D/A Filing | 2026-01-30 | English | ||
|
2025
4 filings
| |||||
| 18768881 | SCHEDULE 13D/A Filing | 2025-12-31 | English | ||
| 18768884 | 8-K Filing | 2025-12-19 | English | ||
| 18768880 | SCHEDULE 13D/A Filing | 2025-12-09 | English | ||
| 9628202 | Regulatory Filings 2025 | 2025-12-08 | English | ||
Market data
Market data not available
Price history
Peer group · All other professional, scientific and technical activities n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Calian Group Ltd.
Delivers specialized, mission-critical services and solutio…
|
CGY | CA | Professional, scientific and te… |
|
Caymus Resources Inc.
Publicly-traded company in the professional services sector.
|
KYS.H | CA | Professional, scientific and te… |
|
CHRISTIE GROUP PLC
A business services group for the hospitality, leisure, ret…
|
CTG | GB | Professional, scientific and te… |
|
Clarkson PLC
Provider of integrated services to the global shipping and …
|
CKN | GB | Professional, scientific and te… |
|
Crane NXT, Co.
Industrial technology firm providing solutions to secure an…
|
CXT | US | Professional, scientific and te… |
|
CTK Co., Ltd
B2B solutions provider for the beauty industry, managing th…
|
260930 | KR | Professional, scientific and te… |
|
DATADOT TECHNOLOGY LIMITED
Provides advanced asset identification, anti-theft, and aut…
|
DDT | AU | Professional, scientific and te… |
|
DHX Company Co., Ltd.
A diversified company in medical devices, ICT components, b…
|
031860 | KR | Professional, scientific and te… |
|
DIALES PLC
Provides expert witness and advisory services to constructi…
|
DIAL | GB | Professional, scientific and te… |
|
ECOEYE CO., LTD.
Specializes in carbon finance, GHG reduction solutions, and…
|
448280 | KR | Professional, scientific and te… |
FIREFLY NEUROSCIENCE, INC. 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/34703/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=34703 | 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=34703 | 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=34703 \ -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": 34703}, 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 FIREFLY NEUROSCIENCE, INC. (id: 34703)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.