The Intraday table is used to obtain the intraday data of security.
https://open.longportapp.com/en/docs/quote/pull/intraday
select
*
from
longport_intraday
where
symbol = 'TSLA.US' limit 10;
select
*
from
longport_intraday
where
symbol = 'TSLA.US' limit 10;