Skip to content

SAExploration Holdings, Inc.: filings

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

Filing record ends 2020-11-16

The latest filing in this captured record is a 10-Q filed 2020-11-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. SAExploration Holdings, 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-Q2020-11-16fiscal Q3 2020461210001564590-20-054033
10-Q2020-08-14fiscal Q2 2020501370001564590-20-040318
10-Q2020-05-13fiscal Q1 2020491030001564590-20-024815
10-K2020-04-14fiscal FY 2019511040001564590-20-016488
10-Q2020-02-07fiscal Q3 2019451170001564590-20-003880
10-Q2020-02-07fiscal Q2 2019451160001564590-20-003876
10-Q/A2020-02-07fiscal Q1 2019501040001564590-20-003873
10-K/A2020-02-07fiscal FY 2018522020001564590-20-003869
10-Q2019-05-14fiscal Q1 2019481000001564590-19-019018
10-K2019-03-25fiscal FY 201847960001564590-19-009158
10-Q2018-11-13fiscal Q3 2018421040001564590-18-029217
10-Q2018-08-09fiscal Q2 2018421040001564590-18-020651
10-Q2018-05-15fiscal Q1 2018501000001514732-18-000058
10-K2018-03-16fiscal FY 2017531100001514732-18-000042
10-Q2017-11-08fiscal Q3 2017471240001514732-17-000100
10-Q2017-08-21fiscal Q2 2017471240001514732-17-000087
10-Q2017-05-05fiscal Q1 201746920001514732-17-000045
10-K2017-03-15fiscal FY 2016501040001514732-17-000017
10-Q2016-11-04fiscal Q3 2016471240001514732-16-000302
10-Q2016-08-12fiscal Q2 2016461220001514732-16-000246
10-Q2016-05-16fiscal Q1 201646940001514732-16-000158
10-K2016-03-15fiscal FY 2015501030001514732-16-000144
10-Q2015-11-05fiscal Q3 2015461220001514732-15-000107
10-Q2015-08-07fiscal Q2 2015451200001514732-15-000086
10-Q2015-05-11fiscal Q1 201543880001514732-15-000045
10-K2015-03-25fiscal FY 2014491010001514732-15-000021
10-Q2014-11-07fiscal Q3 2014431160001514732-14-000014
10-Q2014-08-08fiscal Q2 2014441180001144204-14-047971
10-Q2014-05-09fiscal Q1 201444920001144204-14-028959
10-K2014-04-03fiscal FY 201347960001144204-14-020584
10-Q/A2014-04-01fiscal Q3 2013411100001144204-14-019847
10-Q/A2014-04-01fiscal Q2 2013411100001144204-14-019844
10-Q2013-11-14fiscal Q3 2013411100001144204-13-062080
10-Q2013-08-28fiscal Q2 2013411100001144204-13-048147
10-Q2013-05-15fiscal Q1 201317570001144204-13-029606
10-K2013-03-04fiscal FY 201217470001144204-13-012598
10-Q2012-11-14fiscal Q3 201217530001144204-12-062722
10-Q2012-08-14fiscal Q2 201217490001144204-12-045578
10-Q2012-05-14fiscal Q1 201217410001144204-12-028558
10-K2012-04-12fiscal FY 201117180001144204-12-021309
10-Q2011-11-14fiscal Q3 201117210001144204-11-064290
10-Q2011-08-15fiscal Q2 201116200001144204-11-046770

Inspect the source

Entity
SAExploration Holdings, Inc. / CIK 0001514732
Captured
SEC response SHA-256
8bc7a3348253bfe5aa9d3a6cb9aa9c4a92a68f214c1d9fb906809aa7176a90a0

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