CCH Tagetik website screenshot

CCH Tagetik

CCH Tagetik (a Wolters Kluwer solution) is a comprehensive Corporate Performance Management platform covering financial close and consolidation, extended planning and analysis, ESG and regulatory reporting, and corporate tax management. The platform exposes data via OData v4 REST APIs and SCIM, enabling integration with Power BI, Qlik, SAP HANA, and other BI tools. OAuth 2.0 and Basic Authentication are supported for secure access.

2 APIs 0 Features
AnalyticsBudgetingCorporate Performance ManagementESGFinancial CloseFinancial ConsolidationFinancial PlanningODataReporting

APIs

CCH Tagetik OData API

OData v4 REST API providing read access to CCH Tagetik financial and analytical workspace data. Enables external tools such as Power BI, Qlik, and custom integrations to query f...

CCH Tagetik SCIM API

SCIM v2 (System for Cross-domain Identity Management) API for automated user provisioning and deprovisioning in CCH Tagetik. Supports synchronizing users and groups from Microso...

Collections

Pricing Plans

Tagetik Plans Pricing

3 plans

PLANS

Rate Limits

Tagetik Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Tagetik Context

3 classes · 20 properties

JSON-LD

API Governance Rules

CCH Tagetik API Rules

7 rules · 2 errors 4 warnings 1 info

SPECTRAL

JSON Structure

Cch Tagetik Financial Record Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Technology Integrations
Technology Integrations
💬
Support
Support
🔗
Power BI Integration
Power BI Integration
🎓
Azure AD SSO Tutorial
Azure AD SSO Tutorial
🎓
Training
Training
🔗
JSONSchema
JSONSchema
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: CCH Tagetik OData API
  version: 4.0.0
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: Metadata
    type: folder
  items:
  - info:
      name: Get OData Metadata
      type: http
    http:
      method: GET
      url: https://{environment}/$metadata
      params:
      - name: database
        value: ''
        type: query
        description: The CCH Tagetik database code
      - name: analyticalWorkspace
        value: ''
        type: query
        description: Optional analytical workspace code
    docs: Returns the OData service metadata document describing all available entity sets, entity types, and their properties.
- info:
    name: Financial Data
    type: folder
  items:
  - info:
      name: Query Financial Data
      type: http
    http:
      method: GET
      url: https://{environment}/odata/:database/:entity
      params:
      - name: database
        value: ''
        type: path
        description: The CCH Tagetik database code
      - name: entity
        value: ''
        type: path
        description: The entity set name (e.g., FinancialData, ConsolidationData, AnalyticalData)
      - name: $filter
        value: ''
        type: query
        description: OData filter expression (e.g., Year eq 2025 and Period eq 'Q1')
      - name: $select
        value: ''
        type: query
        description: Comma-separated list of properties to include
      - name: $top
        value: ''
        type: query
        description: Maximum number of rows to return
      - name: $skip
        value: ''
        type: query
        description: Number of rows to skip (for pagination)
      - name: $orderby
        value: ''
        type: query
        description: Property name and direction for sorting (e.g., Year desc)
      - name: $count
        value: ''
        type: query
        description: Include total count of matching records
      - name: $format
        value: ''
        type: query
        description: Response format (default json)
    docs: Query financial or analytical data from a CCH Tagetik entity set using OData v4 query options including $filter,
      $select, $top, $skip, $orderby, and $expand.
bundled: true