Given a sequence $q_1, \ldots, q_n$ of numbers, decide if the set $I=\{1,\ldots,n\}$ can be partitioned into $k$ sets $I_1, \ldots, I_k$ such that $\sum_{i\in I_1} q_i=\sum_{i\in I_2} q_i = \dots = \sum_{i\in I_k} q_i$.
I know that the problem is NP-hard for $k=2$, strongly NP-hard for $k=3$ already. But are there higher values of $k$, for which they can be provably harder? For example, results like $\Sigma_2^p$-hardness, or $APX$-hardness etc. that are known?