GET
/
financial-documents
/
se
/
{financialDocumentId}
/
ixbrl
curl --request GET \
  --url https://api.tic.io/financial-documents/se/{financialDocumentId}/ixbrl \
  --header 'x-api-key: <api-key>'

Details

This will return the report in a XHTML (iXBRL) format inline with the browser. To force a download you can use querystring inline=false.

Please note that if no iXBRL document is available you will get 404 - Not found.

iXBRL is a format that combines tradional HTML with XML elements from the XBRL standard. It works fine for user experiences where you don’t want a PDF viewer to open.

You can also use this document if you want to provide your own processing of the financial data.

Authorizations

x-api-key
string
header
required

Path Parameters

financialDocumentId
integer
required

The document id

Query Parameters

inline
boolean
default:true

Set to true to get an inline file rendered in the browser

Response

200

OK