Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 405 Bytes

longport_depth.md

File metadata and controls

27 lines (21 loc) · 405 Bytes

Table: longport_depth - Query Security Depth using SQL

The Security Depth table is used to obtain the real-time depth data of security.

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

Examples

Query Real-time Quotes by symbol

select
  *
from
  longport_depth
where
  symbol = '700.HK';
select
  *
from
  longport_depth
where
  symbol = '700.HK';