Skip to content

BOINGO WIRELESS, INC.: filings

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

Filing record ends 2021-05-10

The latest filing in this captured record is a 10-Q filed 2021-05-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. BOINGO WIRELESS, 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-Q2021-05-10fiscal Q1 2021541100001558370-21-006692
10-K2021-03-01fiscal FY 2020571520001558370-21-002183
10-Q2020-11-09fiscal Q3 2020541490001104659-20-123115
10-Q2020-08-07fiscal Q2 2020531440001104659-20-091938
10-Q2020-05-08fiscal Q1 2020531080001104659-20-058607
10-K2020-03-02fiscal FY 2019571730001104659-20-027866
10-Q2019-11-08fiscal Q3 2019531470001104659-19-061790
10-Q2019-08-05fiscal Q2 2019511370001410578-19-000657
10-Q2019-05-10fiscal Q1 2019501010001104659-19-028578
10-K2019-03-01fiscal FY 2018501600001047469-19-000834
10-Q2018-11-05fiscal Q3 2018471340001104659-18-065938
10-Q2018-08-06fiscal Q2 2018461270001104659-18-049845
10-Q2018-05-08fiscal Q1 201845950001104659-18-031366
10-K2018-03-12fiscal FY 2017471400001047469-18-001548
10-Q2017-11-08fiscal Q3 2017441180001104659-17-066934
10-Q2017-08-04fiscal Q2 2017441180001104659-17-049563
10-Q2017-05-08fiscal Q1 201741840001104659-17-030568
10-K2017-03-13fiscal FY 2016441310001047469-17-001506
10-Q2016-11-07fiscal Q3 2016411120001104659-16-155149
10-Q2016-08-08fiscal Q2 2016411120001104659-16-137866
10-Q2016-05-09fiscal Q1 201641840001104659-16-119269
10-K2016-03-11fiscal FY 2015431280001047469-16-011022
10-Q2015-11-09fiscal Q3 2015411120001104659-15-077211
10-Q2015-08-10fiscal Q2 2015411120001104659-15-058163
10-Q2015-05-11fiscal Q1 201542850001104659-15-036798
10-K2015-03-16fiscal FY 2014431420001047469-15-002268
10-Q2014-11-10fiscal Q3 2014411110001558370-14-000371
10-Q2014-08-11fiscal Q2 2014391050001104659-14-059320
10-Q2014-05-12fiscal Q1 201438780001104659-14-037610
10-K2014-03-17fiscal FY 2013411560001047469-14-002511
10-Q2013-11-12fiscal Q3 2013401070001104659-13-083532
10-Q2013-08-09fiscal Q2 2013391050001104659-13-062258
10-Q2013-05-10fiscal Q1 201339790001104659-13-040247
10-K2013-03-18fiscal FY 2012411400001047469-13-002995
10-Q2012-11-14fiscal Q3 2012411190001104659-12-077827
10-Q2012-08-14fiscal Q2 2012411180001104659-12-057796
10-Q2012-05-11fiscal Q1 201237750001104659-12-036467
10-K2012-04-13fiscal FY 201137970001047469-12-004286
10-Q2011-11-10fiscal Q3 2011361000001104659-11-063112
10-Q2011-08-11fiscal Q2 2011401070001104659-11-046075

Inspect the source

Entity
BOINGO WIRELESS, INC. / CIK 0001169988
Captured
SEC response SHA-256
aebbbc5100e1e89b1a0e925f97fb10206f8a6abf55b366db7370dbf0097b5da8

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