Skip to content

BRAEMAR HOTELS & RESORTS INC.: filings

Every BRAEMAR HOTELS & RESORTS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-06fiscal Q2 2026361040001574085-26-000130
10-Q2026-05-07fiscal Q1 202636780001574085-26-000079
10-K2026-03-12fiscal FY 2025441180001574085-26-000038
10-Q2025-11-07fiscal Q3 2025371060001574085-25-000130
10-Q2025-08-11fiscal Q2 2025371060001574085-25-000092
10-Q2025-05-08fiscal Q1 202536780001574085-25-000051
10-K2025-03-12fiscal FY 2024441180001574085-25-000024
10-Q2024-11-12fiscal Q3 2024371060001574085-24-000228
10-Q2024-08-08fiscal Q2 2024361040001574085-24-000201
10-Q2024-05-09fiscal Q1 202436780001574085-24-000099
10-K2024-03-14fiscal FY 2023441190001574085-24-000033
10-Q2023-11-08fiscal Q3 2023371080001574085-23-000103
10-Q2023-08-07fiscal Q2 2023371080001574085-23-000087
10-Q2023-05-08fiscal Q1 202338820001574085-23-000064
10-K2023-03-10fiscal FY 2022431170001574085-23-000041
10-Q/A2023-02-03fiscal Q3 2022381100001574085-23-000014
10-Q2022-11-07fiscal Q3 2022381100001574085-22-000131
10-Q2022-08-05fiscal Q2 2022381100001574085-22-000098
10-Q2022-05-06fiscal Q1 202238820001574085-22-000053
10-K2022-03-10fiscal FY 2021431170001574085-22-000032
10-Q2021-11-05fiscal Q3 2021381100001574085-21-000127
10-Q2021-08-06fiscal Q2 2021381100001574085-21-000090
10-Q2021-05-07fiscal Q1 202138820001574085-21-000056
10-K2021-03-05fiscal FY 2020421140001574085-21-000029
10-Q2020-11-09fiscal Q3 2020381320001574085-20-000065
10-Q2020-08-06fiscal Q2 2020371080001574085-20-000041
10-Q2020-05-28fiscal Q1 202036780001574085-20-000025
10-K2020-03-13fiscal FY 2019431610001574085-20-000010
10-Q2019-11-06fiscal Q3 2019381070001574085-19-000066
10-Q2019-08-06fiscal Q2 2019381070001574085-19-000048
10-Q2019-05-08fiscal Q1 201938810001574085-19-000028
10-K2019-03-08fiscal FY 2018411610001574085-19-000018
10-Q2018-11-07fiscal Q3 2018361020001574085-18-000084
10-Q2018-08-09fiscal Q2 2018361040001574085-18-000062
10-Q2018-05-09fiscal Q1 201836760001574085-18-000038
10-K2018-03-14fiscal FY 2017391560001574085-18-000019
10-Q2017-11-08fiscal Q3 2017361020001574085-17-000108
10-Q2017-08-08fiscal Q2 2017351000001574085-17-000086
10-Q2017-05-09fiscal Q1 201734700001574085-17-000045
10-K2017-02-28fiscal FY 2016381520001574085-17-000016
10-Q2016-11-09fiscal Q3 201635970001574085-16-000218
10-Q2016-08-09fiscal Q2 201635970001574085-16-000200
10-Q2016-05-10fiscal Q1 201634700001574085-16-000168
10-K2016-03-15fiscal FY 2015391500001574085-16-000151
10-Q2015-11-09fiscal Q3 2015361000001574085-15-000093
10-Q2015-08-10fiscal Q2 201535980001574085-15-000070
10-Q2015-05-11fiscal Q1 201533680001574085-15-000029
10-K2015-03-16fiscal FY 2014381440001574085-15-000018
10-Q2014-11-07fiscal Q3 201433930001574085-14-000081
10-Q2014-08-08fiscal Q2 201433940001574085-14-000058
10-Q2014-05-12fiscal Q1 201432670001574085-14-000033

Inspect the source

Entity
BRAEMAR HOTELS & RESORTS INC. / CIK 0001574085
Captured
2026-09-20T09:21:37.180Z
SEC response SHA-256
6997334cd569520d956f4f2e3f8ecd40e153bf9793851b78d91599bc12db4ae0

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