Skip to content

Commit 412345d

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ secret_key=
333333
# secret_key is required for institutional clients only
334334
```
335335

336+
Demo code:
337+
336338
```python
337339
from tigeropen.common.consts import (Language, # Language
338340
Market, # Market
@@ -341,9 +343,6 @@ from tigeropen.common.consts import (Language, # Language
341343
from tigeropen.tiger_open_config import TigerOpenClientConfig
342344

343345
def get_client_config():
344-
"""
345-
https://quant.itigerup.com/#developer Retrieve developer information
346-
"""
347346
client_config = TigerOpenClientConfig(props_path='/Users/demo/props/')
348347
return client_config
349348

@@ -357,7 +356,7 @@ quote_client = QuoteClient(client_config)
357356
stock_price = quote_client.get_stock_briefs(['AAPL'])
358357
```
359358

360-
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
361360

362361

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

0 commit comments

Comments
 (0)