Skip to main content

get_history_kl_quota

Function get_history_kl_quota 

Source
pub async fn get_history_kl_quota(
    client: &Arc<FutuClient>,
    get_detail: bool,
) -> Result<String>
Expand description

查历史 K 线下载配额(used_quota + remain_quota)。 总额度跟随登录后的账号动态 API quota;显式设置 FUTU_HISTORY_KL_QUOTA_MAX 时才覆盖动态值。 get_detail=false 只要概要,true 返回每只股票的下载时间(但我们只给 计数避免超长 response,详情用 REST)。