Norges Bank Currencies

Exchange rate fluctuation

SQL query for Norges Bank Currencies

Identify instances where the exchange rate for a specific currency fluctuated by more than 5% within a week.

SELECT * FROM currencies WHERE currency_code = ‘AUD’ AND ABS((MAX(exchange_rate) – MIN(exchange_rate)) / MIN(exchange_rate) * 100) > 5 AND date BETWEEN ‘2021-01-01’ AND ‘2021-01-07’

Norges Bank Currencies data model

Norges Bank Currencies
Table Currencies
Rate: Number
Rate_id: String
Rate_date: Date-time
Rate_currency: String
Rate_quote_currency: String

Use SQL on all your SaaS data

Magical SQL for Norges Bank Currencies with Peliqan.io

Explore data in a rich spreadsheet UI. Use Magical SQL to combine and transform data. SQL queries become new tables that can be shared with business users and used in any BI tool such as Microsoft Power BI, Tableau or Metabase.

Peliqan Ask AI willl write your SQL queries from plain English

Let AI do the work for you

Peliqan’s AI assistant helps you to write SQL queries to get to insights fast. Ask your question in plain English and immediately see the result in Peliqan’s rich spreadsheet viewer.