Yi-love / jelly

Get ipo stock list from hkexnews

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jelly

Get ipo stock list from hkexnews.

const jelly = require('@cray/jelly');

jelly.pre().then((result)=>{
  console.log('ipo result: ' , result);
});

jelly.pre(week , options)

  • week 最近7天 ,true: 默认最近7天 , false: 当天
  • options request配置

About

Get ipo stock list from hkexnews


Languages

Language:JavaScript 100.0%