Updating prices from JSON with [ ] characters in the URL

If the characters are used in the URL, then the exchange rate update does not work.
For example:
https://data.kurzy.cz/json/komodity/id[zlato]den[20240101-20240111]mena[czk]

Have you tried the URL escaping for brackets, i.e., %5B for [ and %5D for ]?

3 Likes

This seems to work. Thank you very much.

https://data.kurzy.cz/json/komodity/id[zlato]den[{TODAY:YYYYMMdd:-P1M}-{TODAY:YYYYMMdd:-P1d}]mena[czk]