Skip to content

Avinger, Inc.: filings

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

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-Q2024-11-07fiscal Q3 2024391060001437749-24-033979
10-Q2024-08-08fiscal Q2 2024371020001437749-24-025597
10-Q2024-05-15fiscal Q1 202439820001437749-24-017130
10-K2024-03-20fiscal FY 202344890001437749-24-008711
10-Q2023-10-26fiscal Q3 2023391060001437749-23-029118
10-Q2023-07-27fiscal Q2 2023391060001437749-23-020931
10-Q2023-05-10fiscal Q1 202339800001437749-23-013660
10-K2023-03-16fiscal FY 202244890001437749-23-006751
10-Q2022-11-09fiscal Q3 2022391050001437749-22-026628
10-Q2022-08-11fiscal Q2 2022391060001437749-22-020171
10-Q2022-05-10fiscal Q1 202239800001437749-22-011776
10-K2022-03-22fiscal FY 202141830001437749-22-006919
10-Q2021-11-12fiscal Q3 202137980001437749-21-026253
10-Q2021-08-10fiscal Q2 202137970001437749-21-019333
10-Q2021-05-06fiscal Q1 202137720001437749-21-011163
10-K2021-03-11fiscal FY 202041810001437749-21-005713
10-Q2020-11-10fiscal Q3 202037970001437749-20-023413
10-Q2020-07-30fiscal Q2 202038990001437749-20-016075
10-Q2020-05-13fiscal Q1 202038790001437749-20-010591
10-K2020-03-06fiscal FY 201944880001437749-20-004451
10-Q2019-11-05fiscal Q3 2019391010001437749-19-021599
10-Q2019-08-08fiscal Q2 2019391020001437749-19-016045
10-Q2019-05-08fiscal Q1 201936740001437749-19-009115
10-K2019-03-06fiscal FY 201841830001437749-19-004223
10-Q2018-11-13fiscal Q3 201838960001437749-18-020578
10-Q2018-08-13fiscal Q2 2018381020001104659-18-051519
10-Q2018-05-15fiscal Q1 201838760001104659-18-033506
10-K2018-03-30fiscal FY 201739800001104659-18-021543
10-Q2017-11-14fiscal Q3 201738970001104659-17-068533
10-Q2017-08-09fiscal Q2 201738970001104659-17-050338
10-Q2017-05-10fiscal Q1 201733680001104659-17-031257
10-K2017-03-15fiscal FY 2016381300001104659-17-016428
10-Q2016-11-08fiscal Q3 2016371000001104659-16-155552
10-Q2016-08-05fiscal Q2 2016371000001104659-16-137123
10-Q2016-05-09fiscal Q1 201637740001104659-16-119209
10-K2016-03-08fiscal FY 2015381320001104659-16-103101
10-Q2015-11-12fiscal Q3 201535950001104659-15-077975
10-Q2015-08-12fiscal Q2 201535950001104659-15-058827
10-Q2015-05-13fiscal Q1 201535710001104659-15-037706

Inspect the source

Entity
Avinger, Inc. / CIK 0001506928
Captured
2026-09-21T17:19:34.828Z
SEC response SHA-256
957899c3a9a5845d56503bbb4eb00bc28529d076bb417679f3afa275bd48e870

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/0001506928.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"])))