Currently, I am utilizing the Alpha Vantage API through RAPID API. The response object schema from the API appears as shown in the link below:
https://i.sstatic.net/FEm0u.png
To visualize this data on a chart, I need to remove the quotation marks surrounding the numerical values in the key-value pairs. However, I haven't been able to find a JavaScript function that can achieve this after conducting multiple searches online. Any suggestions or solutions would be greatly appreciated!
For reference, here is the structure of the JSON object received from the API response: https://i.sstatic.net/JVbq3.png
If needed, here is the specific API I am accessing: