Skip to content

ION Geophysical Corporation: filings

Every ION Geophysical Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2021-11-03

The latest filing in this captured record is a 10-Q filed 2021-11-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. ION Geophysical Corporation 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-Q2021-11-03fiscal Q3 2021431160001437749-21-025105
10-Q2021-08-12fiscal Q2 2021441180001437749-21-019553
10-Q2021-05-06fiscal Q1 202144920001437749-21-011127
10-K2021-02-12fiscal FY 2020511970001437749-21-002669
10-Q2020-11-05fiscal Q3 2020481360000866609-20-000069
10-Q2020-08-06fiscal Q2 2020501390000866609-20-000056
10-Q2020-05-07fiscal Q1 2020521090000866609-20-000033
10-K2020-02-06fiscal FY 2019562050000866609-20-000017
10-Q2019-10-31fiscal Q3 2019521420000866609-19-000090
10-Q2019-08-01fiscal Q2 2019521420000866609-19-000077
10-Q2019-05-02fiscal Q1 2019521080000866609-19-000051
10-K2019-02-07fiscal FY 2018542060000866609-19-000033
10-Q2018-11-02fiscal Q3 2018481330000866609-18-000058
10-Q2018-08-02fiscal Q2 2018481330000866609-18-000043
10-Q2018-05-03fiscal Q1 201847970000866609-18-000027
10-K2018-02-08fiscal FY 2017501860000866609-18-000006
10-Q2017-11-02fiscal Q3 2017451240000866609-17-000031
10-Q2017-08-03fiscal Q2 2017461260000866609-17-000022
10-Q2017-05-04fiscal Q1 201746940001628280-17-004954
10-K2017-02-09fiscal FY 2016491840001628280-17-001062
10-Q2016-11-03fiscal Q3 2016471290001628280-16-020684
10-Q2016-08-04fiscal Q2 2016471290001628280-16-018440
10-Q2016-05-05fiscal Q1 201645920001628280-16-015614
10-K2016-02-11fiscal FY 2015491860001628280-16-010990
10-Q2015-11-05fiscal Q3 2015441200001628280-15-008302
10-Q2015-08-06fiscal Q2 2015441200000866609-15-000040
10-Q2015-05-07fiscal Q1 201544900000866609-15-000028
10-K2015-02-17fiscal FY 2014481830000866609-15-000010
10-Q2014-11-06fiscal Q3 2014421180000866609-14-000063
10-Q2014-08-07fiscal Q2 2014421180000866609-14-000047
10-Q2014-05-01fiscal Q1 201441840000866609-14-000032
10-K2014-02-24fiscal FY 2013481830000866609-14-000010
10-Q2013-11-15fiscal Q3 2013441220000866609-13-000058
10-Q/A2013-11-15fiscal Q2 2013441220000866609-13-000056
10-Q/A2013-11-15fiscal Q1 201344900000866609-13-000054
10-Q2013-08-08fiscal Q2 2013441220000866609-13-000031
10-Q2013-05-01fiscal Q1 201344900000866609-13-000015
10-K2013-02-19fiscal FY 2012491860000866609-13-000007
10-Q2012-11-09fiscal Q3 2012441220000866609-12-000009
10-Q2012-08-07fiscal Q2 2012441220001193125-12-341074
10-Q2012-05-03fiscal Q1 201244900001193125-12-207656
10-K2012-02-24fiscal FY 2011471790001193125-12-078454
10-Q2011-11-03fiscal Q3 2011431170000950123-11-094747
10-Q2011-08-04fiscal Q2 2011451230000950123-11-072746

Inspect the source

Entity
ION Geophysical Corporation / CIK 0000866609
Captured
SEC response SHA-256
ab2140e0c3b0d63a8e09504c6b2a2138187de1193b14938ded13469f793dd81c

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