Skip to content

CIM Income NAV, Inc.: filings

Every CIM Income NAV, 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-11-15

The latest filing in this captured record is a 10-Q filed 2021-11-15. No later filing is in the SEC companyfacts record captured on 2026-09-23. CIM Income NAV, 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-11-15fiscal Q3 202124710001498542-21-000137
10-Q2021-08-16fiscal Q2 202124690001498542-21-000086
10-Q2021-05-14fiscal Q1 202124530001498542-21-000058
10-K2021-03-31fiscal FY 202024840001498542-21-000032
10-Q2020-11-13fiscal Q3 202024710001498542-20-000125
10-Q2020-08-13fiscal Q2 202024690001498542-20-000078
10-Q2020-05-15fiscal Q1 202024530001498542-20-000047
10-K2020-03-30fiscal FY 201925850001498542-20-000025
10-Q2019-11-13fiscal Q3 201924710001498542-19-000091
10-Q2019-08-12fiscal Q2 201924690001498542-19-000058
10-Q2019-05-10fiscal Q1 201924530001498542-19-000031
10-K2019-03-26fiscal FY 201825930001498542-19-000014
10-Q2018-11-14fiscal Q3 201823650001498542-18-000101
10-Q2018-08-13fiscal Q2 201822630001498542-18-000069
10-Q2018-05-14fiscal Q1 201822490001498542-18-000043
10-K2018-03-30fiscal FY 201724920001498542-18-000025
10-Q2017-11-14fiscal Q3 201721580001498542-17-000097
10-Q2017-08-11fiscal Q2 201720560001498542-17-000074
10-Q2017-05-12fiscal Q1 201720420001498542-17-000049
10-K2017-03-28fiscal FY 201623870001498542-17-000025
10-Q2016-11-10fiscal Q3 201619520001498542-16-000135
10-Q2016-08-12fiscal Q2 201620540001498542-16-000110
10-Q2016-05-16fiscal Q1 201620410001498542-16-000091
10-K2016-03-29fiscal FY 201522840001498542-16-000073
10-Q2015-11-13fiscal Q3 201519560001498542-15-000057
10-Q2015-08-13fiscal Q2 201519560001498542-15-000037
10-Q2015-05-14fiscal Q1 201519400001498542-15-000019
10-K2015-03-30fiscal FY 201421810001498542-15-000009
10-Q2014-11-13fiscal Q3 201419560001498542-14-000077
10-Q2014-08-12fiscal Q2 201419560001498542-14-000045
10-Q2014-05-13fiscal Q1 201419400001498542-14-000029
10-K2014-03-28fiscal FY 201321810001498542-14-000018
10-Q2013-11-08fiscal Q3 201319560001498542-13-000082
10-Q2013-08-08fiscal Q2 201320580001498542-13-000051
10-Q2013-05-14fiscal Q1 201320420001498542-13-000036
10-K2013-03-28fiscal FY 201220740001498542-13-000021
10-Q2012-11-09fiscal Q3 201219340001498542-12-000054
10-Q2012-08-14fiscal Q2 201217300001498542-12-000041
10-Q2012-05-15fiscal Q1 201217230001193125-12-231971
10-K2012-03-30fiscal FY 201117260001193125-12-143017

Inspect the source

Entity
CIM Income NAV, Inc. / CIK 0001498542
Captured
SEC response SHA-256
c682bfd4df79dc8534be9fa4f3ab89135bccc4d3c3ef87709719ccd40881e5ca

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