Skip to content

Internap Corp: filings

Every Internap Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2020-05-08

The latest filing in this captured record is a 10-K filed 2020-05-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. Internap Corp 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-K2020-05-08fiscal FY 2019492730001628280-20-007086
10-Q2019-11-12fiscal Q3 2019411460001628280-19-013989
10-Q2019-08-08fiscal Q2 2019411120001628280-19-010459
10-Q2019-05-09fiscal Q1 201942920001628280-19-006464
10-K2019-03-18fiscal FY 2018411470001628280-19-003089
10-Q2018-11-01fiscal Q3 2018391020001628280-18-013331
10-Q2018-08-02fiscal Q2 201836960001628280-18-010354
10-Q2018-05-03fiscal Q1 201834870001628280-18-005864
10-K2018-03-15fiscal FY 2017381040001628280-18-003255
10-Q2017-11-02fiscal Q3 201733860001628280-17-010708
10-Q2017-08-03fiscal Q2 201731800001628280-17-008032
10-Q2017-05-10fiscal Q1 201730600001571049-17-004813
10-K2017-03-13fiscal FY 201634930001571049-17-002338
10-Q2016-11-03fiscal Q3 201630760001571049-16-019427
10-Q2016-08-04fiscal Q2 201630760001571049-16-017122
10-Q2016-05-05fiscal Q1 201630620001571049-16-014889
10-K2016-02-18fiscal FY 2015351030001571049-16-011923
10-Q2015-11-05fiscal Q3 201532840001571049-15-008863
10-Q2015-08-04fiscal Q2 201532840001571049-15-006200
10-Q2015-04-28fiscal Q1 201532660001571049-15-003243
10-K2015-02-19fiscal FY 2014361060001571049-15-001277
10-Q2014-10-28fiscal Q3 201432840001571049-14-005488
10-Q2014-07-29fiscal Q2 201432840001571049-14-003387
10-Q2014-04-24fiscal Q1 201432660001188112-14-001101
10-K2014-02-20fiscal FY 2013371090001188112-14-000431
10-Q2013-10-24fiscal Q3 201334920001188112-13-003010
10-Q2013-07-25fiscal Q2 201334910001188112-13-002089
10-Q2013-04-25fiscal Q1 201334690001188112-13-001190
10-K2013-02-21fiscal FY 2012371000001188112-13-000452
10-Q2012-10-25fiscal Q3 201235920001188112-12-003146
10-Q2012-07-26fiscal Q2 201234900001188112-12-002258
10-Q2012-04-26fiscal Q1 201237780001188112-12-001229
10-K2012-02-23fiscal FY 2011421250001188112-12-000459
10-Q2011-10-27fiscal Q3 201137980001188112-11-002989
10-Q2011-07-28fiscal Q2 201137960001188112-11-002036
10-Q2011-04-28fiscal Q1 201138800001188112-11-001191
10-K2011-02-24fiscal FY 201033860001188112-11-000348
10-Q2010-11-04fiscal Q3 201034840001188112-10-003041

Inspect the source

Entity
Internap Corp / CIK 0001056386
Captured
SEC response SHA-256
154e3ef5048e1df691fab9695a7ca041534c831843227f2fced4d9972ea6e574

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