I know that you can easily use an API to transfer from currency to currency, but it can be slow at times with large data sets.
I’m looking to GET the most up to date currency exchange rates daily via an API service, such as, https://exchangeratesapi.io/, and save the results to the database so that all of the FX calculations can be run inside of Bubble and not via API each time the page/content is loaded.
How do I call an API daily and then save the result to a table inside of Bubble?
Thanks