Skip to content

Palayan Resources, Inc.: filings

Every Palayan Resources, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2023-02-14

The latest filing in this captured record is a 10-Q filed 2023-02-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. Palayan Resources, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-02-14fiscal Q3 202328900001683168-23-000869
10-Q2022-11-14fiscal Q2 202328860001683168-22-007690
10-Q2022-08-12fiscal Q1 202226560001683168-22-005644
10-K2022-06-28fiscal FY 202225520001683168-22-004633
10-Q2022-02-14fiscal Q3 202225780001683168-22-000963
10-Q2021-11-10fiscal Q2 202224730001683168-21-005402
10-Q2021-08-16fiscal Q1 202122490001683168-21-003651
10-K2021-07-12fiscal FY 202121400001387131-21-007272
10-Q2021-02-12fiscal Q3 202122690001387131-21-002264
10-Q2020-11-23fiscal Q2 202121610001387131-20-010168
10-Q2020-09-22fiscal Q1 202114320001387131-20-008433
10-K2020-08-05fiscal FY 202018340001387131-20-007074
10-Q2020-02-18fiscal Q3 202017520001078782-20-000118
10-Q2019-11-18fiscal Q2 202016480001078782-19-000865
10-Q2019-09-11fiscal Q1 202012260001078782-19-000704
10-K2019-09-03fiscal FY 201914290001078782-19-000697
10-Q2019-04-10fiscal Q3 201911310001078782-19-000317
10-Q2018-11-14fiscal Q2 201911300001062993-18-004698
10-Q2018-08-17fiscal Q1 201911220001062993-18-003484
10-K2018-07-02fiscal FY 201815310001062993-18-002770
10-Q2018-02-14fiscal Q3 201811300001062993-18-000818
10-Q2017-11-14fiscal Q2 201811300001062993-17-004924
10-Q2017-08-18fiscal Q1 201811220001062993-17-003901
10-K2017-06-30fiscal FY 201711230001062993-17-003082
10-Q2017-02-14fiscal Q3 201711300001062993-17-000985
10-Q2016-11-10fiscal Q2 201711300001062993-16-012160
10-Q2016-08-18fiscal Q1 201711220001062993-16-011223
10-K2016-06-29fiscal FY 201612250001062993-16-010359
10-Q2016-03-03fiscal Q3 201612320001062993-16-008162
10-Q2015-11-16fiscal Q2 201612320001062993-15-006211
10-Q2015-08-28fiscal Q1 201612240001062993-15-004823
10-K2015-07-23fiscal FY 201514290001062993-15-003997
10-Q2015-06-01fiscal Q3 201514360001062993-15-003168
10-Q2015-06-01fiscal Q2 201514320001062993-15-003166

Inspect the source

Entity
Palayan Resources, Inc. / CIK 0001612851
Captured
SEC response SHA-256
6a6deed325c4b494d6edb8818a3de77d5ac3d5b68bd419fb52f28ffa3731746c

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