Skip to content

American Midstream Partners, LP: filings

Every American Midstream Partners, LP annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2019-05-10

The latest filing in this captured record is a 10-Q filed 2019-05-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. American Midstream Partners, LP 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-Q2019-05-10fiscal Q1 201941840001513965-19-000063
10-K2019-04-01fiscal FY 2018471460001513965-19-000026
10-Q2018-11-09fiscal Q3 2018451230001513965-18-000103
10-Q2018-08-14fiscal Q2 2018451210001513965-18-000096
10-Q2018-05-15fiscal Q1 201845920001513965-18-000084
10-K2018-04-09fiscal FY 2017431360001513965-18-000059
10-Q2017-11-09fiscal Q3 2017421160001513965-17-000143
10-Q2017-08-10fiscal Q2 2017401100001513965-17-000115
10-Q2017-05-15fiscal Q1 201740790001513965-17-000096
10-K2017-03-28fiscal FY 2016421370001513965-17-000059
10-Q2016-11-08fiscal Q3 2016421140001513965-16-000287
10-Q2016-08-08fiscal Q2 2016411120001513965-16-000235
10-Q2016-05-09fiscal Q1 201640800001513965-16-000203
10-K2016-03-07fiscal FY 2015441450001513965-16-000182
10-Q2015-11-09fiscal Q3 2015401080001513965-15-000122
10-Q2015-08-10fiscal Q2 2015401080001513965-15-000089
10-Q2015-05-11fiscal Q1 201539780001513965-15-000064
10-K2015-03-10fiscal FY 2014421350001513965-15-000049
10-Q2014-11-10fiscal Q3 201435960001513965-14-000096
10-Q2014-08-11fiscal Q2 201435940001513965-14-000067
10-Q2014-05-12fiscal Q1 201435700001513965-14-000047
10-K/A2014-05-12fiscal FY 2013411280001513965-14-000045
10-K2014-03-11fiscal FY 2013411280001513965-14-000031
10-Q2013-11-13fiscal Q3 201332900001513965-13-000062
10-Q2013-08-14fiscal Q2 201332900001513965-13-000036
10-Q2013-05-14fiscal Q1 201332660001513965-13-000023
10-K2013-04-16fiscal FY 2012351250001513965-13-000016
10-Q2012-11-14fiscal Q3 201234940001513965-12-000006
10-Q2012-08-14fiscal Q2 201233920001193125-12-352955
10-Q2012-05-14fiscal Q1 201229600001193125-12-231690
10-K2012-03-19fiscal FY 201128710001193125-12-121838
10-Q2011-11-14fiscal Q3 201128730000950123-11-097831
10-Q2011-09-09fiscal Q2 201127720000950123-11-083649

Inspect the source

Entity
American Midstream Partners, LP / CIK 0001513965
Captured
SEC response SHA-256
44b256d15dd4fa028e51abe55311fe801938a20785b9d3ca0d18818cc2c0c815

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