- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 02:42 PM
Hi all, I'm trying to understand how fx_system_rate records are updated o inserted. Basically, I am trying to make a currency convertion between some currencies (USD,EUR, etc) to MXN.
I'm using GlideConverter class to make this convertion, here's and example:
I noticed that call that API creates a record on that table, but ¿where is the initial rate stored in servicenow?
I tried to look for that value in fx_rate table: but the latest value value does not match with the value used for GlideCurrencyConverter or GlideConverter :
Thanks in advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2023 08:43 AM - edited 12-16-2023 08:46 AM
Hi @Fer Ortiz.,
These records are maintained by the system. Please check the below ServiceNow Support article that also explains a little bit about conversions:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0751553
The fx_rate table will hold all exchange rates. As an example the system would convert the AUD value to EURO then EURO to USD to set the reference currency.
If you found my answer helpful or correct in any way, please don't forget to mark it to help future readers! 👍
--
Kind regards,
Marcos Kassak
Solution Consultant 🎯

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2023 08:43 AM - edited 12-16-2023 08:46 AM
Hi @Fer Ortiz.,
These records are maintained by the system. Please check the below ServiceNow Support article that also explains a little bit about conversions:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0751553
The fx_rate table will hold all exchange rates. As an example the system would convert the AUD value to EURO then EURO to USD to set the reference currency.
If you found my answer helpful or correct in any way, please don't forget to mark it to help future readers! 👍
--
Kind regards,
Marcos Kassak
Solution Consultant 🎯