Code Monkey home page Code Monkey logo

istock's Introduction

前言

本应用是一个基于Spring boot 实现的股票指数爬虫工具,数据来源于同花顺,新浪财经,雪球,上交所,深交所

❗ 👉 本项目初衷纯属技术交流,勿作商业用途❗‼️

实现功能

☑️ 指数更新

☑️ 股票数据范围:目前只支持上市和沪市(A股)

☑️ 市盈率,市净率,ROE ,所属行业

☑️ 历史数据:市盈率,市净率 ,分红,净资产收益率

Demo 效果

🔗 点我查看效果 (demo版) 🔗

💥 效果图 💥

国内指数

http://hq.sinajs.cn/list=sz399001,sh000001,sz399006,sh000300

数据结构

	"_id" : "000783",
	"type" : "sz",
	"name" : "长江证券",
	"price" : 6.62,
	"yesterdayPrice" : 6.69,
	"fluctuate" : -1.05,
	"todayMax" : 6.72,
	"todayMin" : 6.62,
	"priceDate" : ISODate("2018-05-29T06:58:01.117Z"),
	"industry" : "证券",
	"mainBusiness" : "证券代理买卖、证券自营、证券承销、受托资产管理等证券类业务。",
	"totalValue" : 369,
	"pb" : 1.38,
	"roe" : 1.21,
	"bvps" : 4.85,
	"pes" : 23.94,
	"ped" : 28.704,
	"dividendDate" : "-", 
	"dividend" : 2.2,
	"dy" : 2.24,
	"dyDate" : 20180529,
	"infoDate" : 20180529,
	"dividendUpdateDay" : 20180524 

istock's People

Contributors

kingschan1204 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.