Difference between revisions of "Orange: Yahoo Finance"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Sumber: https://orange.biolab.si/widget-catalog/time-series/yahoo_finance/ Generate time series from Yahoo Finance stock market data. Outputs Time series: Time series t...") |
Onnowpurbo (talk | contribs) (→Output) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Sumber: https://orange.biolab.si/widget-catalog/time-series/yahoo_finance/ | Sumber: https://orange.biolab.si/widget-catalog/time-series/yahoo_finance/ | ||
− | + | Widget Yahoo Finance men-generate time series data dari Yahoo Finance stock market data. | |
− | + | ==Output== | |
− | + | Time series: Time series table of open, high, low, close (OHLC) prices, volume and adjusted close price. | |
− | + | Widget Yahoo Finance akan mengambil historical stock market data dari Yahoo Finance dan mengeluarkannya sebagai time series data table. | |
− | + | [[File:Yahoo-finance-stamped.png|center|200px|thumb]] | |
− | |||
− | |||
− | + | * Stock (e.g. GOOG) or index (e.g. DJI) symbol you are interested in. | |
+ | * Date range you are interested in. | ||
+ | * Desired resolution of the time series. Can be one of: daily, weekly, monthly, or dividends. The last option outputs a table of dates when dividends were issued, along with their respective dividend amounts. | ||
− | + | ==Contoh== | |
+ | Karena tipe output data dari widget Yahoo Finance adalah sebuah table, kita dapat menghubungkan data tersebut ke widget / modul lain yang bisa menerima tabel. Tentunya kita dapat menggunakannya untuk men-test berbagai fungsi yang ada di timeseries add-on. | ||
+ | |||
+ | [[File:Yahoo-finance-ex1.png|center|600px|thumb]] | ||
==Referensi== | ==Referensi== |
Latest revision as of 06:01, 7 April 2020
Sumber: https://orange.biolab.si/widget-catalog/time-series/yahoo_finance/
Widget Yahoo Finance men-generate time series data dari Yahoo Finance stock market data.
Output
Time series: Time series table of open, high, low, close (OHLC) prices, volume and adjusted close price.
Widget Yahoo Finance akan mengambil historical stock market data dari Yahoo Finance dan mengeluarkannya sebagai time series data table.
- Stock (e.g. GOOG) or index (e.g. DJI) symbol you are interested in.
- Date range you are interested in.
- Desired resolution of the time series. Can be one of: daily, weekly, monthly, or dividends. The last option outputs a table of dates when dividends were issued, along with their respective dividend amounts.
Contoh
Karena tipe output data dari widget Yahoo Finance adalah sebuah table, kita dapat menghubungkan data tersebut ke widget / modul lain yang bisa menerima tabel. Tentunya kita dapat menggunakannya untuk men-test berbagai fungsi yang ada di timeseries add-on.