You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Highlights
Adds an optional read-only Futu OpenD connector for tools/mira_data.
New fetch families: futu_market_price, futu_historical_bars, futu_option_chain, and futu_future_info.
New mira_data futu probe command for local OpenD connectivity checks.
MIRA_MARKET_DATA_DEFAULT_SOURCE=futu_opend can route generic market_price and technical OHLCV workflows to the local connector.
Registers futu_opend_local as a private authorized local quote gateway in the source registry and evidence policy.
Documents the Futu private-data boundary in docs/futu-private-data.md: quote-only, no trade context, no order placement, and raw provider/account artifacts stay under private/.
Hardens the Mira data substrate from the post-v0.12.0 fixes:
bounded retry handling for transient HTTP/body decode failures,
SEC companyfacts ticker-map resilience,
source-registry hardening,
regression tests wired into the local quality gate.