Skip to content

NII HOLDINGS INC: filings

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

Filing record ends 2019-11-05

The latest filing in this captured record is a 10-Q filed 2019-11-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. NII 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-Q2019-11-05fiscal Q3 2019311040001037016-19-000033
10-Q2019-08-06fiscal Q2 2019311000001037016-19-000025
10-Q2019-05-10fiscal Q1 201944980001037016-19-000018
10-K2019-03-18fiscal FY 2018451230001037016-19-000008
10-Q2018-11-08fiscal Q3 2018391040001037016-18-000045
10-Q2018-08-07fiscal Q2 2018371000001037016-18-000030
10-Q2018-05-08fiscal Q1 201838760001037016-18-000018
10-Q2017-11-09fiscal Q3 2017371020001037016-17-000046
10-Q2017-08-09fiscal Q2 2017361000001037016-17-000032
10-Q2017-05-10fiscal Q1 201736740001037016-17-000015
10-Q2015-11-05fiscal Q3 201512360001037016-15-000055
10-Q2015-08-07fiscal Q2 201512250001037016-15-000035
10-Q2015-05-07fiscal Q1 201538770001037016-15-000015
10-K2015-03-10fiscal FY 2014431260001037016-15-000007
10-Q2014-11-10fiscal Q3 2014401070001037016-14-000058
10-Q2014-08-11fiscal Q2 2014401080001037016-14-000041
10-Q2014-05-12fiscal Q1 201440830001037016-14-000023
10-K2014-02-28fiscal FY 2013471430001037016-14-000005
10-Q2013-10-31fiscal Q3 2013401140001037016-13-000051
10-Q2013-08-01fiscal Q2 2013421220001037016-13-000034
10-Q2013-05-02fiscal Q1 201343880001037016-13-000015
10-K2013-02-28fiscal FY 2012471630001037016-13-000008
10-Q/A2012-11-19fiscal Q2 2012431260001037016-12-000056
10-Q/A2012-11-19fiscal Q1 201242860001037016-12-000054
10-K/A2012-11-19fiscal FY 2011471620001037016-12-000052
10-Q2012-11-08fiscal Q3 2012431260001037016-12-000047
10-Q2012-08-07fiscal Q2 2012423040001037016-12-000030
10-Q2012-05-09fiscal Q1 201241840001037016-12-000017
10-K2012-02-23fiscal FY 2011461590001037016-12-000006
10-Q2011-11-08fiscal Q3 2011391080001193125-11-300229
10-Q2011-08-04fiscal Q2 2011391080000950123-11-072911
10-Q2011-05-05fiscal Q1 201139800000950123-11-045708
10-K2011-02-24fiscal FY 2010471610000950123-11-017926
10-Q2010-11-09fiscal Q3 2010391060000950123-10-103418
10-Q2010-08-06fiscal Q2 201037980000950123-10-074367
10-Q2010-05-06fiscal Q1 201039800000950123-10-045637
10-K2010-02-25fiscal FY 2009401070000950123-10-017111
10-Q2009-11-04fiscal Q3 2009411120000950123-09-057710
10-Q2009-08-05fiscal Q2 2009361020000950123-09-030389

3 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
NII HOLDINGS INC / CIK 0001037016
Captured
SEC response SHA-256
b747c42c25adaa62e5a754be1012e6bf00af367314e00fd971015cd9f51706e7

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