alpacahq / alpacahq/pylivetrader
data.current efficiency
Open
- Dominant language
- Python
- Stars
- 685
- Forks
- 198
- PR merge metrics
- No merged PRs in 30d
Description
`data.current` API takes multiple assets as a parameter. However, it is split into each asset and calls backend's `get_spot_value` for each asset, even though the backend can query the current value a lot more efficiently if list of assets are given at a time. This is a heritage from zipline and should be addressed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.