
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 |
|---|---|---|---|
|
Jemtec Inc.
Integrated technology and services for community-based corr…
|
JTC | CA | Professional, scientific and te… |
|
Karbon-X Project Inc.
An environmental company providing carbon offset solutions …
|
KARX | CA | Professional, scientific and te… |
|
LDTInc.
Develops and sells display driver ICs for OLED/LED and IoT …
|
096870 | KR | Professional, scientific and te… |
|
Ling Yue Services Group Limited
Provides comprehensive property management services integra…
|
2165 | HK | Professional, scientific and te… |
|
Maple Leaf Green World Inc.
Evaluates early-stage renewable energy and sustainable infr…
|
MGW | CA | Professional, scientific and te… |
|
MCGRATH RENTCORP
A B2B rental company for modular buildings, storage, and el…
|
MGRC | US | Professional, scientific and te… |
|
Ostrom Climate Solutions Inc.
Offers carbon management, environmental consulting, and ver…
|
COO | CA | Professional, scientific and te… |
|
Performant Healthcare Inc
Offers technology-enabled payment integrity solutions to he…
|
PHLT | US | Professional, scientific and te… |
|
PHYSIOMICS PLC
Provides Model-Informed Drug Development services with a fo…
|
PYC | GB | Professional, scientific and te… |
|
Prelude S.A.
Develops and manages social and affordable housing for publ…
|
MLPRE | FR | 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.