Plugin : Yahoo finance
Author:Rex.Rainbow
- Read stocks info from yahoo.finance.
Download
Actions
Stock historical data
Action:Request stock historical data
- Request stock historical data.
- Tag ( string ) : A tag, which can be anything you like, to distinguish between different requests.
- Symbol ( string ) : Symbol of stock.
- Start year ( number ) : Start year of history.
- Start month ( number ) : Start month of history.
- Start date ( number ) : Start date of history.
- End year ( number ) : End year of history.
- End month ( number ) : End month of history.
- End date ( number ) : End date of history.
Expressions
Result
Expression:LastData
- Get the data returned by the last successful request.
Conditions
Request
Condition:On completed
- Triggered when a request completes successfully.
- Tag ( string ) : A tag, which can be anything you like, to distinguish between different requests.
Condition:On error
- Triggered when an page request fails.
- Tag ( string ) : A tag, which can be anything you like, to distinguish between different requests.