rex_YahooFinance
Introduction
Read stocks info from yahoo.finance.
This plugin could NOT be used in cocoonJS, since it uses cross-domain-requests jQuery library to read web page.
Read stocks info from yahoo.finance.
This plugin could NOT be used in cocoonJS, since it uses cross-domain-requests jQuery library to read web page.
It is similar with official AJAX plugin.
- Call "Action:Request stock historical data" to start a request.
- "Condition:On completed" will be triggered when page content received successful, get page content by "Expression:LastData". Or "Condition:On error" will be triggered when failed.
Load result into taffydb plugin
Sample capx
The result of in "Expression:LastData" could be put in rex_taffydb plugin directly.
Sample capx
The result of in "Expression:LastData" could be put in rex_taffydb plugin directly.
Show result at candlestick chart
Sample capx
The result also could be displayed at rex_canvas_candlestick behavior on canvas.
Sample capx
The result also could be displayed at rex_canvas_candlestick behavior on canvas.