Skip to content

MOODY NATIONAL REIT II, INC.: filings

Every MOODY NATIONAL REIT II, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-Q2025-11-14fiscal Q3 202532980001999371-25-017888
10-Q2025-08-13fiscal Q2 202532980001999371-25-011263
10-Q2025-05-15fiscal Q1 202532680001999371-25-006150
10-K2025-03-31fiscal FY 202433660001999371-25-003519
10-Q2024-11-14fiscal Q3 202432980001839882-24-039159
10-Q2024-08-16fiscal Q2 202432980001999371-24-010288
10-Q2024-05-15fiscal Q1 202432680001999371-24-006166
10-K2024-04-11fiscal FY 202333660001999371-24-004693
10-Q2023-11-14fiscal Q3 202333990001999371-23-000174
10-Q2023-08-14fiscal Q2 202333970001387131-23-009745
10-Q2023-05-12fiscal Q1 202333690001387131-23-006439
10-K2023-03-29fiscal FY 202235710001387131-23-004110
10-Q2022-11-14fiscal Q3 2022361100001387131-22-011382
10-Q2022-08-15fiscal Q2 2022361080001387131-22-008781
10-Q2022-05-13fiscal Q1 202235730001387131-22-006093
10-K2022-03-30fiscal FY 202133650001387131-22-004096
10-Q2021-11-15fiscal Q3 202134940001387131-21-011145
10-Q2021-08-16fiscal Q2 202133890001387131-21-008613
10-Q2021-05-14fiscal Q1 202133640001387131-21-005652
10-K2021-03-31fiscal FY 202033670001387131-21-004056
10-Q2020-11-12fiscal Q3 202033910001387131-20-009839
10-Q2020-08-14fiscal Q2 202033910001387131-20-007525
10-Q2020-05-15fiscal Q1 202033670001387131-20-004849
10-K2020-03-30fiscal FY 201932650001387131-20-003412
10-Q2019-11-13fiscal Q3 201933930001387131-19-008620
10-Q2019-08-14fiscal Q2 201932900001387131-19-006093
10-Q2019-05-15fiscal Q1 201932640001387131-19-003654
10-K2019-03-29fiscal FY 201831640001387131-19-002332
10-Q2018-11-13fiscal Q3 201829790001387131-18-006096
10-Q2018-08-13fiscal Q2 201829790001387131-18-003914
10-Q2018-05-15fiscal Q1 201829600001387131-18-002180
10-K2018-04-02fiscal FY 201728580001387131-18-001355
10-Q2017-11-14fiscal Q3 201726720001387131-17-005533
10-Q2017-08-14fiscal Q2 201726700001387131-17-004185
10-Q2017-05-15fiscal Q1 201726520001387131-17-002789
10-K2017-03-23fiscal FY 201627550001387131-17-001585
10-Q2016-11-14fiscal Q3 201626630001387131-16-007930
10-Q2016-08-15fiscal Q2 201626600001387131-16-006586
10-Q2016-05-16fiscal Q1 201624330001387131-16-005565
10-K2016-03-30fiscal FY 201524380001387131-16-004805
10-Q2015-11-16fiscal Q3 201515310001387131-15-003440
10-Q2015-08-13fiscal Q2 201513230001387131-15-002455
10-Q2015-05-15fiscal Q1 20158140001387131-15-001759

Inspect the source

Entity
MOODY NATIONAL REIT II, INC. / CIK 0001615222
Captured
2026-09-21T17:21:27.776Z
SEC response SHA-256
e6f02bc87453b65fb3f52610c754c6575f59a12c1e0d29900b6ec18cf63a9301

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