# WorldQuant **Repository Path**: szjfhb/WorldQuant ## Basic Information - **Project Name**: WorldQuant - **Description**: 保存下 worldQuant 的一些学习python代码。 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2025-03-10 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 在API 文档权限没有之前,可以从UI 点击相应操作获取API 细节。 比如: - Get Alpha lists, which sharpe >= 1.25 Get: https://api.worldquantbrain.com/users/self/alphas?limit=10&offset=0&status=UNSUBMITTED%1FIS_FAIL&is.sharpe%3E=1.25&order=-dateCreated&hidden=false #TODO: auto hide related not valid alpha ![GetAlpha List](./imgs/GetAlphaList.png) - Get Alpha ![GetAlpha](./imgs/GetAlpha.png) - Update Alpha ![PatchAlpha](./imgs/PatchAlpha.png) -