Skip to content

Commit 793c97d

Browse files
authored
Update 2025-07-07-openapi-doc.md
1 parent 412345d commit 793c97d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_posts/2025-07-07-openapi-doc.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ tiger_id=20550001
169169
account=12345678
170170
license=TBUS
171171
env=PROD
172+
secret_key=
173+
# secret_key is required for institutional clients only
172174
```
173175

174176
**Additional ​Configurations ​​(​Optional)**
@@ -340,6 +342,8 @@ from tigeropen.common.consts import (Language, # Language
340342
Market, # Market
341343
BarPeriod, # K-line period
342344
QuoteRight) # Adjustment type
345+
from tigeropen.quote.quote_client import QuoteClient
346+
343347
from tigeropen.tiger_open_config import TigerOpenClientConfig
344348

345349
def get_client_config():
@@ -356,7 +360,7 @@ quote_client = QuoteClient(client_config)
356360
stock_price = quote_client.get_stock_briefs(['AAPL'])
357361
```
358362

359-
You can download this [demo project](https://github.com/tigerfintech/openapi-doc/blob/main/demo/demo-project.zip), and replace the content of properties config file
363+
You can download this [demo project](https://github.com/tigerfintech/openapi-doc/raw/refs/heads/main/demo/demo-project.zip), and replace the content of properties config file
360364

361365

362366
### **Introduction to Common ClientConfig Configuration Options**

0 commit comments

Comments
 (0)