I have a Cloudability report that when I export the data to CSV, the values for usage_quantity, adjusted_cost, total_amortized_cost have values that go to 9 or more digits to the right of 0. For example, 0.029456019. When I export the same data via an API call, the values adjusted_cost, total_amortized_cost are trimmed due to the data type for these measures is currency. Is there a way to force the API to return the currency values as float values?
The reason being, that if you compare the amounts between the report data in CSV format and the API data, the values for the currency measures is way off.
#Cloudability
#API