The Real-time Option Quote table is used to obtain the real-time option quote data of security.
https://open.longportapp.com/en/docs/quote/pull/option-quote
select
*
from
longport_option_quote
where
symbol in
(
'BABA.US',
'TSLA.US',
'700.HK',
"AAPL.US"
);
select
*
from
longport_option_quote
where
symbol in
(
'BABA.US',
'TSLA.US',
'700.HK',
"AAPL.US"
);