More than just numbers
funding_raised_usd
attribute on the company object, and the value
attribute on the deal object.
There is a currency_code
property returned from the API on each attribute value, but please note that this is shared among all attribute values of the attribute; it is not possible to override currency for a particular record or entry.
Currency attributes can only be single-select.
default_currency_code
- The ISO4217 currency code e.g. USD
or EUR
. All values for the attribute inherit this value.display_type
How the currency should be displayed across the app. See MDN for more details.currency_code
(string) and currency_value
(number). This attribute does not support null values.
"4.99"
will be parsed as the float 4.99
.
As currency attributes may only be single-select, you may always write values without wrapping in an array if preferred.
We also support writing currency values using an object with a single key, currency_value
.
currency_code
since this is inherited from the attribute.
$eq
,$gt
,$gte
,$lt
,$lte
operators with the explicit syntax.