Yes, this indeed could be! Symbol means ticker with stocks and options symbol with options.
I knew that API call, but was (wrongly) thinking it's for historical stock data only,
also was rather looking for an API function of its own for historical whole chain data

Ok, historical options data for a single strike is ok too, ie. better than having nothing.
Thx!
BUT: I just tried this out, though the API call returns a success code (200), it somehow does not return the requested data, rather returns only the following for the past 2 days minute data:
Code:
{
"candles": [],
"symbol": "AMD_051923P100",
"empty": true
}
Will experiment further... If you or anybody else has the working API params let me know.
Tried also with daily data, ie. EOD, but still not getting any data
Historical stock data works fine, but not historical options data.
Is it not possible for options?
Or am I maybe doing something wrong?
Or is there maybe a bug in this API func?