Thanks!
BTW nobody seems to have mentioned this, but the External STEEM Price seems to be wrong.
I needed to switch to coincap.io a few months ago (CoinMarketCap is no longer free) and there seems to be a bug in their current price discovery logic (https://coincap.io/assets/steem shows the same price). Looks like they currently use only Bithumb as source. Normally prices come from various exchanges and an average price based on volume is delivered via their API. As you said, prices were correct for a couple of days recently, so I guess they are working on the issue. I hope that it will be fixed in the coming days, otherwise I need to switch to a different provider.
I've tried changing the Coin Site in Settings but makes no difference.
The Coin Site setting does not have any effect on the shown external price yet, mainly because using other APIs is connected to signing a contract and paying fees in case of too many requests. One of my servers receives and caches the prices from CoinCap once in a minute and the clients get the data from there to reduce the number of requests, but there are still too many to be able to use any of the other sites for free.
Maybe there is already a better alternative available.
I will check that soon ;)
Many thanks! Had a quick look for you and, as you say, most APIs want payment for "business use", even if it is only one or two feeds.
Found that Binance has a public price feed. Have not researched it any deeper, but look at this link: https://api.binance.com/api/v1/ticker/price?symbol=STEEMBTC
Here are all their ticker codes: https://api.binance.com/api/v1/ticker/allPrices
Only STEEMBTC, ETH and BNB.
Hope that helps a bit.