Skip to content

PARAMOUNT GOLD NEVADA CORP.: filings

Every PARAMOUNT GOLD NEVADA CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-K2026-09-17fiscal FY 202628570001193125-26-394400
10-Q2026-05-12fiscal Q3 202625760001193125-26-219477
10-Q2026-02-10fiscal Q2 202625720001193125-26-044779
10-Q2025-11-14fiscal Q1 202625510001193125-25-281737
10-K2025-09-25fiscal FY 202528570001193125-25-217759
10-Q2025-05-12fiscal Q3 202525760000950170-25-069293
10-Q2025-02-12fiscal Q2 202525720000950170-25-018900
10-Q2024-11-12fiscal Q1 202425510000950170-24-125424
10-K2024-09-26fiscal FY 202428570000950170-24-109633
10-Q2024-05-14fiscal Q3 202425760000950170-24-059575
10-Q2024-02-13fiscal Q2 202325720000950170-24-014581
10-Q2023-11-09fiscal Q1 202324480000950170-23-062083
10-K2023-09-26fiscal FY 202329580000950170-23-049730
10-Q2023-05-12fiscal Q3 202325780000950170-23-021808
10-Q2023-02-10fiscal Q2 202325740000950170-23-002482
10-Q2022-11-10fiscal Q1 202325490000950170-22-024512
10-K2022-10-13fiscal FY 202229560000950170-22-019552
10-Q2022-05-10fiscal Q3 202225700000950170-22-009017
10-Q2022-02-04fiscal Q2 202225700001564590-22-003947
10-Q2021-11-09fiscal Q1 202225510001564590-21-055739
10-K2021-09-17fiscal FY 202124490001564590-21-048261
10-Q2021-05-07fiscal Q3 202126740001564590-21-025259
10-Q2021-02-05fiscal Q2 202126730001564590-21-004382
10-Q2020-11-05fiscal Q1 202125500001564590-20-051388
10-K2020-09-25fiscal FY 202026530001564590-20-044687
10-Q2020-05-07fiscal Q3 202028800001564590-20-022350
10-Q2020-02-05fiscal Q2 202029790001564590-20-003461
10-Q2019-11-06fiscal Q1 202028540001564590-19-040985
10-K2019-09-16fiscal FY 201927930001564590-19-034803
10-Q2019-05-10fiscal Q3 201929820001564590-19-018247
10-Q2019-02-07fiscal Q2 201928810001564590-19-002289
10-Q2018-11-07fiscal Q1 201928570001564590-18-028016
10-K2018-09-11fiscal FY 201830980001564590-18-022959
10-Q2018-05-10fiscal Q3 201826800001564590-18-013032
10-Q2018-02-08fiscal Q2 201826760001564590-18-001603
10-Q2017-11-07fiscal Q1 201725530001564590-17-022319
10-K2017-09-18fiscal FY 201728930001564590-17-018742
10-Q2017-05-09fiscal Q3 201727780001564590-17-009928
10-Q2017-02-09fiscal Q2 201728840001564590-17-001225
10-Q2016-11-09fiscal Q1 201728600001564590-16-028662
10-K2016-09-16fiscal FY 201629950001564590-16-025274
10-Q2016-05-10fiscal Q3 201628790001564590-16-018972
10-Q2016-02-05fiscal Q2 201628790001564590-16-012401
10-Q2015-11-10fiscal Q1 201628590001564590-15-010280
10-K2015-09-17fiscal FY 201529910001564590-15-008025
10-Q2015-05-22fiscal Q3 201521720001564590-15-004572

Inspect the source

Entity
PARAMOUNT GOLD NEVADA CORP. / CIK 0001629210
Captured
2026-09-21T17:22:04.394Z
SEC response SHA-256
0dd496357d8563596a3228c72c612adeac5dd2379eceba14b88263c24b81ee68

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