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

Details

This will return the report in a XBRL format inline with the browser e.g it will open the browser PDF viewer (XML). To force a download you can use querystring inline=false.

Used by users wanting to process raw compact information not used to visualize data directly.

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