新股日历、ipo列表
小于 1 分钟
GET 指数列表
GET /stock/ipo-list
http://api.qiyuansj.top/stock/ipo-list?apikey=test&country=IN
请求参数
| 名称 | 位置 | 类型 | 必选 | 说明 |
|---|---|---|---|---|
| apikey | query | string | yes | 注册获取测试密钥 |
| country | query | string | yes | 国家编码 |
返回示例
成功
{
"code": 200,
"count": 1,
"list": [
{
"name": "Namo Ewaste Management Ltd",
"exchange": "NSE",
"symbol": "",
"listingTime": 1725004216,
"issuePrice": "80-85"
}
],
"msg": "ok"
}
Responses
| 状态码 | 状态码含义 | 说明 |
|---|---|---|
| 200 | OK | 成功 |
返回数据结构
状态码 200
| 名称 | 类型 | 说明 |
|---|---|---|
| » code | integer | 状态码 |
| » count | integer | 新闻总数 |
| » list | [object] | none |
| »» name | string | 股票名称 |
| »» exchange | string | 上市交易所 |
| »» symbol | string | 股票编码 |
| »» listingTime | integer | 上市时间 |
| »» issuePrice | string | 发行价格 |
| » msg | string |
