Skip to content

PROSHARES TRUST II: filings

Every PROSHARES TRUST II annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-07fiscal Q2 202613380001193125-26-340159
10-Q2026-05-08fiscal Q1 202613300001193125-26-214433
10-K2026-02-26fiscal FY 202512350001193125-26-077441
10-Q2025-11-07fiscal Q3 202512340001193125-25-272134
10-Q2025-08-08fiscal Q2 202512340001193125-25-176892
10-Q2025-05-09fiscal Q1 202512280001193125-25-116684
10-K2025-02-28fiscal FY 202412350001193125-25-039791
10-Q2024-11-18fiscal Q3 202412340001193125-24-261004
10-Q/A2024-11-18fiscal Q2 202412340001193125-24-261001
10-Q/A2024-11-18fiscal Q1 202412280001193125-24-260994
10-K/A2024-11-18fiscal FY 202312350001193125-24-260991
10-Q2024-08-08fiscal Q2 202412340001193125-24-196799
10-Q2024-05-09fiscal Q1 202412280001193125-24-134425
10-K2024-02-28fiscal FY 202312350001193125-24-050920
10-Q2023-11-06fiscal Q3 202312340001193125-23-271363
10-Q2023-08-08fiscal Q2 202312340001193125-23-206111
10-Q2023-05-08fiscal Q1 202312280001193125-23-138309
10-K2023-02-28fiscal FY 202212350001193125-23-054105
10-Q2022-11-08fiscal Q3 202212340001193125-22-280102
10-Q2022-08-09fiscal Q2 202212340001193125-22-215910
10-Q2022-05-09fiscal Q1 202212280001193125-22-144857
10-K2022-02-25fiscal FY 202112350001193125-22-054559
10-Q2021-11-05fiscal Q3 202112340001193125-21-321351
10-Q2021-08-06fiscal Q2 202112340001193125-21-239173
10-Q2021-05-07fiscal Q1 202112280001193125-21-154710
10-K2021-02-19fiscal FY 202012350001193125-21-049128
10-Q2020-11-09fiscal Q3 202012340001193125-20-288958
10-Q2020-08-10fiscal Q2 202012340001193125-20-214552
10-Q2020-05-08fiscal Q1 202012280001193125-20-137391
10-K2020-02-28fiscal FY 201912350001193125-20-056815
10-Q2019-11-08fiscal Q3 201912340001193125-19-288009
10-Q2019-08-09fiscal Q2 201912340001193125-19-218056
10-Q2019-05-10fiscal Q1 201912280001193125-19-144122
10-K2019-03-01fiscal FY 201812350001193125-19-060564
10-Q2018-11-09fiscal Q3 201812300001193125-18-323432
10-Q2018-08-09fiscal Q2 201812300001193125-18-243852
10-Q2018-05-10fiscal Q1 20189200001193125-18-158945
10-K2018-03-01fiscal FY 20179260001193125-18-067452
10-Q2017-11-09fiscal Q3 20179240001193125-17-338612
10-Q2017-08-09fiscal Q2 20179240001193125-17-252322
10-Q2017-05-09fiscal Q1 20179200001193125-17-164348
10-K2017-03-01fiscal FY 20169260001193125-17-064521
10-Q2016-11-09fiscal Q3 20169240001193125-16-764395
10-Q2016-08-09fiscal Q2 20169240001193125-16-676641
10-Q2016-05-09fiscal Q1 20169200001193125-16-583988
10-K2016-02-29fiscal FY 20159260001193125-16-485710
10-Q2015-11-09fiscal Q3 20159240001193125-15-371929
10-Q2015-08-10fiscal Q2 20159240001193125-15-284853

Inspect the source

Entity
PROSHARES TRUST II / CIK 0001415311
Captured
2026-09-20T08:02:21.889Z
SEC response SHA-256
0744a6124708b3f4cfe88655ff805b0d6a482250d2e93dfbb455788d1baff605

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