Skip to content

Adynxx, Inc.: filings

Every Adynxx, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2019-11-14

The latest filing in this captured record is a 10-Q filed 2019-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. Adynxx, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2019-11-14fiscal Q3 201933900001437749-19-022751
10-Q/A2019-11-14fiscal Q2 201931830001437749-19-022747
10-Q2019-08-14fiscal Q2 201931830001437749-19-016653
10-Q2019-04-23fiscal Q1 201938780001144204-19-020689
10-K2019-02-22fiscal FY 201842870001144204-19-009551
10-Q2018-10-26fiscal Q3 201836940001144204-18-055576
10-Q2018-08-10fiscal Q2 201836940001144204-18-043457
10-Q2018-05-14fiscal Q1 201841880001144204-18-028208
10-K2018-03-02fiscal FY 201747960001144204-18-012566
10-Q2017-11-09fiscal Q3 2017411080001144204-17-057623
10-Q2017-08-10fiscal Q2 2017411160001144204-17-041918
10-Q2017-05-09fiscal Q1 201737760001144204-17-025515
10-K2017-03-14fiscal FY 201643910001144204-17-014475
10-Q2016-11-04fiscal Q3 2016371010001144204-16-131643
10-Q2016-08-09fiscal Q2 2016431220001144204-16-117495
10-Q2016-05-10fiscal Q1 201638780001144204-16-100271
10-K2016-02-23fiscal FY 201542860001144204-16-083794
10-Q2015-11-05fiscal Q3 2015381030001144204-15-062946
10-Q2015-08-06fiscal Q2 2015381030001144204-15-046747
10-Q2015-05-14fiscal Q1 201535720001144204-15-030698
10-K2015-02-24fiscal FY 201442860001144204-15-011576
10-Q2014-11-05fiscal Q3 2014401100001144204-14-065258
10-Q2014-08-11fiscal Q2 2014401100001144204-14-048308
10-Q2014-05-12fiscal Q1 201440820001144204-14-029397
10-K2014-03-24fiscal FY 201341840001144204-14-017298
10-Q2013-11-12fiscal Q3 201337960001354488-13-006158
10-Q2013-08-14fiscal Q2 201336930001354488-13-004616
10-K/A2013-05-16fiscal FY 201240810001354488-13-002935
10-Q2013-05-15fiscal Q1 201337700001354488-13-002883
10-K2013-04-16fiscal FY 201240810001354488-13-002044
10-Q2012-11-21fiscal Q3 201237980001354488-12-006135
10-Q/A2012-09-12fiscal Q2 201236960001354488-12-004832
10-Q2012-05-14fiscal Q1 201234680001354488-12-002453
10-K2012-03-29fiscal FY 201135710001354488-12-001493
10-Q2011-11-14fiscal Q3 201135920001354488-11-004319
10-Q2011-08-15fiscal Q2 201133880001354488-11-002777

Inspect the source

Entity
Adynxx, Inc. / CIK 0001054274
Captured
SEC response SHA-256
91043ce1d25ca5843409f921f79f3ff225541a832e4c5ff09094e7f4697367fc

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001054274.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))