Commit Graph

4 Commits

Author SHA1 Message Date
ash 27ca0a97c4 equity: Accept open_price aliases in historicals
CI / Test and build (pull_request) Successful in 16s
Live Agentic get_equity_historicals returns
data.results[].bars[] with open_price/high_price/low_price/close_price.
parseHistoricals only read historicals[].data_points[] with short OHLC
names, so CT113 saw bars_len=30 on the wire but 0 parsed bars and VWAP
stayed 0 all day (insufficient_data mass skip).

Accept results|historicals envelopes, bars|data_points arrays, and
*_price aliases alongside short names. Fixture uses the live shape;
legacy short-name envelope stays covered.

Link: #18
2026-09-09 10:07:23 +00:00
s1d3sw1ped b4534b2741 feat: add equity place, review, and cancel 2026-09-01 12:47:05 -05:00
s1d3sw1ped 21170bcf15 fix: parse quotes results envelope and JSON-number num_std 2026-09-01 12:39:00 -05:00
s1d3sw1ped 658ba5efba feat: add equity read MCP methods 2026-09-01 12:31:18 -05:00