In order to fetch the result, the result name should first be defined.
The second issue is that you’re converting the reference to the result to a string.
By doing so, that piece of code will not be executed when you print it.
What would work is the following, based on the result name you mentioned:
If the USD isn’t fixed, that could be determined in a local variable just like current_date_seconds.
So you first need to get the entire result name in a dynamic variable (result_name).
Then you can use that result name to access the actual result from the template.
Note that you need to apply square brackets around the result name because it’s a dynamic variable, and that the local var result_value is not a string, so no apostrophes.