From fe3f6ca79a0422ab6085e1ebc8e416765c226dff Mon Sep 17 00:00:00 2001 From: Stephan D Date: Mon, 16 Feb 2026 13:03:54 +0100 Subject: [PATCH] switched USDT / USD rate inversion off --- api/fx/ingestor/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/fx/ingestor/config.yml b/api/fx/ingestor/config.yml index 965d23e8..9ae70b69 100644 --- a/api/fx/ingestor/config.yml +++ b/api/fx/ingestor/config.yml @@ -19,8 +19,8 @@ market: quote: "EUR" symbol: "EURUSDT" invert: true - - base: "USD" - quote: "USDT" + - base: "USDT" + quote: "USD" symbol: "USDTUSD" invert: false - base: "UAH"