Skip to content

inContact, Inc.: filings

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

Filing record ends 2016-11-09

The latest filing in this captured record is a 10-Q filed 2016-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. inContact, 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-Q2016-11-09fiscal Q3 201634980001564590-16-028621
10-Q2016-08-05fiscal Q2 201634970001564590-16-022965
10-Q2016-05-10fiscal Q1 201634690001564590-16-018830
10-K2016-03-04fiscal FY 2015421090001564590-16-014014
10-Q2015-10-30fiscal Q3 201534970001564590-15-008955
10-Q2015-08-07fiscal Q2 2015381120001564590-15-006621
10-Q2015-05-08fiscal Q1 201531630001564590-15-003710
10-K2015-03-04fiscal FY 2014411050001564590-15-001273
10-Q2014-11-14fiscal Q3 201434920001564590-14-005811
10-Q/A2014-11-14fiscal Q2 2014381080001564590-14-005807
10-Q/A2014-11-14fiscal Q1 201435720001564590-14-005804
10-K/A2014-11-14fiscal FY 2013451160001564590-14-005800
10-Q2014-08-08fiscal Q2 2014381080001564590-14-003408
10-Q2014-05-09fiscal Q1 201435720001564590-14-002016
10-K2014-03-07fiscal FY 2013441150001564590-14-000637
10-Q2013-11-05fiscal Q3 2013371010001564590-13-000964
10-Q2013-08-09fiscal Q2 201336990001564590-13-000295
10-Q2013-05-09fiscal Q1 201336740001193125-13-209470
10-K2013-03-18fiscal FY 2012431120001193125-13-111438
10-Q2012-11-02fiscal Q3 2012371030001193125-12-449192
10-Q2012-08-09fiscal Q2 2012371010001193125-12-347872
10-Q2012-05-04fiscal Q1 201235720001193125-12-210962
10-K2012-03-09fiscal FY 201137980001193125-12-104311
10-Q2011-11-04fiscal Q3 2011401120001193125-11-296831
10-Q2011-08-05fiscal Q2 2011401130001193125-11-212346

Inspect the source

Entity
inContact, Inc. / CIK 0001087934
Captured
SEC response SHA-256
bbe9ebeec753da1f52e0a4a0920cfaf44aa4c0e376aa7f610ac2506124cfb195

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