Skip to content

SunTrust Banks, Inc: filings

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

Filing record ends 2019-10-31

The latest filing in this captured record is a 10-Q filed 2019-10-31. No later filing is in the SEC companyfacts record captured on 2026-09-22. SunTrust Banks, 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-Q2019-10-31fiscal Q3 2019331030000750556-19-000196
10-Q2019-08-02fiscal Q2 201930990000750556-19-000160
10-Q2019-05-06fiscal Q1 201930660000750556-19-000143
10-K2019-02-22fiscal FY 201835920000750556-19-000103
10-Q2018-11-02fiscal Q3 201828920000750556-18-000220
10-Q2018-08-03fiscal Q2 201828920000750556-18-000186
10-Q2018-05-04fiscal Q1 201827620000750556-18-000141
10-K2018-02-23fiscal FY 201733890000750556-18-000079
10-Q2017-11-03fiscal Q3 201727880000750556-17-000171
10-Q2017-08-04fiscal Q2 201727880000750556-17-000133
10-Q2017-05-04fiscal Q1 201727620000750556-17-000104
10-K2017-02-24fiscal FY 201633890000750556-17-000066
10-Q2016-11-04fiscal Q3 201627880000750556-16-000364
10-Q2016-08-04fiscal Q2 201630940000750556-16-000337
10-Q2016-05-04fiscal Q1 201630680000750556-16-000310
10-K2016-02-23fiscal FY 201535980000750556-16-000251
10-Q2015-11-06fiscal Q3 201530960000750556-15-000162
10-Q2015-08-05fiscal Q2 201530960000750556-15-000133
10-Q2015-05-07fiscal Q1 201530680000750556-15-000104
10-K2015-02-24fiscal FY 2014361000000750556-15-000065
10-Q2014-11-07fiscal Q3 201430960000750556-14-000179
10-Q2014-08-06fiscal Q2 201430960000750556-14-000147
10-Q2014-05-07fiscal Q1 201430680000750556-14-000117
10-K2014-02-24fiscal FY 2013381040000750556-14-000064
10-Q2013-11-08fiscal Q3 201330970000750556-13-000180
10-Q2013-08-08fiscal Q2 201330960000750556-13-000143
10-Q2013-05-07fiscal Q1 201329660000750556-13-000114
10-K2013-02-27fiscal FY 2012371010000750556-13-000052
10-Q2012-11-07fiscal Q3 201230920000750556-12-000192
10-Q2012-08-01fiscal Q2 201230940000750556-12-000152
10-Q2012-05-04fiscal Q1 201230680000750556-12-000115
10-K2012-02-24fiscal FY 2011361030000750556-12-000053
10-Q2011-11-04fiscal Q3 201130940000750556-11-000187
10-Q2011-08-09fiscal Q2 201130930001193125-11-216131
10-Q2011-05-06fiscal Q1 201129630001193125-11-129710
10-K2011-02-25fiscal FY 201032880001193125-11-046750
10-Q2010-11-05fiscal Q3 201028850001193125-10-250319
10-Q2010-08-06fiscal Q2 201028850001193125-10-181040
10-Q2010-05-05fiscal Q1 201026560001193125-10-107560
10-K2010-02-23fiscal FY 200929790001193125-10-037170
10-Q2009-11-04fiscal Q3 200927760001193125-09-222385
10-Q2009-08-10fiscal Q2 200926720001193125-09-169479

Inspect the source

Entity
SunTrust Banks, Inc / CIK 0000750556
Captured
SEC response SHA-256
8a3aac6733858da4eb00b2104af3e558a8390092945be913ee4db7e8e058c964

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