Skip to content

Professional Diversity Network, Inc.: filings

Every Professional Diversity Network, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-14fiscal Q2 2026461180001437749-26-027832
10-Q2026-05-15fiscal Q1 202646940001437749-26-017232
10-K2026-03-31fiscal FY 202547950001437749-26-010515
10-Q2025-11-14fiscal Q3 2025461180001437749-25-035165
10-Q2025-08-14fiscal Q2 2025461200001437749-25-026700
10-Q2025-05-14fiscal Q1 202546940001437749-25-016713
10-K2025-03-31fiscal FY 202448970001437749-25-010108
10-Q2024-11-14fiscal Q3 2024471230001437749-24-035078
10-Q2024-08-13fiscal Q2 2024471220001437749-24-026313
10-Q2024-05-15fiscal Q1 202447960001437749-24-016938
10-K2024-03-29fiscal FY 2023531100001437749-24-010111
10-Q2023-11-14fiscal Q3 2023501300001493152-23-040977
10-Q2023-08-14fiscal Q2 2023481250001493152-23-028601
10-Q2023-05-15fiscal Q1 202347930001493152-23-017545
10-K2023-03-31fiscal FY 202249970001493152-23-010178
10-Q2022-11-14fiscal Q3 2022471240001493152-22-031802
10-Q2022-08-15fiscal Q2 2022471240001493152-22-022755
10-Q2022-05-16fiscal Q1 202247940001493152-22-013792
10-K2022-03-31fiscal FY 202147920001493152-22-008384
10-Q2021-11-15fiscal Q3 2021461170001493152-21-028768
10-Q2021-08-16fiscal Q2 2021421070001493152-21-020068
10-Q2021-05-17fiscal Q1 202142870001493152-21-011731
10-K2021-04-09fiscal FY 202044880001493152-21-008401
10-Q2020-11-13fiscal Q3 2020421080001493152-20-021224
10-Q2020-08-14fiscal Q2 2020411060001493152-20-015607
10-Q2020-05-20fiscal Q1 202041860001493152-20-009502
10-K2020-05-04fiscal FY 201946910001493152-20-007579
10-Q2019-11-19fiscal Q3 2019431140001493152-19-018025
10-Q2019-08-14fiscal Q2 2019421060001493152-19-012453
10-Q2019-05-20fiscal Q1 201942830001493152-19-007910
10-K2019-04-16fiscal FY 201847970001493152-19-005364
10-Q2018-11-19fiscal Q3 2018401030001493152-18-016473
10-Q2018-08-14fiscal Q2 2018411040001493152-18-011880
10-Q2018-05-15fiscal Q1 201841850001493152-18-007051
10-K2018-03-30fiscal FY 201746910001493152-18-004258
10-Q2017-11-13fiscal Q3 2017421060001214659-17-006614
10-Q2017-08-14fiscal Q2 201738990001214659-17-005111
10-Q2017-05-15fiscal Q1 201738760001214659-17-003408
10-K2017-03-31fiscal FY 201639810001214659-17-002274
10-Q2016-11-14fiscal Q3 201636940001214659-16-014631
10-Q2016-08-15fiscal Q2 201635920001214659-16-013265
10-Q2016-05-12fiscal Q1 201636730001214659-16-011501
10-K2016-03-30fiscal FY 201537740001214659-16-010553
10-Q2015-11-16fiscal Q3 201534870001214659-15-007817
10-Q2015-08-12fiscal Q2 201537910001214659-15-005996
10-Q2015-05-14fiscal Q1 201535680001214659-15-003962
10-K2015-03-31fiscal FY 201440820001214659-15-002738
10-Q2014-11-14fiscal Q2 201438970001214659-14-007755
10-Q2014-08-14fiscal Q2 201435890001214659-14-005953
10-Q2014-05-14fiscal Q1 201433660001214659-14-003563
10-K2014-03-27fiscal FY 201338730001214659-14-002277
10-Q2013-11-14fiscal Q3 201337930001214659-13-006500
10-Q2013-08-12fiscal Q2 201337940001214659-13-004523
10-Q/A2013-05-21fiscal Q1 201336700001214659-13-002932

Inspect the source

Entity
Professional Diversity Network, Inc. / CIK 0001546296
Captured
2026-09-19T11:18:53.239Z
SEC response SHA-256
5912d57e1bae56a75de282b51d9f32c5b06850453160fe912c431cbba43404da

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