Skip to content

GI DYNAMICS, INC.: filings

Every GI DYNAMICS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 filings, each linked to its SEC index.

Filing record ends 2021-06-11

The latest filing in this captured record is a 10-K/A filed 2021-06-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. GI DYNAMICS, 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-K/A2021-06-11fiscal FY 202040780001213900-21-031994
10-Q2021-05-07fiscal Q1 202130610001213900-21-025041
10-K2021-03-12fiscal FY 202040780001213900-21-014975
10-Q2020-11-10fiscal Q3 202034890001213900-20-036139
10-Q2020-08-07fiscal Q2 202032850001213900-20-020891
10-Q2020-05-06fiscal Q1 202034670001213900-20-011182
10-K/A2020-04-29fiscal FY 201939750001213900-20-010415
10-K2020-03-27fiscal FY 201939750001213900-20-007560
10-Q2019-11-08fiscal Q3 201940980001213900-19-022593
10-Q2019-08-15fiscal Q2 2019421060001564590-19-032198
10-Q/A2019-05-17fiscal Q1 201939780001564590-19-019742
10-Q2019-05-16fiscal Q1 201939780001564590-19-019508
10-K2019-03-13fiscal FY 201846950001564590-19-007406
10-Q2018-11-14fiscal Q3 2018421040001564590-18-029610
10-Q2018-08-14fiscal Q2 2018401020001564590-18-021752
10-Q2018-05-15fiscal Q1 210836720001564590-18-013665
10-K2018-03-28fiscal FY 201739860001564590-18-006988
10-Q2017-11-14fiscal Q3 201735940001193125-17-342338
10-Q2017-08-14fiscal Q2 201734900001193125-17-257146
10-Q2017-05-15fiscal Q1 201732660001193125-17-170626
10-K2017-03-30fiscal FY 2016391350001193125-17-103799
10-Q2016-11-10fiscal Q3 201635960001193125-16-764583
10-Q2016-08-10fiscal Q2 201635940001193125-16-678213
10-Q2016-05-13fiscal Q1 201634690001193125-16-590549
10-K2016-03-30fiscal FY 2015401380001193125-16-524025
10-Q2015-11-12fiscal Q3 2015371020001193125-15-375755
10-Q2015-08-13fiscal Q2 2015371000001193125-15-289961
10-Q2015-05-15fiscal Q1 201536730001193125-15-190061
10-K2015-03-30fiscal FY 2014401360001193125-15-111700
10-Q2014-11-10fiscal Q3 2014361000001193125-14-405623
10-Q2014-08-14fiscal Q2 201434960001193125-14-309778

Inspect the source

Entity
GI DYNAMICS, INC. / CIK 0001245791
Captured
SEC response SHA-256
e6f4151389822217f093fa01e88c29bfcd155462ec0cfcadd5059aaaa4bb79b5

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