
Niagen Bioscience, Inc. — Investor Relations & Filings
Niagen Bioscience, Inc. (formerly ChromaDex) is a bioscience company focused on the science of nicotinamide adenine dinucleotide (NAD+). The company aims to improve healthspan and support healthy aging by developing products that restore and optimize cellular NAD+ levels. Its core proprietary ingredient is Niagen®, a patented and clinically studied form of nicotinamide riboside (NR), a precursor to NAD+. Niagen® is the key component in the company's consumer dietary supplement brand, Tru Niagen®, and is also developed for the food, beverage, and pharmaceutical markets. The company's research is supported by numerous human clinical studies, a portfolio of over 50 owned and licensed patents, and collaborations with global research institutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K - Niagen Bioscience, Inc. (0001386570) (Filer) | 2026-05-06 | English | |
| 8-K - Niagen Bioscience, Inc. (0001386570) (Filer) | 2026-03-19 | English | |
| 8-K - NIAGEN BIOSCIENCE, INC. (0001386570) (Filer) | 2026-02-26 | English | |
| 4 - NIAGEN BIOSCIENCE, INC. (0001386570) (Filer) | 2026-02-24 | English | |
| 4 - NIAGEN BIOSCIENCE, INC. (0001386570) (Filer) | 2026-02-24 | English | |
| 4 - NIAGEN BIOSCIENCE, INC. (0001386570) (Filer) | 2026-02-24 | English |
Browse filings by year
20 years- 2026 7 filings
- 2025 35 filings
- 2024 42 filings
- 2023 38 filings
- 2022 59 filings
- 2021 51 filings
- 2020 61 filings
- 2019 63 filings
- 2018 58 filings
- 2017 97 filings
- 2016 60 filings
- 2015 50 filings
- 2014 49 filings
- 2013 29 filings
- 2012 81 filings
- 2011 65 filings
- 2010 56 filings
- 2009 10 filings
- 2008 35 filings
- 2007 8 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
7 filings
| |||||
| 41996029 | 8-K - Niagen Bioscience, Inc. (0001386570) (Filer) | 2026-05-06 | English | ||
| 32986340 | 8-K - Niagen Bioscience, Inc. (0001386570) (Filer) | 2026-03-19 | English | ||
| 32891035 | 8-K - NIAGEN BIOSCIENCE, INC. (0001386570) (Filer) | 2026-02-26 | English | ||
| 32891032 | 4 - NIAGEN BIOSCIENCE, INC. (0001386570) (Filer) | 2026-02-24 | English | ||
| 32891033 | 4 - NIAGEN BIOSCIENCE, INC. (0001386570) (Filer) | 2026-02-24 | English | ||
| 32891034 | 4 - NIAGEN BIOSCIENCE, INC. (0001386570) (Filer) | 2026-02-24 | English | ||
| 29294558 | SCHEDULE 13G/A Filing | 2026-01-30 | English | ||
|
2025
8 filings
| |||||
| 12097869 | 8-K | 2025-12-22 | English | ||
| 12097870 | FORM 4 | 2025-11-17 | English | ||
| 12097871 | 8-K | 2025-11-06 | English | ||
| 12097875 | 8-K | 2025-11-04 | English | ||
| 12097872 | 10-Q | 2025-11-04 | English | ||
| 12097876 | Major Shareholding Notification 2025 | 2025-10-31 | English | ||
| 12097877 | 8-K | 2025-10-06 | English | ||
| 12097886 | REGISTRATION STATEMENT | 2025-08-08 | English | ||
Market data
Market data not available
Price history
Peer group · Manufacture of pharmaceuticals, medicinal chemical and botanical products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Beam Therapeutics Inc.
Develops precision genetic medicines using proprietary base…
|
BEAM | US | Manufacturing |
|
Bedrocan Cannabis Corp.
EU-GMP certified producer of standardized medicinal cannabi…
|
BED | CA | Manufacturing |
|
Beihai Gofar Chuanshan Biological Co., Ltd.
Produces marine biological products and chitin derivatives …
|
600538 | CN | Manufacturing |
|
BEIJING AOSAIKANG PHARMACEUTICAL CO.,LTD
Research-driven pharmaceutical firm specializing in oncolog…
|
002755 | CN | Manufacturing |
|
Beijing Beilu Pharmaceutical Co.,Ltd
Specializes in contrast media, CNS treatments, and metaboli…
|
300016 | CN | Manufacturing |
|
Beijing Biostar Pharmaceuticals Co., Ltd.
Biopharma company using synthetic biology to develop novel …
|
2563 | HK | Manufacturing |
|
Beijing Bohui Innovation Biotechnology Group Co., Ltd
Develops medical diagnostic systems, mass spectrometry, and…
|
300318 | CN | Manufacturing |
|
BEIJING CENTERGATE TECHNOLOGIES (HOLDING) CO., LTD
Develops and produces pharmaceuticals, TCM, health suppleme…
|
000931 | CN | Manufacturing |
|
BEIJING FOYOU PHARMA CO.,LTD
Develops and manufactures APIs and finished generic medicat…
|
601089 | CN | Manufacturing |
|
BEIJING HOTGEN BIOTECH CO., LTD.
Develops and manufactures IVD products and automated analyz…
|
688068 | CN | Manufacturing |
Niagen Bioscience, 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/32418/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=32418 | 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=32418 | 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=32418 \ -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": 32418}, 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 Niagen Bioscience, Inc. (id: 32418)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.