tigerfintech / openapi-python-sdk

Python SDK for Tiger Open API
https://quant.itiger.com/#openapi
68 stars 15 forks source link

get_stock_briefs()接口错误,返回permission denied #35

Closed manmadewind closed 2 years ago

manmadewind commented 4 years ago

尝试获取股票信息的时候,quote_client.get_stock_briefs(['AAPL'])出错,提示 ApiException: code=4000 msg=permission denied(This service is temporarily unavailable)

但是使用其他接口时正常,比如quote_client.get_symbol_names(market=Market.US)

625755791 commented 4 years ago

我这边也报了这个错 请问是咋回事 是接口不再提供服务了么

hotea commented 2 years ago

you need to buy quote permissions, after that, call QuoteClient.grab_quote_permission() to get the permission, and call other quote apis.