Skip to content

Xiamen Lutong International Travel Agency Co., Ltd.: filings

Every Xiamen Lutong International Travel Agency Co., Ltd. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 filings, each linked to its SEC index.

Filing record ends 2021-05-17

The latest filing in this captured record is a 10-Q filed 2021-05-17. No later filing is in the SEC companyfacts record captured on 2026-09-23. Xiamen Lutong International Travel Agency Co., Ltd. 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-Q2021-05-17fiscal Q3 202124740001731122-21-000886
10-Q2021-02-16fiscal Q2 202124730001731122-21-000257
10-Q2020-11-13fiscal Q1 202123500001731122-20-001161
10-K2020-10-13fiscal FY 202022460001731122-20-001040
10-Q2020-05-15fiscal Q3 202023720001731122-20-000528
10-Q2020-02-14fiscal Q2 202023720001731122-20-000130
10-Q2019-11-15fiscal Q1 202023480001731122-19-000701
10-K2019-10-15fiscal FY 201922460001731122-19-000604
10-Q2019-05-20fiscal Q3 201922680001731122-19-000268
10-Q2019-02-15fiscal Q2 201920560001731122-19-000058
10-Q2018-11-14fiscal Q1 201922460001731122-18-000161
10-K2018-10-19fiscal FY 201823480001731122-18-000108
10-Q2018-05-14fiscal Q3 201821600001659173-18-000173
10-Q2018-02-21fiscal Q2 201820580001659173-18-000095
10-Q2017-11-21fiscal Q1 201821440001659173-17-000526
10-K2017-11-08fiscal FY 201718380001659173-17-000485
10-Q2017-05-15fiscal Q3 201720560001262463-17-000053
10-Q2017-03-17fiscal Q2 201719540001659173-17-000122
10-Q2017-03-17fiscal Q1 201719400001659173-17-000120
10-K2017-03-14fiscal FY 201618380001659173-17-000114
10-Q2017-03-07fiscal Q3 201520560001659173-17-000109
10-Q2017-03-06fiscal Q2 201520560001659173-17-000106
10-Q2017-03-06fiscal Q1 201520420001659173-17-000103
10-K2017-03-03fiscal FY 201523470001659173-17-000098
10-Q2015-04-29fiscal Q3 201523560001262463-15-000305
10-Q2015-01-30fiscal Q2 201523570001262463-15-000053
10-Q2014-11-13fiscal Q1 201524470001262463-14-001061
10-K2014-09-22fiscal FY 201425530001262463-14-000867
10-Q2014-05-02fiscal Q3 201424560001262463-14-000371
10-Q2014-02-14fiscal Q2 201425550001262463-14-000131
10-Q2013-11-08fiscal Q1 201425450001262463-13-000734
10-K2013-09-27fiscal FY 201324420001262463-13-000639
10-Q2013-05-09fiscal Q3 201321600001178924-13-000075
10-Q2013-02-13fiscal Q2 201316510001262463-13-000049
10-Q2012-11-09fiscal Q1 201318390001178924-12-000176
10-K2012-09-28fiscal FY 201218480001178924-12-000153
10-Q2012-05-07fiscal Q3 201215480001262463-12-000154
10-Q2012-02-07fiscal Q2 201214440001262463-12-000020
10-Q2011-11-18fiscal Q1 201218540001262463-11-000301

Inspect the source

Entity
Xiamen Lutong International Travel Agency Co., Ltd. / CIK 0001445175
Captured
SEC response SHA-256
3d700e9d86cc3e7e06a8dddc76a3045892a717f3b74ea5062e079fc0faabc19b

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