> ## 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.

# Financial report summaries

> Gets a summary of registered financial reports and their metadata

This endpoint delivers available financial reports and their metadata and files available, more called annual reports but also
interim reports can be present.

The data includes all available files for the financial report. After getting the response you can simply download the files from
[here](financial-report-files).


## OpenAPI

````yaml get /datasets/companies/{companyId}/financial-report-summaries
openapi: 3.0.4
info:
  title: TIC API
  description: ''
  version: v1
servers:
  - url: https://api.tic.io/
security:
  - ApiKey: []
tags:
  - name: BolagsverketStatistics
  - name: Companies
  - name: Companies_SE_
  - name: DocumentDelivery
  - name: EuropeanCommission
  - name: FinancialDocuments
  - name: Finansinspektionen
  - name: Free
  - name: ICA
  - name: ICAStatistics
  - name: Lists
  - name: Media
  - name: Persons
  - name: Persons_SE_
  - name: Properties_SE_
  - name: PTSPortings
  - name: Reseller
  - name: SearchBankruptciesReports
  - name: SearchCompanies
  - name: SearchCompaniesReports
  - name: SearchCompanyWorkplaces
  - name: SearchPerson
  - name: SearchProperties_SE_
  - name: SearchVehicles
  - name: TeamDocumentOrders
  - name: Teams
  - name: User
  - name: Vehicles_SE_
  - name: WatchLists
paths:
  /datasets/companies/{companyId}/financial-report-summaries:
    get:
      tags:
        - Companies
      summary: Financial report summaries
      description: Gets a summary of registered financial reports and their metadata
      operationId: CompanyFinancialReportSummary
      parameters:
        - name: companyId
          in: path
          description: The company id
          required: true
          schema:
            type: integer
            format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: >-
                    #/components/schemas/Ormeo_Library_Dtos_CompanyFinancialReportSummary2_Dto
        '404':
          description: Not Found
components:
  schemas:
    Ormeo_Library_Dtos_CompanyFinancialReportSummary2_Dto:
      type: object
      properties:
        financialReportSummaryId:
          type: integer
          format: int32
        title:
          type: string
          nullable: true
        arrivalDate:
          type: string
          format: date-time
          nullable: true
        registrationDate:
          type: string
          format: date-time
          nullable: true
        periodStart:
          type: string
          format: date-time
          nullable: true
        periodEnd:
          type: string
          format: date-time
          nullable: true
        isInterimReport:
          type: boolean
          nullable: true
        isConsolidatedAccounts:
          type: boolean
          nullable: true
        isExchange:
          type: boolean
          nullable: true
        isSustainabilityReport:
          type: boolean
          nullable: true
        isElectronic:
          type: boolean
          nullable: true
        ruleset:
          type: string
          nullable: true
        setupFormCode:
          type: string
          nullable: true
        financialSetupForm:
          $ref: >-
            #/components/schemas/Ormeo_Library_Bolagsverket_Types_BolagsverketFinancialSetupForm
        firstSeenAtUtc:
          type: string
          format: date-time
          nullable: true
        lastUpdatedAtUtc:
          type: string
          format: date-time
        caseNumber:
          type: integer
          format: int32
          nullable: true
        caseYear:
          type: integer
          format: int32
          nullable: true
        software:
          type: string
          nullable: true
        auditor:
          type: string
          nullable: true
        companyFinancialReportFile:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Dtos_CompanyFinancialReportFile2_Dto
          nullable: true
        companyFinancialReportSignature:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Dtos_CompanyFinancialReportSignature_Dto
          nullable: true
        companyDividend:
          type: array
          items:
            $ref: '#/components/schemas/Ormeo_Library_Dtos_CompanyDividend_Dto'
          nullable: true
        hasFinancialReport:
          type: boolean
        hasBeenAudited:
          type: boolean
          nullable: true
        hasAuditorRemarks:
          type: boolean
          nullable: true
      additionalProperties: false
    Ormeo_Library_Bolagsverket_Types_BolagsverketFinancialSetupForm:
      type: object
      properties:
        ruleset:
          type: string
          nullable: true
        code:
          type: string
          nullable: true
        description:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Dtos_CompanyFinancialReportFile2_Dto:
      type: object
      properties:
        companyFinancialReportFileId:
          type: integer
          format: int32
        reportFileType:
          $ref: '#/components/schemas/Ormeo_Library_Entities_ReportFileType'
        firstSeenAtUtc:
          type: string
          format: date-time
          nullable: true
        lastUpdatedAtUtc:
          type: string
          format: date-time
      additionalProperties: false
    Ormeo_Library_Dtos_CompanyFinancialReportSignature_Dto:
      type: object
      properties:
        companyFinancialReportSignatureId:
          type: integer
          format: int32
        givenName:
          type: string
          nullable: true
        lastName:
          type: string
          nullable: true
        role:
          type: string
          nullable: true
        description:
          type: string
          nullable: true
        signatureDate:
          type: string
          format: date-time
          nullable: true
        lastUpdatedAtUtc:
          type: string
          format: date-time
          nullable: true
      additionalProperties: false
    Ormeo_Library_Dtos_CompanyDividend_Dto:
      type: object
      properties:
        companyDividendId:
          type: integer
          format: int32
        companyId:
          type: integer
          format: int32
        arrivalDate:
          type: string
          format: date-time
          nullable: true
        accountingPeriodStart:
          type: string
          format: date-time
          nullable: true
        accountingPeriodEnd:
          type: string
          format: date-time
          nullable: true
        isInterimReport:
          type: boolean
          nullable: true
        isConsolidatedAccounts:
          type: boolean
          nullable: true
        generalMeetingDate:
          type: string
          format: date-time
          nullable: true
        dividendDate:
          type: string
          format: date-time
          nullable: true
        dividendType:
          $ref: '#/components/schemas/Ormeo_Library_Entities_DividendType'
        dividendTypeDescription:
          type: string
          nullable: true
        dividendDescription:
          type: string
          nullable: true
          readOnly: true
        dividendAmount:
          type: number
          format: double
          nullable: true
        dividendCurrencyCode:
          type: string
          nullable: true
        firstSeenAtUtc:
          type: string
          format: date-time
          nullable: true
        lastUpdatedAtUtc:
          type: string
          format: date-time
        caseNumber:
          type: integer
          format: int32
          nullable: true
        caseYear:
          type: integer
          format: int32
          nullable: true
      additionalProperties: false
    Ormeo_Library_Entities_ReportFileType:
      enum:
        - xbrl
        - xbrL_RB
        - iXBRL
        - iXBRL_RB
        - tiff
        - enhancedPDFSearchable
        - originalPDFImage
        - originalPDFSearchable
        - entityJson
        - ocrJson
        - tifF_RB
      type: string
    Ormeo_Library_Entities_DividendType:
      enum:
        - dividendOrdinary
        - dividendSpecial
      type: string
  securitySchemes:
    ApiKey:
      type: apiKey
      name: x-api-key
      in: header

````