Skip to content

SVB Financial Group: filings

Every SVB Financial Group annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

Filing record ends 2023-02-24

The latest filing in this captured record is a 10-K filed 2023-02-24. No later filing is in the SEC companyfacts record captured on 2026-09-22. SVB Financial Group 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-K2023-02-24fiscal FY 2022401060000719739-23-000021
10-Q2022-11-07fiscal Q3 202235970000719739-22-000081
10-Q2022-08-08fiscal Q2 202235970000719739-22-000055
10-Q2022-05-06fiscal Q1 202235730000719739-22-000040
10-K2022-03-01fiscal FY 2021401030000719739-22-000023
10-Q2021-11-08fiscal Q3 202136990000719739-21-000071
10-Q2021-08-06fiscal Q2 202136990000719739-21-000060
10-Q2021-05-10fiscal Q1 202136750000719739-21-000036
10-K2021-03-01fiscal FY 2020401510000719739-21-000023
10-Q2020-11-05fiscal Q3 2020371050000719739-20-000074
10-Q2020-08-07fiscal Q2 2020371050000719739-20-000055
10-Q2020-05-11fiscal Q1 202037770000719739-20-000036
10-K2020-02-28fiscal FY 2019391470000719739-20-000016
10-Q2019-11-12fiscal Q3 2019361020000719739-19-000075
10-Q2019-08-09fiscal Q2 2019351000000719739-19-000052
10-Q2019-05-09fiscal Q1 201935730000719739-19-000034
10-K2019-02-28fiscal FY 2018321330000719739-19-000018
10-Q2018-11-09fiscal Q3 201828850000719739-18-000049
10-Q2018-08-07fiscal Q2 201828830000719739-18-000038
10-Q2018-05-08fiscal Q1 201828610000719739-18-000024
10-K2018-02-28fiscal FY 2017301280000719739-18-000011
10-Q2017-11-08fiscal Q3 201727800000719739-17-000062
10-Q2017-08-07fiscal Q2 201727800000719739-17-000049
10-Q2017-05-10fiscal Q1 201727580000719739-17-000021
10-K2017-02-28fiscal FY 2016311310000719739-17-000012
10-Q2016-11-08fiscal Q3 201627780000719739-16-000114
10-Q2016-08-08fiscal Q2 201627780000719739-16-000095
10-Q2016-05-10fiscal Q1 201627580000719739-16-000085
10-K2016-02-26fiscal FY 2015311310000719739-16-000073
10-Q2015-11-06fiscal Q3 201528820000719739-15-000059
10-Q2015-08-07fiscal Q2 201528820000719739-15-000048
10-Q2015-05-11fiscal Q1 201527580000719739-15-000034
10-K2015-02-26fiscal FY 2014311320000719739-15-000022
10-Q2014-11-07fiscal Q3 201428830000719739-14-000044
10-Q2014-08-08fiscal Q2 201428830000719739-14-000034
10-Q2014-05-09fiscal Q1 201427580000719739-14-000021
10-K2014-02-27fiscal FY 2013301280000719739-14-000012
10-Q2013-11-08fiscal Q3 201327800000719739-13-000054
10-Q2013-08-08fiscal Q2 201327800000719739-13-000040
10-Q2013-05-10fiscal Q1 201327580000719739-13-000019
10-K2013-02-27fiscal FY 2012301280000719739-13-000009
10-Q2012-11-09fiscal Q3 201227800000719739-12-000011
10-Q2012-08-08fiscal Q2 201226760001193125-12-344003
10-Q2012-05-10fiscal Q1 201227580001193125-12-225234
10-K2012-02-28fiscal FY 2011311310001193125-12-085818
10-Q2011-11-04fiscal Q3 201127780001193125-11-297377
10-Q2011-08-05fiscal Q2 201128800001193125-11-212416
10-Q2011-05-06fiscal Q1 201125540001193125-11-130721
10-K2011-02-25fiscal FY 201027720001193125-11-047635
10-Q2010-11-05fiscal Q3 201026720001193125-10-250157
10-Q2010-08-06fiscal Q2 201026720001193125-10-181548

Inspect the source

Entity
SVB Financial Group / CIK 0000719739
Captured
SEC response SHA-256
2b1278480cfaa1439509ba399dcff93565427be053b9b9f43e4c27f581a15c31

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