Skip to main content
GET
/
datasets
/
companies
/
{companyId}
/
financial-report-summaries
/
{financialReportSummaryId}
/
files
Financial report files
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/financial-report-summaries/{financialReportSummaryId}/files \
  --header 'x-api-key: <api-key>'
[
  {
    "companyFinancialReportFileId": 123,
    "reportFileType": "xbrl",
    "firstSeenAtUtc": "2023-11-07T05:31:56Z",
    "lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.tic.io/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint delivers all present available files in the financial report. Please note that this endpoint is redundant since the files are delivered in the financial-report-summary.

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer<int32>
required

The company id

financialReportSummaryId
integer<int32>
required

The financial report summary id

Response

OK

companyFinancialReportFileId
integer<int32>
reportFileType
enum<string>
Available options:
xbrl,
xbrL_RB,
iXBRL,
iXBRL_RB,
tiff,
enhancedPDFSearchable,
originalPDFImage,
originalPDFSearchable,
entityJson,
ocrJson,
tifF_RB
firstSeenAtUtc
string<date-time> | null
lastUpdatedAtUtc
string<date-time>