Historical data for option greeks

Is there a way to get the historical EOD data for options, including greeks?
I’d like to get the same scope of data as the one fetched by 'wss://nbstream.binance.com/eoptions/ws' endpoint for, i.e. 'params': ['BTC-240927-15000-C@ticker']

Sample scope:
{'e': '24hrTicker', 'E': 1723894519035, 'T': 1723894519000, 's': 'BTC-240927-15000-C', 'o': '48205', 'h': '48205', 'l': '48205', 'c': '48205', 'V': '0', 'A': '0', 'P': '0', 'p': '0', 'Q': '0', 'F': '0', 'L': '0', 'n': 0, 'bo': '5', 'ao': '0', 'bq': '7.46', 'aq': '0', 'b': '0.0000006', 'a': '-0.00000001', 'd': '0.99992578', 't': '-0.04072867', 'g': '0.00000003', 'v': '0.05915682', 'vo': '1.14794', 'mp': '44315', 'hl': '49638', 'll': '38995', 'eep': '0', 'r': '0.1'}

Yes, you can obtain historical end-of-day (EOD) data for options, including the Greeks, from several sources.