Skip to content

RENAVOTIO, INC.: filings

Every RENAVOTIO, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2021-08-09

The latest filing in this captured record is a 10-Q filed 2021-08-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. RENAVOTIO, 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-08-09fiscal Q2 2021371020001477932-21-005241
10-Q2021-05-14fiscal Q1 202138770001477932-21-003121
10-K2021-04-15fiscal FY 202038780001477932-21-002329
10-Q2020-11-16fiscal Q3 202033920001753926-20-000384
10-K/A2020-09-23fiscal FY 201928560001477932-20-005569
10-Q/A2020-09-21fiscal Q1 202024520001477932-20-005513
10-Q2020-08-14fiscal Q2 202024700001477932-20-004950
10-Q2020-06-29fiscal Q1 202025540001477932-20-003607
10-K/A2020-06-29fiscal FY 201926540001477932-20-003606
10-K2020-05-15fiscal FY 201928550001477932-20-002689
10-Q2019-11-14fiscal Q3 201923630001477932-19-006500
10-Q2019-08-14fiscal Q2 201923620001477932-19-004770
10-Q2019-05-15fiscal Q1 201823460001477932-19-002747
10-K2019-04-15fiscal FY 201828550001477932-19-001695
10-Q2018-11-13fiscal Q3 201824540001477932-18-005390
10-Q2018-08-14fiscal Q2 201823510001477932-18-003978
10-Q2018-05-09fiscal Q1 201823420001477932-18-002266
10-K/A2018-04-20fiscal FY 201723430001477932-18-001963
10-K2018-04-11fiscal FY 201721410001477932-18-001730
10-Q2017-11-13fiscal Q3 201718430001477932-17-005473
10-Q2017-08-10fiscal Q2 201716390001477932-17-003804
10-Q2017-05-12fiscal Q1 201716330001477932-17-002200
10-K2017-04-14fiscal FY 201616320001477932-17-001726
10-Q2016-11-09fiscal Q3 201615360001477932-16-013319
10-Q2016-08-15fiscal Q2 201615360001477932-16-011918
10-Q2016-05-16fiscal Q1 201615300001477932-16-010325
10-K2016-04-13fiscal FY 201516390001477932-16-009691
10-Q2015-11-13fiscal Q3 201515340001477932-15-006904
10-Q2015-08-19fiscal Q2 201515350001477932-15-005423
10-Q2015-05-20fiscal Q1 201514270001477932-15-003415
10-Q2014-11-19fiscal Q2 201517410001477932-14-006507
10-Q2014-09-22fiscal Q1 201517350001477932-14-005101
10-K2014-07-01fiscal FY 201420480001574910-14-000016
10-Q2014-01-21fiscal Q3 201321460001574910-14-000004
10-Q/A2013-11-14fiscal Q2 201320420001574910-13-000010

Inspect the source

Entity
RENAVOTIO, INC. / CIK 0001574910
Captured
SEC response SHA-256
7fe7ea22a98502882ce877a96a6f8eb460fa38093557137f8280e54e145f2c81

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