GET
/
financial-documents
/
se
/
{financialDocumentId}

Details

This endpoint with the URL segment /se is for Sweden. Each region has it’s own URL. With this endpoint you get information about which format exists of each document and various content.

Please note that this endpoint is for fast retrieval from our distributed storage plattform. If you want to access the financial data that has been interpreted, calculated and run through our AI Anomly Detection you should look in the intelligence, financial-summary and financial-reports endpoints.

These endpoints are for downloading and showing users financial reports or for your own custom solutions.

Response and example

This endpoint with the URL segment /se is for Sweden. Each region has it’s own URL. With this endpoint you get information about which documents exists. The response includes an array of documents available for each report. To retrieve metadata about a report the URL metadata should be included in the availableFiles array.

Example response
{
  "financialDocumentId": 2,
  "isElectronic": true,
  "caseNumber": 9000102,
  "caseYear": 2024,
  "caseRegistrationDate": "2024-01-01T16:05:16",
  "availableFiles": [
    {
      "fileType": "reportPDF",
      "url": "https://api.tic.io/financial-documents/se/2/pdf"
    },
    {
      "fileType": "reportXBRL",
      "url": "https://api.tic.io/financial-documents/se/2/xbrl"
    },
    {
      "fileType": "errorXHTML",
      "url": "https://api.tic.io/financial-documents/se/2/error"
    },
    {
      "fileType": "reportXHTML",
      "url": "https://api.tic.io/financial-documents/se/2/ixbrl"
    },
    {
      "fileType": "metadata",
      "url": "https://api.tic.io/financial-documents/se/2/metadata"
    }
  ]
}

Authorizations

x-api-key
string
headerrequired

Path Parameters

financialDocumentId
integer
required

The financial document id

Response

200 - application/json
financialDocumentId
integer
isElectronic
boolean | null
caseNumber
integer | null
caseYear
integer | null
caseRegistrationDate
string | null
availableFiles
object[] | null