使用限制:免费使用新闻和财务每天限制1000个请求
main…
地址http://{IP}:{POST}/api/{type}
认证:必填,设置请求头 “Authorization”=”{key}”
协议:GET
go…
type=ipo_list (印度IPO)
http://{IP}:{POST}/api/ipo_list?country=india
认证:必填,设置请求头 “Authorization” = “{Your key}”
参数 国家(必填):country=india
仅印度市场,获取印度市场的IPO信息:
//IPO信息里面的smybol在上市当天9点可以获取到,之前为null。
返回内容分别代表:名字、产品代码、开始时间、停止时间、上市时间、发行价格、发行规模、购买规模、交易所交换、序号(无意义)、本地更新时间(无意义)、null(无意义)
请求印度新闻列表
type=news_page
参数 国家(必填):country=india
(其它可选国家 印度:india,中国:china,美国:america,韩国:korea)
参数 页码(必填):page=1
范例http://{IP}:{POST}/api/news_page?country=india&page=1
认证:必填,设置请求头 “Authorization”=”{key}”
最活跃的公司
type=active_list
参数 国家(必填):country=india
范例http://{IP}:{POST}/api/active_list?country=india
认证:必填,设置请求头 “Authorization”=”{key}”
涨幅最大的公司
type=gainer_list
参数 国家(必填):country=india
范例http://{IP}:{POST}/api/gainer_list?country=india
认证:必填,设置请求头 “Authorization”=”{key}”
跌幅最大的公司
type=loser_list
参数 国家(必填):country=india
范例http://{IP}:{POST}/api/loser_list?country=india
认证:必填,设置请求头 “Authorization”=”{key}”
返回简单说明:
type=news/page返回
page=1表示第一页,2表示第二页..
\n表示换行符
published=新闻公布时间
createTime=本地更新时间 GTM+0时区时间
其它无特殊含义不做解释
type=active/list返回
此接口为最活跃的股票,排序方式为当日成交额由高至低
其它无特殊含义不做解释