see 9
This will now include the [price data persisted to XRPL](https://github.com/yyolk/xrpl-price-persist-oracle-sam/).
sh
python -m xrp_price_aggregate --exhaustive | jq '.raw_results_named|keys'
[
"binance",
"bitfinex",
"bitrue",
"bitstamp",
"cex",
"ftx",
"hitbtc",
"kraken",
"xrpl_oracle"
]
sh
pip install -U xrp_price_aggregate
python -m xrp_price_aggregate | python -m json.tool
python -m xrp_price_aggregate --exhaustive | python -m json.tool