Binance Symbol Price Ticker USDCCOP not working

Hi,
I am trying to obtaing the USDC / COP (Colombian Peso) conversion rate, using the Symbol Price Ticker of Binance API.
I am using the following command:
https://api.binance.com/api/v3/ticker/price?symbol=USDCCOP
I am getting the following error:

{
    "code": -1121,
    "msg": "Invalid symbol."
}

Why is this happening? Am i entering a wrong command or missing something to perform this operation?
I am trying to obtain the price that is listed in the following Binance page: USDC Price | USDC Price Index, Live Chart and COP Converter - Binance
Thanks for your help.

Here is what I understand from your question;

The error code -1121 with the message “Invalid symbol” indicates that the symbol USDCCOP is not recognized by the Binance API⁶. This usually happens when the symbol you are trying to query does not exist or is not supported on the Binance platform. I hope this helps.