Hi @josh Strapi in this case is returning the response from the database, so in this case I believe it’s your database that is trimming the trailing zero. I don’t believe there is a “Strapi side” modification that can be done easily to add that back in, it may be best to handle this on the frontend to “format” the data as currency. For example Javascript already has a built in function for this: Intl.NumberFormat - JavaScript | MDN
2 Likes