Skip to content

Veeva Systems Inc.: filings

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

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-Q2026-08-27fiscal Q2 2027491370001393052-26-000036
10-Q2026-06-05fiscal Q1 2027491010001393052-26-000026
10-K2026-03-20fiscal FY 2026531360001393052-26-000014
10-Q2025-11-21fiscal Q3 2026481350001393052-25-000078
10-Q2025-08-29fiscal Q2 2026481350001393052-25-000067
10-Q2025-06-02fiscal Q1 202648990001393052-25-000042
10-K2025-03-24fiscal FY 2025521320001393052-25-000022
10-Q2024-12-09fiscal Q3 2025501370001393052-24-000075
10-Q2024-09-04fiscal Q2 2025501360001393052-24-000062
10-Q2024-06-04fiscal Q1 2025501020001393052-24-000024
10-K2024-03-25fiscal FY 2024521330001393052-24-000013
10-Q2023-12-07fiscal Q3 2024501570001393052-23-000066
10-Q2023-09-01fiscal Q2 2024491560001393052-23-000051
10-Q2023-06-02fiscal Q1 2024491020001393052-23-000034
10-K2023-03-30fiscal FY 2023521350001393052-23-000025
10-Q2022-12-07fiscal Q3 2022491560001393052-22-000048
10-Q2022-09-02fiscal Q2 2022491560001393052-22-000036
10-Q2022-06-03fiscal Q1 2022491030001393052-22-000025
10-K2022-03-30fiscal FY 2021521370001393052-22-000017
10-Q2021-12-03fiscal Q3 2022491570001393052-21-000040
10-Q2021-09-03fiscal Q2 2022491570001393052-21-000034
10-Q2021-06-04fiscal Q1 2022491030001393052-21-000028
10-K2021-03-30fiscal FY 2021521850001393052-21-000015
10-Q2020-12-09fiscal Q3 2021501620001628280-20-017286
10-Q2020-09-08fiscal Q2 2021511650001628279-20-000207
10-Q2020-06-04fiscal Q1 2021521090001628280-20-008982
10-K2020-03-30fiscal FY 2020531850001628280-20-004385
10-Q2019-12-05fiscal Q3 2020521650001628280-19-014779
10-Q2019-09-05fiscal Q2 2020511630001628280-19-011445
10-Q2019-06-06fiscal Q1 2020491000001564590-19-021933
10-K2019-03-28fiscal FY 2019481780001564590-19-009853
10-Q2018-12-07fiscal Q3 2019461510001564590-18-030635
10-Q2018-09-06fiscal Q2 2019461510001564590-18-022767
10-Q2018-06-07fiscal Q1 201945930001564590-18-015244
10-K2018-03-30fiscal FY 2018431630001564590-18-007164
10-Q2017-12-06fiscal Q3 2018411320001564590-17-024561
10-Q2017-09-07fiscal Q2 2018411320001564590-17-018414
10-Q2017-06-08fiscal Q1 201841840001564590-17-012336
10-K2017-03-30fiscal FY 2017431630001564590-17-005637
10-Q2016-12-08fiscal Q3 2017411320001564590-16-030006
10-Q2016-09-08fiscal Q2 2017411300001564590-16-025058
10-Q2016-06-08fiscal Q1 201741830001564590-16-020379
10-K2016-03-31fiscal FY 2016431630001564590-16-015753
10-Q2015-12-10fiscal Q3 2016421330001564590-15-011387
10-Q2015-09-04fiscal Q2 2016401280001564590-15-007757
10-Q2015-06-04fiscal Q1 201638780001564590-15-004860
10-K2015-04-01fiscal FY 2015412220001564590-15-002300
10-Q2014-12-11fiscal Q3 2015411300001564590-14-006187
10-Q2014-09-11fiscal Q2 2015401220001564590-14-004069
10-Q2014-06-06fiscal Q1 201540800001193125-14-228721
10-K2014-03-18fiscal FY 2013472100001193125-14-103258
10-Q2013-12-13fiscal Q3 2013461450001193125-13-473368

Inspect the source

Entity
Veeva Systems Inc. / CIK 0001393052
Captured
2026-09-20T07:59:36.092Z
SEC response SHA-256
c2624d24b7f8e7939be966eb22c27d2d0b6f1b361bf51656bff51b88a4588804

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