marsapp/financegrab

Mars的financegrab项目

1.1.8 2020-12-19 05:48 UTC

This package is auto-updated.

Last update: 2024-09-19 14:23:34 UTC


README

说明

以分析股市数据为目的构建完整网页项目,所提供的金融数据抓取函数库

安装

composer require marsapp/finance

使用

$g = new \marsapp\grab\finance\Grab();

$date = '2018-11-09';
$type = 'MS';

$data = $g->grab($date, $type);