diff --git a/index.html b/index.html
index f226568..8440e3e 100644
--- a/index.html
+++ b/index.html
@@ -599,7 +599,7 @@
rates = await floExchangeAPI.getRates();
update_element(
"flobnb-price",
- formatAmount(parseFloat(rates['flobnb']))
+ formatAmount(parseFloat(rates.rates['flobnb']))
);
update_element(
"flobnb-price-userpage",