The UI would like to have the possibility to view historic feed price. If not mistaken, haven't tested though, es_objects does store feed price. Relevant code bits are - https://github.com/bitshares/bitshares-core/blob/cdc2db30c2f06aaddbfda965ee270b99dc24e0aa/libraries/plugins/es_objects/es_objects.cpp#L307 - https://github.com/bitshares/bitshares-core/blob/cdc2db30c2f06aaddbfda965ee270b99dc24e0aa/libraries/plugins/es_objects/es_objects.cpp#L256-L257 Related UI Issue https://github.com/bitshares/bitshares-ui/issues/502
The UI would like to have the possibility to view historic feed price.
If not mistaken, haven't tested though, es_objects does store feed price.
Relevant code bits are
Related UI Issue bitshares/bitshares-ui#502