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

# Bolagsverket Financial Reports Discrepancies

> Get statistics of registered financial reports and discrepancies per software year to date



## OpenAPI

````yaml get /statistics/se/bolagsverket/financial-reports/discrepancies
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:
  /statistics/se/bolagsverket/financial-reports/discrepancies:
    get:
      tags:
        - BolagsverketStatistics
      summary: Bolagsverket financial reports software discrepancies statistics
      description: >-
        Get statistics of registered financial reports and discrepancies per
        software year to date
      operationId: BolagsverketStatisticsSoftwareDiscrepanciesYTD
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: >-
                    #/components/schemas/Ormeo_Library_Generators_Statistics_BolagsverketFinancialReportSoftwareStatistics
        '404':
          description: Not Found
components:
  schemas:
    Ormeo_Library_Generators_Statistics_BolagsverketFinancialReportSoftwareStatistics:
      type: object
      properties:
        companyIntelligenceSubType:
          type: string
          nullable: true
        reportSoftwareMetaTag:
          type: string
          nullable: true
        discrepancies:
          type: string
          nullable: true
        totalRegisteredForSoftware:
          type: string
          nullable: true
      additionalProperties: false
  securitySchemes:
    ApiKey:
      type: apiKey
      name: x-api-key
      in: header

````