77 releases

0.2.77 Oct 30, 2023
0.2.72 Sep 18, 2023
0.2.66 Jul 20, 2023
0.2.51 Mar 27, 2023
0.2.29 Jul 20, 2022

#6 in #long-port

Download history 9/week @ 2025-07-06 3/week @ 2025-07-13 3/week @ 2025-08-17 58/week @ 2025-08-24 26/week @ 2025-08-31

277 downloads per month
Used in 2 crates

MIT/Apache

1.5MB
32K SLoC

C++ 24K SLoC // 0.1% comments Go 7.5K SLoC // 0.0% comments Rust 1K SLoC Python 220 SLoC // 0.1% comments

LongPort OpenAPI SDK

Go project version PyPI version npm version Maven Central

LongPort OpenAPI provides programmatic quote trading interfaces for investors with research and development capabilities and assists them to build trading or quote strategy analysis tools based on their own investment strategies. The functions fall into the following categories:

  • Trading - Create, amend, cancel orders, query today’s/past orders and transaction details, etc.
  • Quotes - Real-time quotes, acquisition of historical quotes, etc.
  • Portfolio - Real-time query of the account assets, positions, funds
  • Real-time subscription - Provides real-time quotes and push notifications for order status changes

This repo contains the following main components:

Name Document Description
Rust Doc LongPort OpenAPI for Rust (>= 1.89.0)
Python Doc LongPort OpenAPI for Python 3 (>= 3.7)
Node.js Doc LongPort OpenAPI for Node.js (>= 10)
Java Doc LongPort OpenAPI for Java (>= 1.8)
C Doc LongPort OpenAPI for C (>= C99)
C++ Doc LongPort OpenAPI for C++(>= C++17)
Go https://github.com/longportapp/openapi-go
MCP An MCP server implementation for LongPort OpenAPI

Environment Variables

Name Description
LONGPORT_LANGUAGE Language identifier, zh-CN, zh-HK or en (Default: en)
LONGPORT_APP_KEY App key
LONGPORT_APP_SECRET App secret
LONGPORT_ACCESS_TOKEN Access token
LONGPORT_HTTP_URL HTTP endpoint url (Default: https://openapi.longportapp.com)
LONGPORT_QUOTE_WS_URL Quote websocket endpoint url (Default: wss://openapi-quote.longportapp.com/v2)
LONGPORT_TRADE_WS_URL Trade websocket endpoint url (Default: wss://openapi-trade.longportapp.com/v2)
LONGPORT_ENABLE_OVERNIGHT Enable overnight quote, true or false (Default: false)
LONGPORT_PUSH_CANDLESTICK_MODE realtime or confirmed (Default: realtime)
LONGPORT_PRINT_QUOTE_PACKAGES Print quote packages when connected, true or false (Default: true)
LONGPORT_LOG_PATH Set the path of the log files (Default: no logs)

SDK Documenation

https://longportapp.github.io/openapi

Resources

License

Licensed under either of

Dependencies

~2.5MB
~55K SLoC