Skip to content

TripBorn, Inc.: filings

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

Filing record ends 2021-10-01

The latest filing in this captured record is a 10-Q filed 2021-10-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. TripBorn, 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-Q2021-10-01fiscal Q3 2021431170001214659-21-009995
10-Q2021-10-01fiscal Q2 2021431170001214659-21-009993
10-Q2021-10-01fiscal Q1 202143850001214659-21-009985
10-K2021-09-20fiscal FY 202045910001214659-21-009631
10-Q2021-02-01fiscal Q3 2020461210001214659-21-001044
10-Q2020-09-30fiscal Q2 2020461230001214659-20-008204
10-Q2019-12-02fiscal Q1 202044850001214659-19-007532
10-K2019-09-12fiscal FY 201937730001214659-19-005833
10-Q/A2019-09-11fiscal Q3 201935950001214659-19-005819
10-Q/A2019-09-10fiscal Q2 201935990001214659-19-005812
10-Q/A2019-09-10fiscal Q1 201934680001214659-19-005787
10-K/A2019-09-10fiscal FY 201834690001214659-19-005784
10-Q/A2019-08-06fiscal Q1 201934680001214659-19-004983
10-K/A2019-07-11fiscal FY 201833680001214659-19-004599
10-Q2019-02-14fiscal Q3 2019351000001214659-19-001249
10-Q2018-11-14fiscal Q2 201935980001214659-18-007169
10-Q2018-08-13fiscal Q1 201935700001214659-18-005400
10-K2018-06-29fiscal FY 201833680001214659-18-004654
10-Q2018-02-12fiscal Q3 2018371020001214659-18-001101
10-Q2017-11-14fiscal Q2 2018371020001214659-17-006652
10-Q2017-08-14fiscal Q1 201833680001214659-17-005101
10-K2017-06-29fiscal FY 201630620001214659-17-004230
10-Q2017-02-14fiscal Q3 201632920001214659-17-001085
10-Q2016-11-14fiscal Q2 201632920001214659-16-014705
10-Q2016-09-26fiscal Q1 201632660001214659-16-013800
10-Q2013-02-14fiscal Q3 201214410001213900-13-000672
10-Q2012-11-14fiscal Q2 201216500001213900-12-006101
10-Q2012-08-14fiscal Q1 201216430001213900-12-004637
10-K2012-06-26fiscal FY 201118510001213900-12-003501
10-Q2012-02-14fiscal Q3 201118630001213900-12-000639
10-Q2011-11-10fiscal Q2 201116570001213900-11-005828
10-Q2011-08-11fiscal Q1 201116470001213900-11-004192

Inspect the source

Entity
TripBorn, Inc. / CIK 0001498232
Captured
SEC response SHA-256
7fd437527ef1f02b1a949af500902a794a4719b55ca6f3391e58a0b4241df5fa

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