Skip to content

PayPal Holdings, Inc.: filings

Every PayPal Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-05-05fiscal Q1 2026501040001633917-26-000067
10-K2026-02-03fiscal FY 2025561490001633917-26-000024
10-Q2025-10-28fiscal Q3 2025501470001633917-25-000196
10-Q2025-07-29fiscal Q2 2025501430001633917-25-000161
10-Q2025-04-29fiscal Q1 2025491030001633917-25-000064
10-K2025-02-04fiscal FY 2024561490001633917-25-000019
10-Q2024-10-29fiscal Q3 2024501470001633917-24-000110
10-Q2024-07-30fiscal Q2 2024501430001633917-24-000098
10-Q2024-04-30fiscal Q1 2024491030001633917-24-000048
10-K2024-02-08fiscal FY 2023571510001633917-24-000024
10-Q2023-11-02fiscal Q3 2023501470001633917-23-000156
10-Q2023-08-03fiscal Q2 2023511450001633917-23-000117
10-Q2023-05-09fiscal Q1 2023511070001633917-23-000072
10-K2023-02-10fiscal FY 2022571520001633917-23-000033
10-Q2022-11-04fiscal Q3 2022511490001633917-22-000167
10-Q2022-08-03fiscal Q2 2022511450001633917-22-000137
10-Q2022-04-28fiscal Q1 2022511070001633917-22-000088
10-K2022-02-03fiscal FY 2021571520001633917-22-000027
10-Q2021-11-09fiscal Q3 2021511490001633917-21-000169
10-Q2021-07-29fiscal Q2 2021511450001633917-21-000149
10-Q2021-05-06fiscal Q1 2021501050001633917-21-000100
10-K2021-02-05fiscal FY 2020561970001633917-21-000018
10-Q2020-11-03fiscal Q3 2020501450001633917-20-000169
10-Q2020-07-30fiscal Q2 2020501410001633917-20-000134
10-Q2020-05-07fiscal Q1 2020501050001633917-20-000093
10-K2020-02-06fiscal FY 2019561940001633917-20-000028
10-Q2019-10-24fiscal Q3 2019481380001633917-19-000210
10-Q2019-07-25fiscal Q2 2019491380001633917-19-000180
10-Q2019-04-25fiscal Q1 2019491010001633917-19-000118
10-K2019-02-07fiscal FY 2018521890001633917-19-000043
10-Q2018-10-23fiscal Q3 2018481360001633917-18-000203
10-Q2018-07-26fiscal Q2 2018451240001633917-18-000171
10-Q2018-04-26fiscal Q1 201844910001633917-18-000096
10-K2018-02-07fiscal FY 2017471700001633917-18-000029
10-Q2017-10-24fiscal Q3 2017411150001633917-17-000171
10-Q2017-07-27fiscal Q2 2017421160001633917-17-000136
10-Q2017-04-27fiscal Q1 201742860001633917-17-000075
10-K2017-02-08fiscal FY 2016471700001633917-17-000027
10-Q2016-10-25fiscal Q3 2016421170001633917-16-000243
10-Q2016-07-26fiscal Q2 2016421160001633917-16-000203
10-Q2016-04-28fiscal Q1 201642870001633917-16-000161
10-K2016-02-11fiscal FY 2015461630001633917-16-000113
10-Q2015-10-29fiscal Q3 2015381090001633917-15-000052
10-Q2015-07-29fiscal Q2 2015351040001633917-15-000008

Inspect the source

Entity
PayPal Holdings, Inc. / CIK 0001633917
Captured
2026-09-21T17:22:23.749Z
SEC response SHA-256
1e4bee2c3cd8df25384bb009f13c01a0f8ee8ba8b545c84102672c7004555999

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