Drupal Content Management System CMS, Wordpress, Magento, Prestashop, Open Source, Shopping Cart
2013年1月10日 星期四
用PHP去Download去Grep去Importing HK Stock quotes (Yahoo Quote) for Free 免費取得Yahoo即時報價查詢股價
成日都有人問"Importing HK Stock quotes" / "免費取得即時股價"!
當然Reuters果D Financial Service Provider比錢有Data有Sample比晒你.!
好似Google Finance API冇左Stock Price呢個API CALL.!
(Msn Money 都好似work)
好多人都想Import去Excel做Analysis!
<?php
$data = file_get_contents('http://hk.finance.youngcool.com/q?s=5&ql=1');
preg_match_all ("/<span class=\"time_rtq_ticker\"><span>([^`]*?)<\/span><\/span>/", $data, $matches);
echo sprintf('<pre>%s</pre>', print_r($matches, true));
?>
Run完個PHP, 個screen show晒即時股價比你!
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言