AssetManager.API/AssetManager.Services
OpenClaw Agent 34f06ce941 perf: 优化历史价格获取,优先从缓存表查询
1. 先从 market_kline_cache 缓存表查特定日期价格
2. 缓存命中直接返回,减少 API 调用
3. 缓存未命中才调用 GetHistoricalDataAsync
4. 获取历史数据从 365 天减少到 30 天
5. 大幅减少 Tiingo API 消耗
2026-03-15 10:12:20 +00:00
..
Services fix: 请求收益曲线时自动回填历史数据 2026-03-13 16:21:31 +00:00
AssetManager.Services.csproj fix: 请求收益曲线时自动回填历史数据 2026-03-13 16:21:31 +00:00
IPortfolioNavService.cs feat: 新增组合净值历史功能 2026-03-13 16:08:59 +00:00
IPortfolioService.cs feat: 交易后自动触发净值历史重算 2026-03-13 16:53:02 +00:00
IStrategyService.cs fix: 请求收益曲线时自动回填历史数据 2026-03-13 16:21:31 +00:00
ITickerService.cs fix: 请求收益曲线时自动回填历史数据 2026-03-13 16:21:31 +00:00
PortfolioNavService.cs perf: 优化历史价格获取,优先从缓存表查询 2026-03-15 10:12:20 +00:00
PortfolioService.cs feat: 交易后自动触发净值历史重算 2026-03-13 16:53:02 +00:00
StrategyService.cs fix: 添加 PortfolioNavHistory 到 CodeFirst 初始化,删除手动迁移脚本 2026-03-15 08:29:05 +00:00
TickerService.cs fix: 请求收益曲线时自动回填历史数据 2026-03-13 16:21:31 +00:00