Skip to content

MOBILE MINI INC: filings

Every MOBILE MINI 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 2020-05-06

The latest filing in this captured record is a 10-Q filed 2020-05-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. MOBILE MINI 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-Q2020-05-06fiscal Q1 202043870001564590-20-022029
10-K2020-02-03fiscal FY 2019461590001564590-20-003072
10-Q2019-11-01fiscal Q3 2019441190001564590-19-039392
10-Q2019-07-26fiscal Q2 2019441150001564590-19-026339
10-Q2019-04-23fiscal Q1 201943830001564590-19-012490
10-K2019-02-05fiscal FY 2018431580001564590-19-001953
10-Q2018-10-19fiscal Q3 2018391030001564590-18-024506
10-Q2018-07-26fiscal Q2 2018391030001564590-18-017570
10-Q2018-04-20fiscal Q1 201835710001564590-18-008570
10-K2018-02-05fiscal FY 2017371400001564590-18-001284
10-Q2017-10-20fiscal Q3 201735950001564590-17-019690
10-Q2017-07-21fiscal Q2 201735950001564590-17-013781
10-Q2017-04-27fiscal Q1 201735700001564590-17-007525
10-K2017-02-02fiscal FY 2016381430001564590-17-000888
10-Q2016-10-25fiscal Q3 201634940001564590-16-026089
10-Q2016-07-28fiscal Q2 201634940001564590-16-021710
10-Q2016-04-28fiscal Q1 201635710001564590-16-016941
10-K2016-02-05fiscal FY 2015401470001564590-16-012409
10-Q2015-10-22fiscal Q3 201534900001193125-15-350555
10-Q2015-07-23fiscal Q2 201534900001193125-15-261033
10-Q2015-04-30fiscal Q1 201533680001193125-15-161534
10-K2015-02-27fiscal FY 2014401450001193125-15-070030
10-Q2014-10-23fiscal Q3 201435890001193125-14-380122
10-Q2014-07-30fiscal Q2 201435890001193125-14-287095
10-Q2014-04-30fiscal Q1 201435690001193125-14-171613
10-K2014-02-14fiscal FY 2013391420001193125-14-055157
10-Q2013-11-08fiscal Q3 201333880001193125-13-435024
10-Q2013-08-09fiscal Q2 201333880001193125-13-329094
10-Q2013-05-09fiscal Q1 201333680001193125-13-210625
10-K2013-03-01fiscal FY 2012381520001193125-13-087336
10-Q2012-11-09fiscal Q3 201234920001193125-12-462763
10-Q2012-08-09fiscal Q2 201234920001193125-12-347831
10-Q2012-05-10fiscal Q1 201234700001193125-12-225636
10-K2012-02-29fiscal FY 2011381340001193125-12-088994
10-Q2011-11-09fiscal Q3 201134920001193125-11-304338
10-Q2011-08-09fiscal Q2 201134920001193125-11-216262
10-Q2011-05-10fiscal Q1 201129600000950123-11-048173
10-K2011-03-01fiscal FY 201030830000950123-11-020660
10-Q2010-11-05fiscal Q3 201029760000950123-10-101831
10-Q2010-08-06fiscal Q2 201029760000950123-10-074293

Inspect the source

Entity
MOBILE MINI INC / CIK 0000911109
Captured
SEC response SHA-256
0cf6b91a68e8b6891f5bb1f717eb7b250df6b0258a8bcf9d9812605abbaa684b

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