- config包
- stockbasic包
- 股票本地基本信息
- 股票爬虫数据信息
- 展示某个股票今日的股票信息
- 展示某个股票今日的股票信息,过去日期
- 查询股票的基本信息
- 查询股票的K线图, 返回对应的 base64 信息, 主要是前端页面使用
- 3. 查询股票的K线图地址
- 4.页面上展示股票的K线图,展示对应的图形
- 8.展示某个股票今日的股票分钟 级别信息,只查询今日
- 8. 展示某个股票某天的股票分钟级别信息,可查询具体的日期
- 8. 展示某个股票今日的股票3s信息,只查询今日, 是实时查询的
- 8.展示某个股票今日的3s股票信息,只查询今日
- 8.展示某个股票今日的股票3s信息,可查询过去天, 是查询过往历史库
- 8.展示今日分钟数据,会进行一些统计, 是查询过往历史库
- 8.展示某个股票的股票信息,查询过去具体某天的
- 8.展示某天的图信息
- 9.查询分钟级别的今日资金
- 9. 查询最近多少天的历史资金数据
- 9.查询某个版块或者股票最近多少天的历史资金数据
- 10. 查询最近多少天某个股票的属性变化值
- 11. 获取天级别的历史数据
- 12. 获取天级别的指标数据
- 查询股票的基本信息
- 查询股票的K线图地址
- 页面上展示股票的K线图,展示对应的图形
- 股票池历史记录
- 股票更新历史
- 股票价格历史记录
- 股票自选
- 股票统计
- 股票版块
- 股票指数数据
- 股票历史数据
- extension扩展包
- 股票上涨天数历史记录表
- 龙虎榜数据
- 股票金额计算小工具
- 日常平台分析数据
- 复盘记录
- 已运行的股票策略历史数据
- 异动数据
- 股票大宗交易
- 同花顺行情数据
- 数据聚合
- strategy包
根据股票的编码和日期获取那段时间的所有的数据信息
GET
https://www.yueshushu.top/StockApi/dataAggregator/statAllData/{code}/{date}
最后修改时间:2025-04-08 08:12:19
责任人:未设置
请求参数
Path 参数
code
string
必需
date
string
必需
Header 参数
Authorization
string
可选
默认值:
yjlNB
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.yueshushu.top/StockApi/dataAggregator/statAllData//' \
--header 'Authorization: yjlNB'
返回响应
🟢200成功
application/json
Body
code
integer | null
响应代码
success
boolean | null
可选
message
string | null
响应信息
timestamp
integer | null
当前时间戳
traceId
string | null
线程Id
timestampStr
string | null
当前时间戳
exceptionMessage
string | null
异常信息
customInfo
string | null
自定义信息
默认值:
如果你对我的接口感兴趣,请联系我:+v: yueshushu_top
data
object (StockAllDataVo)
响应的数据
code
string | null
编码
name
string | null
名称
date
string | null
日期
stockDo
object (StockDo)
基本数据
historyDetail
array[object (StockHistoryVo) {32}] | null
历史数据
ydDetail
array[object (StockYdHistoryDo) {10}] | null
异动信息
topDetail
array[object (StockTopHistoryDo) {8}] | null
热门详情
cacheDetail
array[object (StockStrategyCacheHistoryDo) {55}] | null
股票策略缓存信息
score
integer | null
可选
indexDetail
array[object (IndexStockDailyDo) {46}] | null
指标数据
moneyDetail
array[object (StockBkMoneyHistoryDo) {22}] | null
资金流入
bkMoneyDetail
array[object (StockBkMoneyHistoryDo) {22}] | null
版块资金流入
bkDetails
array[object (StockBkDo) {5}] | null
关联板块
poolDetail
array[object (StockPoolHistoryDo) {19}] | null
关联股票池
analyzeDetail
array[object (AnalyzeStockDailyDo) {42}] | null
股票日常分析数据
chooseConfigDto
object (ChooseConfigDto)
配置信息
topBkList
array[object (StockBkMoneyHistoryDo) {22}] | null
热门版块列表
topGnList
array[object (StockBkMoneyHistoryDo) {22}] | null
热门版块列表
示例
{
"code": 0,
"success": false,
"message": "",
"timestamp": 0,
"traceId": "",
"timestampStr": "",
"exceptionMessage": "",
"customInfo": "",
"data": {
"code": "",
"name": "",
"date": "",
"stockDo": {
"id": 0,
"code": "",
"name": "",
"exchange": 0,
"fullCode": "",
"canUse": 0,
"canRong": 0,
"point": 0,
"areaCode": "",
"areaName": "",
"createTime": "",
"createUser": "",
"flag": 0
},
"historyDetail": [
{
"code": "",
"name": "",
"currDate": "",
"lowestPrice": 0.0,
"openingPrice": 0.0,
"yesClosingPrice": 0.0,
"closingPrice": 0.0,
"highestPrice": 0.0,
"amplitude": 0.0,
"amplitudeProportion": 0.0,
"tradingVolume": 0.0,
"tradingValue": 0.0,
"highestTime": "",
"lowestTime": "",
"openPercent": 0.0,
"highestPercent": 0.0,
"lowestPercent": 0.0,
"zt": 0,
"tProportion": 0.0,
"outDish": 0,
"innerDish": 0,
"changingProportion": 0.0,
"than": 0.0,
"avgPrice": 0.0,
"market": 0.0,
"ltMarket": 0.0,
"staticPriceRatio": 0.0,
"dynamicPriceRatio": 0.0,
"ttmPriceRatio": 0.0,
"buyHand": 0,
"sellHand": 0,
"appointThan": ""
}
],
"ydDetail": [
{
"id": 0,
"currDate": "",
"code": "",
"name": "",
"type": 0,
"typeMessage": "",
"price": 0.0,
"priceProportion": 0.0,
"closePrice": 0.0,
"closePriceProportion": 0.0
}
],
"topDetail": [
{
"id": 0,
"code": "",
"name": "",
"currDate": "",
"hourTime": 0,
"price": 0.0,
"priceProportion": 0.0,
"topNum": 0
}
],
"cacheDetail": [
{
"code": "",
"name": "",
"currDate": "",
"yesZf": 0.0,
"closeRange15d": 0.0,
"closeRange10d": 0.0,
"closeRange5d": 0.0,
"closeRange3d": 0.0,
"areaName": "",
"rongZi": 0,
"openUp": 0,
"gtOpen": 0,
"open": 0.0,
"changingProportion": 0.0,
"than": 0.0,
"ltMarket": 0.0,
"topNum": 0,
"ema5": 0.0,
"ema10": 0.0,
"volumeUp": 0,
"priceHighBefore3NoMax": 0,
"money5": 0.0,
"money3": 0.0,
"beforeM3": 0.0,
"beforeM2": 0.0,
"beforeM1": 0.0,
"moneyUp": 0,
"upDay": 0,
"ydText": "",
"yesClose": 0.0,
"id": 0,
"areaCode": "",
"specialAreas": 0,
"st": 0,
"high": 0.0,
"lower": 0.0,
"close": 0.0,
"avg": 0.0,
"market": 0.0,
"ema20": 0.0,
"beforev3": 0,
"beforev2": 0,
"beforev1": 0,
"beforep3": 0.0,
"beforep2": 0.0,
"beforep1": 0.0,
"priceUp": 0,
"beforeper3": 0.0,
"beforeper2": 0.0,
"beforeper1": 0.0,
"perUp": 0,
"beforeHp3": 0.0,
"beforeHp2": 0.0,
"beforeHp1": 0.0
}
],
"score": 0,
"indexDetail": [
{
"id": 0,
"currDate": "",
"code": "",
"name": "",
"ktype": 0,
"nowPrice": 0.0,
"macdFastEma": 0.0,
"macdSlowEma": 0.0,
"macdDif": 0.0,
"macdDea": 0.0,
"macdValue": 0.0,
"bollU": 0.0,
"bollM": 0.0,
"bollD": 0.0,
"kdjK": 0.0,
"kdjD": 0.0,
"kdjJ": 0.0,
"dmiDl1": 0.0,
"dmiDl2": 0.0,
"dmiAdx": 0.0,
"dmiAdxr": 0.0,
"klineRise": 0,
"klineYang": 0,
"volumeRise": 0,
"amountRise": 0,
"td": 0,
"ma5": 0.0,
"ma10": 0.0,
"ma20": 0.0,
"ma40": 0.0,
"ma60": 0.0,
"ema5": 0.0,
"ema10": 0.0,
"ema20": 0.0,
"ema60": 0.0,
"rsi6": 0.0,
"rsi12": 0.0,
"rsi24": 0.0,
"bias6": 0.0,
"bias12": 0.0,
"bias24": 0.0,
"cci14": 0.0,
"wr6": 0.0,
"wr10": 0.0,
"wr14": 0.0,
"wr20": 0.0
}
],
"moneyDetail": [
{
"id": 0,
"bkCode": "",
"bkName": "",
"currentDate": "",
"type": 0,
"bkNowPrice": 0.0,
"bkNowProportion": "",
"market": "",
"todayMainInflow": "",
"todayMainInflowProportion": "",
"todaySuperInflow": "",
"todaySuperInflowProportion": "",
"todayMoreInflow": "",
"todayMoreInflowProportion": "",
"todayMiddleInflow": "",
"todayMiddleInflowProportion": "",
"todaySmallInflow": "",
"todaySmallInflowProportion": "",
"todayMainInflowCode": "",
"todayMainInflowName": "",
"sortNum": 0,
"convertData": false
}
],
"bkMoneyDetail": [
{
"id": 0,
"bkCode": "",
"bkName": "",
"currentDate": "",
"type": 0,
"bkNowPrice": 0.0,
"bkNowProportion": "",
"market": "",
"todayMainInflow": "",
"todayMainInflowProportion": "",
"todaySuperInflow": "",
"todaySuperInflowProportion": "",
"todayMoreInflow": "",
"todayMoreInflowProportion": "",
"todayMiddleInflow": "",
"todayMiddleInflowProportion": "",
"todaySmallInflow": "",
"todaySmallInflowProportion": "",
"todayMainInflowCode": "",
"todayMainInflowName": "",
"sortNum": 0,
"convertData": false
}
],
"bkDetails": [
{
"id": 0,
"code": "",
"name": "",
"type": 0,
"hotNum": ""
}
],
"poolDetail": [
{
"id": 0,
"currDate": "",
"code": "",
"name": "",
"type": 0,
"nowPrice": 0.0,
"amplitude": 0.0,
"typeMessage": "",
"changingProportion": 0.0,
"startTime": "",
"endTime": "",
"statCount": 0,
"statDay": 0,
"bkName": "",
"days": 0,
"reason": "",
"zfProportion": 0.0,
"startTimeStr": "",
"endTimeStr": ""
}
],
"analyzeDetail": [
{
"id": 0,
"code": "",
"name": "",
"currDate": "",
"highestPrice": 0.0,
"lowestPrice": 0.0,
"openingPrice": 0.0,
"closingPrice": 0.0,
"amplitudeProportion": 0.0,
"closingProfit": 0.0,
"down90": 0.0,
"up90": 0.0,
"avgPrice": 0.0,
"concentrate90": 0.0,
"concentrate70": 0.0,
"support": 0.0,
"stopProfit": 0.0,
"stopLoss": 0.0,
"pressure": 0.0,
"supportDiffper": 0.0,
"stopProfitDiffper": 0.0,
"stopLossDiffper": 0.0,
"pressureDiffper": 0.0,
"comment": "",
"totalScore": 0.0,
"raise1": 0.0,
"raise1Increase": 0.0,
"raise5": 0.0,
"raise5Increase": 0.0,
"totalScoreChange": 0.0,
"dfWordsExplain": "",
"orgParticipate": 0.0,
"participateTypeCn": "",
"fengXiang": "",
"zhenGu": "",
"dfPingJia": "",
"dfKongPan": "",
"dfZhiCheng": "",
"dfFengXiang": "",
"dfZhenGu": "",
"codeEncode": "",
"nameEncode": ""
}
],
"chooseConfigDto": {
"stockFilterConditionDto": {
"containsRong": false,
"containsSt": false,
"containsNew": false,
"containsThree": false,
"containsCy": false,
"requireTopBk": false,
"requireQs": false,
"requireOpenUp": false,
"requireGtOpenPrice": false,
"requireZf": false,
"requireArea": false,
"requireVolumeUp": false,
"requirePriceUp": false,
"requireMoneyIn": false,
"requireGtEma5": false,
"scoreValid": false,
"requireDfTop": false,
"requireMarket": false,
"requirePriceRange": false,
"requireZfRange": false,
"requirePriceHighBefore3NoMax": false,
"requireChange": false,
"requireThan": false,
"requireAvgPrice": false,
"requireUpDay": false
},
"realBuy": false,
"repeat": false,
"execOperation": false,
"stockType": 0,
"removeName": "",
"maxTop": 0,
"zfMax5d": 0.0,
"zfMax3d": 0.0,
"minMarket": 0,
"maxMarket": 0,
"limitMinPrice": 0,
"limitMaxPrice": 0,
"todayMinZf": 0.0,
"todayMaxZf": 0.0,
"todayMinChange": 0,
"todayMaxChange": 0,
"todayMinThan": 0,
"todayMaxThan": 0,
"maxUpDay": 0,
"backDays": 0,
"removeBkList": [
""
],
"loveBkList": [
""
],
"buyNum": 0,
"maxChooseNum": 0,
"backTestDate": "",
"backTestEndDate": "",
"printLog": false,
"userId": 0,
"useMoneyBuy": false,
"maxMoneyForOne": 0,
"buyNumMap": {
"0": 0
}
}
}
}
修改于 2025-04-08 08:12:19