Add get price data helper

This commit is contained in:
boris
2026-04-23 19:41:01 -07:00
parent bb8f40f33c
commit ca49b6dbb3
6 changed files with 123 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ current alignment pass.
- [x] `is_suspended`
- [x] `is_st_stock`
- [ ] `get_price` style date-range tabular API
- [x] `get_price` style date-range tabular API
- [ ] `instruments_history`
## Execution Order
@@ -77,5 +77,5 @@ current alignment pass.
## Current Step
Active implementation target: continue stock data-source API parity after
covering suspended/ST historical flags; next larger gap is a `get_price` style
date-range tabular API and instruments history.
covering suspended/ST historical flags and `get_price` style date-range
queries; next larger gap is instruments history.