I am using UQL to parse this data. I want to parse it in such a way that I use the dashboard time interval in order to display the data that matches the time interval. Can someone help me? I am stuck here.
Modifying the same URL for Infinity / Grafana to reflect the Time Picker values, we can write like this: https://api.marketdata.app/v1/stocks/candles/D/AAPL/?from=${__from:date:YYYY-MM-DD}&to=${__to:date:YYYY-MM-DD}
Like I am not using a URL to get the data, for temporary measure I am using inline data and uql to parse it, so I wanted to know if this kind of manipulation is possible in the UQL?