Skip to content

Glu Mobile Inc.: filings

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

Filing record ends 2021-02-26

The latest filing in this captured record is a 10-K filed 2021-02-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. Glu Mobile 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-K2021-02-26fiscal FY 2020502240001558370-21-002009
10-Q2020-11-09fiscal Q3 2020461330001558370-20-013355
10-Q2020-08-07fiscal Q2 2020451270001558370-20-009967
10-Q2020-05-11fiscal Q1 202044900001558370-20-006292
10-K2020-02-28fiscal FY 2019502190001558370-20-001804
10-Q2019-11-08fiscal Q3 2019411090001558370-19-010596
10-Q2019-08-08fiscal Q2 2019451250001558370-19-007688
10-Q2019-05-10fiscal Q1 201946950001558370-19-004856
10-K2019-02-28fiscal FY 2018492180001558370-19-001331
10-Q2018-11-08fiscal Q3 2018391080001558370-18-009040
10-Q2018-08-08fiscal Q2 2018401120001558370-18-006747
10-Q2018-05-09fiscal Q1 201840870001558370-18-004489
10-K2018-03-09fiscal FY 2017462050001558370-18-001808
10-Q2017-11-09fiscal Q3 201737990001558370-17-008610
10-Q2017-08-07fiscal Q2 2017371020001558370-17-006140
10-Q2017-05-08fiscal Q1 201733690001558370-17-003809
10-K2017-03-10fiscal FY 2016462120001558370-17-001621
10-Q2016-11-09fiscal Q3 2016411210001558370-16-009832
10-Q2016-08-09fiscal Q2 2016371050001558370-16-007781
10-Q2016-05-06fiscal Q1 201641850001558370-16-005574
10-K2016-03-04fiscal FY 2015472180001558370-16-003851
10-Q2015-11-09fiscal Q3 2015431230001558370-15-002465
10-Q2015-08-07fiscal Q2 2015391070001558370-15-001539
10-Q2015-05-11fiscal Q1 201541840001558370-15-000878
10-K2015-03-13fiscal FY 2014472180001558370-15-000352
10-Q2014-11-10fiscal Q3 2014421230001193125-14-406239
10-Q2014-08-11fiscal Q2 2014381070001193125-14-304837
10-Q2014-05-12fiscal Q1 201442870001193125-14-194750
10-K2014-03-14fiscal FY 2013451990001193125-14-100352
10-Q2013-11-08fiscal Q3 2013411130001193125-13-435305
10-Q2013-08-09fiscal Q2 2013411130001193125-13-329388
10-Q/A2013-08-09fiscal Q1 201341850001193125-13-329343
10-K/A2013-08-09fiscal FY 2012462340001193125-13-329310
10-Q2013-05-10fiscal Q1 201341850001193125-13-213834
10-K2013-03-15fiscal FY 2012462020001193125-13-109950
10-Q2012-11-09fiscal Q3 2012411130001193125-12-463206
10-Q2012-08-09fiscal Q2 2012411110001193125-12-347388
10-Q2012-05-10fiscal Q1 201239790001193125-12-225584
10-K2012-03-14fiscal FY 2011391030001193125-12-115191
10-Q2011-11-14fiscal Q3 2011381010000950123-11-098359
10-Q2011-08-15fiscal Q2 2011381000000950123-11-077564

Inspect the source

Entity
Glu Mobile Inc. / CIK 0001366246
Captured
SEC response SHA-256
85454861bc606b27fd5764fcc45ef0837d919be558ee9b9d7b83f28c87ab32a2

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