# stock **Repository Path**: withc/stock ## Basic Information - **Project Name**: stock - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-11 - **Last Updated**: 2026-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stock 根据股票的历史最高价,最低价. 计算当前股价所在的百分比点位. #### 软件架构 通过akshare来获取股票信息,然后存入sqlite中. 通过dbeaver工具操作sqlite数据库, 一些sql查询语句可以参考sql.txt中的样例. #### 安装教程 安装相应的python库 pip install akshare pip install pandas 安装sqlite操作工具 dbeaver, 参考官网下载地址 https://dbeaver.io/download/ #### 使用说明 1. xxxx 2. xxxx 3. xxxx