Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 395 Bytes

longport_intraday.md

File metadata and controls

25 lines (20 loc) · 395 Bytes

Table: longport_intraday - Query Security Intraday using SQL

The Intraday table is used to obtain the intraday data of security.

https://open.longportapp.com/en/docs/quote/pull/intraday

Examples

select
   *
from
   longport_intraday
where
   symbol = 'TSLA.US' limit 10;
select
   *
from
   longport_intraday
where
   symbol = 'TSLA.US' limit 10;