A vast amount of time-series data is generated from multiple fields. Mining these data can uncover hidden patterns and behavior characteristics. The analysis of such data is complex because they are voluminous and have high dimensions. Clustering can provide a preprocessing step to extract insights. However, clustering such data poses challenges, as many existing algorithms are not efficient enough to handle them. In addition, many traditional and modern clustering algorithms need help with parameter-tuning problems. Ensemble clustering, an amalgamation of clustering algorithms, has emerged as a promising method for improving the accuracy, stability, and robustness of clustering solutions. This study presents Ensemble clustering using Affinity Propagation (ECAP). AP is efficient because it does not require the number of clusters to be specified a priori, allowing the data to reveal its structure. When used in an ensemble framework, the inherent strengths of AP are amplified by integrating multiple clustering results. This aggregation mitigates the influence of any single, potentially suboptimal clustering outcome, leading to more stable and reliable clusters. Extensive experiments were performed on four real-world datasets for rand index, homogeneity, completeness, and V-measure to determine the efficacy of the proposed approach. The results show that the proposed method outperforms AP, Kmeans, and spectral clustering.