Add instrument history helpers

This commit is contained in:
boris
2026-04-23 19:43:36 -07:00
parent ca49b6dbb3
commit f4030f2607
6 changed files with 60 additions and 16 deletions

View File

@@ -61,7 +61,8 @@ current alignment pass.
- [x] `is_suspended`
- [x] `is_st_stock`
- [x] `get_price` style date-range tabular API
- [ ] `instruments_history`
- [x] `active_instruments`
- [x] `instruments_history`
## Execution Order
@@ -76,6 +77,5 @@ current alignment pass.
## Current Step
Active implementation target: continue stock data-source API parity after
covering suspended/ST historical flags and `get_price` style date-range
queries; next larger gap is instruments history.
Active implementation target: continue parity audit for remaining account and
order object APIs after the core stock data-source APIs are covered.