Skip to content

Progyny, Inc.: filings

Every Progyny, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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 2026471320001551306-26-000140
10-Q2026-05-08fiscal Q1 202647980001551306-26-000068
10-K2026-02-27fiscal FY 2025542460001551306-26-000020
10-Q2025-11-07fiscal Q3 2025471300001551306-25-000190
10-Q2025-08-08fiscal Q2 2025461280001551306-25-000165
10-Q2025-05-09fiscal Q1 202546960001551306-25-000103
10-K2025-03-03fiscal FY 2024532440001551306-25-000040
10-Q2024-11-12fiscal Q3 2024451230001551306-24-000203
10-Q2024-08-07fiscal Q2 2024461270001551306-24-000159
10-Q2024-05-10fiscal Q1 202445930001551306-24-000103
10-K2024-02-29fiscal FY 2023532520001551306-24-000031
10-Q2023-11-08fiscal Q3 2023451250001551306-23-000095
10-Q2023-08-04fiscal Q2 2023451250001551306-23-000063
10-Q2023-05-09fiscal Q1 202345930001551306-23-000049
10-K2023-03-01fiscal FY 2022532540001551306-23-000015
10-Q2022-11-04fiscal Q3 2022451250001551306-22-000035
10-Q2022-08-05fiscal Q2 2022451240001551306-22-000017
10-Q2022-05-06fiscal Q1 202244870001558370-22-007635
10-K2022-03-01fiscal FY 2021542350001558370-22-002466
10-Q2021-11-08fiscal Q3 2021441220001558370-21-015087
10-Q2021-08-06fiscal Q2 2021431180001558370-21-010678
10-Q2021-05-07fiscal Q1 202142870001558370-21-006367
10-K2021-03-01fiscal FY 2020512140001558370-21-002082
10-Q2020-11-06fiscal Q3 2020411070001558370-20-013159
10-Q2020-08-07fiscal Q2 2020401000001558370-20-009993
10-Q2020-05-14fiscal Q1 202038770001558370-20-006552
10-K2020-03-10fiscal FY 2019451780001558370-20-002258
10-Q2019-12-06fiscal Q3 201935920001558370-19-011392

Inspect the source

Entity
Progyny, Inc. / CIK 0001551306
Captured
2026-09-20T09:18:42.004Z
SEC response SHA-256
aacb8627450d73523403790c070e2566ba74639031de9c634be823d5569fd64f

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