fetchAtmIvIntraday abstract method
Historical ATM Implied Volatility, sampled once per minute.
[
{ "time": 1721460600000, "atmIv": 21.8 },
...
]
Return "{}" when no historical data is available.
Implementation
Future<String> fetchAtmIvIntraday();