Skip to content

VEREIT, INC.: filings

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

Filing record ends 2021-10-29

The latest filing in this captured record is a 10-Q filed 2021-10-29. No later filing is in the SEC companyfacts record captured on 2026-09-22. VEREIT, 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-10-29fiscal Q3 2021391220001507385-21-000218
10-Q2021-08-05fiscal Q2 2021391180001507385-21-000179
10-Q2021-05-06fiscal Q1 202137800001507385-21-000126
10-K2021-02-24fiscal FY 2020381250001507385-21-000042
10-Q2020-11-05fiscal Q3 2020371140001507385-20-000178
10-Q2020-08-06fiscal Q2 2020371100001507385-20-000139
10-Q2020-05-20fiscal Q1 202037800001507385-20-000084
10-K2020-02-26fiscal FY 2019361190001507385-20-000034
10-Q2019-11-06fiscal Q3 2019351060001507385-19-000161
10-Q2019-08-07fiscal Q2 2019371100001507385-19-000123
10-Q2019-05-08fiscal Q1 201937800001507385-19-000091
10-K2019-02-21fiscal FY 2018331120001507385-19-000026
10-Q2018-11-06fiscal Q3 2018341100001507385-18-000149
10-Q2018-08-03fiscal Q2 2018341020001507385-18-000122
10-Q2018-05-04fiscal Q1 201834740001507385-18-000082
10-K2018-02-22fiscal FY 2017331150001507385-18-000030
10-Q2017-11-08fiscal Q3 2017351040001507385-17-000112
10-Q2017-08-03fiscal Q2 2017341020001507385-17-000087
10-Q2017-05-04fiscal Q1 201732680001507385-17-000055
10-K2017-02-23fiscal FY 2016361330001507385-17-000019
10-Q2016-11-02fiscal Q3 2016351060001507385-16-000184
10-Q2016-08-03fiscal Q2 201631920001507385-16-000168
10-Q2016-05-05fiscal Q1 201631680001507385-16-000136
10-K2016-02-24fiscal FY 2015341260001507385-16-000097
10-Q2015-11-05fiscal Q3 201532920001507385-15-000079
10-Q2015-08-06fiscal Q2 201530860001507385-15-000065
10-Q2015-05-07fiscal Q1 201530640001507385-15-000039
10-K2015-03-30fiscal FY 2014341020001507385-15-000030
10-Q/A2015-03-13fiscal Q3 201431960001193125-15-089664
10-Q/A2015-03-13fiscal Q2 201431960001193125-15-089646
10-Q/A2015-03-13fiscal Q1 201432730001193125-15-089635
10-K/A2015-03-13fiscal FY 201330900001193125-15-089630
10-Q2014-07-29fiscal Q2 201429770001507385-14-000028
10-Q2014-05-08fiscal Q1 201431630001507385-14-000019
10-K2014-02-27fiscal FY 201328820001507385-14-000004
10-Q2013-11-07fiscal Q3 201327750001507385-13-000038
10-Q2013-08-06fiscal Q2 201327750001507385-13-000023
10-Q2013-05-06fiscal Q1 201327550001507385-13-000013
10-K2013-02-28fiscal FY 201226830001507385-13-000004
10-Q2012-10-29fiscal Q3 201223640001507385-12-000016
10-Q2012-08-01fiscal Q2 201223640001507385-12-000013
10-Q2012-05-09fiscal Q1 201222430001507385-12-000009
10-K2012-03-19fiscal FY 201121350001507385-12-000004
10-Q2011-11-14fiscal Q3 201119280001445305-11-003407
10-Q2011-08-12fiscal Q2 20119200001144204-11-046146

Inspect the source

Entity
VEREIT, INC. / CIK 0001507385
Captured
SEC response SHA-256
f49b2739bfa5df6c50d6112c1f24866e4d49465737ec92fb49b610ece99f020a

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