
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 |
|---|---|---|---|
| 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 | |
| 10-K - FIREFLY NEUROSCIENCE, INC. (0000803578) (Filer) | 2026-03-31 | English | |
| CURRENT REPORT | 2026-03-12 | English |
Browse filings by year
32 years- 2026 9 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
9 filings
| |||||
| 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
6 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 | ||
| 9628201 | REGISTRATION STATEMENT | 2025-12-03 | English | ||
| 9628203 | REGISTRATION STATEMENT | 2025-11-17 | 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 |
|---|---|---|---|
|
ADEC Innovations NV
Provides environmental, sustainability, and ESG solutions t…
|
MLADE | NL | Professional, scientific and te… |
|
ADVANCER GLOBAL LIMITED
Provider of integrated estate management and workforce solu…
|
43Q | SG | Professional, scientific and te… |
|
AEERIS LTD
Provides real-time risk management and geospatial data serv…
|
AER | AU | Professional, scientific and te… |
|
AERIS ENVIRONMENTAL LTD
Develops microbial control, hygiene solutions, and energy e…
|
AEI | AU | Professional, scientific and te… |
|
Altus Group Limited
Global provider of CRE intelligence, software, data, and in…
|
AIF | CA | Professional, scientific and te… |
|
AMIYA Corporation
An IT company specializing in cybersecurity products and se…
|
4258 | JP | Professional, scientific and te… |
|
BC Craft Supply Co. Ltd.
Life sciences firm supporting craft cannabis cultivation, b…
|
CRFT | CA | Professional, scientific and te… |
|
Beckett's Inc.
Develops and sells non-alcoholic, liquor-inspired, and cann…
|
BKTS | CA | Professional, scientific and te… |
|
BRAEMAR PLC
Advisory firm providing shipbroking services to the shippin…
|
BAR | GB | Professional, scientific and te… |
|
BTL Inc.
Provider of testing, inspection, and certification for elec…
|
6840 | CA | 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.