Add Bitcoin to list of supported currencies

Bitcoin is not currently one of the 28 currencies listed here: Data Formats | Holistics Docs (4.0) but it would be great to have.
The Bitcoin sign is part of unicode, with code point U+20BF (₿).

Hi @jir,
Thanks for your request. We’ll add it to the backlog and let you know when it’s implemented.

Hi @jir ,
We have a property in a dimension definition that can format a Bitcoin icon. You can do as follows:

dimension formatted_price {
  label: "Formatted Price"
  type: "number"
  format: "#,###[$₿]" 
}

You can use either ₿ or after the $ sign in the format property to get the desired result.

Hope this helps!

Hi @jir,
Great news! We’ve launched Custom currency, which should help you configure your currency (e.g., Bitcoin - ₿) directly in the GUI.

:star2: What’s new

  • Editable in both GUI and code: You can now add your currency via the number formatting GUI or directly via code. This setting persists per field, just like other custom formats.
  • Accessible across roles: Admins, Analysts, and Explorers with proper permissions can now customize currency formatting on their fields.

:gear: How it works

  • Go to Format > Use custom format > Currency tab
  • Select Use custom currency, and type the symbol you want

Note: Custom currency applies on a per-field basis.

:books: Documentation

Give it a try and share with us. We’d love to hear if this helps ease your workflow!