Greetings
I need help resolving the following situation.
I need to access a web page with the following address
"
https://bcv.ingeint.com/api/bcv/rate"
This page displays a JSON file with two fields: rate and date. Attached image with the search result
I have tried several codes to access this data, but none of them work. In all cases, the name of a JSON file must be explicitly indicated along with the URL, something like
"
https://bcv.ingeint.com/api/bcv/rate/factor.json"
But this is not the case.
This page is used to calculate the exchange rate of the dollar against my country's currency. It is updated daily. I want to check this value every day to update it in a database field to execute financial transactions.
I appreciate any support you can provide.