marsapp/financegrab

Mars`s financegrab project

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/marsapp/financegrab

1.1.8 2020-12-19 05:48 UTC

This package is auto-updated.

Last update: 2025-09-19 16:32:29 UTC


README

說明

以分析股市資料為目建構完整網頁專案,所提供的金融資料抓取函式庫

安裝

composer require marsapp/finance

使用

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

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

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