Skip to content

DIGITALGLOBE, INC.: filings

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

Filing record ends 2017-07-26

The latest filing in this captured record is a 10-Q filed 2017-07-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. DIGITALGLOBE, 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-Q2017-07-26fiscal Q2 2017431090001558370-17-005351
10-Q2017-05-02fiscal Q1 201739770001558370-17-003268
10-K2017-02-27fiscal FY 2016421740001558370-17-001064
10-Q2016-10-25fiscal Q3 2016401060001558370-16-008707
10-Q2016-07-28fiscal Q2 2016391040001558370-16-006889
10-Q2016-04-27fiscal Q1 201639800001558370-16-004907
10-K2016-02-25fiscal FY 2015451990001558370-16-003536
10-Q2015-10-29fiscal Q3 2015421150001558370-15-002040
10-Q2015-07-30fiscal Q2 2015421130001558370-15-001266
10-Q2015-04-30fiscal Q1 201541810001558370-15-000643
10-K2015-02-26fiscal FY 2014452010001558370-15-000193
10-Q2014-10-30fiscal Q3 2014411120001558370-14-000234
10-Q2014-07-31fiscal Q2 2014401100001104659-14-055512
10-Q2014-05-01fiscal Q1 201438770001104659-14-033511
10-K2014-02-26fiscal FY 2013441930001104659-14-013405
10-Q2013-10-31fiscal Q3 2013411100001104659-13-079490
10-Q2013-08-06fiscal Q2 2013441130001193125-13-321738
10-Q2013-05-07fiscal Q1 201343840001193125-13-204660
10-K2013-02-26fiscal FY 2012421740001193125-13-077044
10-Q2012-10-31fiscal Q3 201233610001193125-12-442367
10-Q2012-07-31fiscal Q2 201235730001193125-12-325858
10-Q2012-05-01fiscal Q1 201233680001193125-12-200736
10-K2012-02-29fiscal FY 2011391080001193125-12-089204
10-Q2011-11-01fiscal Q3 201139960001193125-11-290738
10-Q2011-08-02fiscal Q2 201138930001193125-11-206338
10-Q2011-05-03fiscal Q1 201137730000950123-11-043834

Inspect the source

Entity
DIGITALGLOBE, INC. / CIK 0001208208
Captured
SEC response SHA-256
304f34a46c593274f5fa8e08df9702a4f5ea34967fb75189d15c5474b1dd0908

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