This document proposes and compares two hybrid approaches for mining association rules from time series data: Fuzzy Apriori (FA) and Fuzzy Frequent Pattern Growth (Fuzzy FP-Growth). FA transforms time series data into fuzzy sets, generates frequent itemsets using an Apriori-based approach, and extracts association rules. Fuzzy FP-Growth avoids candidate generation by constructing an FP-tree from the fuzzy itemsets and mining patterns directly from the tree. The approaches are evaluated on a home price time series dataset. Experimental results show that while FA can generate useful rules, it requires more effort due to costly candidate generation. Fuzzy FP-Growth aims to address this limitation through an efficient FP-tree based approach.