4/13/2015

[Mathematica] FinancialData 函數擷取股價資料

利用 Mathematica 中的 FinancialData 函數 擷取股價資料

關於 FinancialData[] 函數的功能 這邊簡單介紹如下:
FinancialData 可用以檢索美國債卷、選擇權、共同基金、指數與股價、貨幣匯率及各種相關金融證卷資訊。另外若需存取 美國公司股價可透過指派該公司的 ticker:e.g., NYSE:GE, ...等等;且關於 FinancialData 可檢索的股價時間包含 "Day", "Week", "Month", "Year";更多細節請參閱以下 官方 Wolfram 網址
https://reference.wolfram.com/language/ref/FinancialData.html

以下為使用 FinancialData 擷取股價的一些例子:
 (注意:使用者須備有 Mathematica 6 以後的版本才能使用 FinancialData函數與其相關功能。)

Example 1: 繪製 IBM 自 2013年 至 2015 年 "每月" 股價:

Example 2: 繪製 IBM 自 2000 年 至 2015 年 "每年" 股價:



Example 3: 繪製 IBM 自 2000 年 1 月 1 日 以來的股價:


Example 4: 同時繪製 IBM 與 Morgan Stanley (MS) 自 2000 年以來的股價



沒有留言:

張貼留言

[數學分析] 連續函數族的逐點上包絡函數不一定連續

連續函數有諸多用途,一般在參數最佳化領域中常見的情況是考慮所謂的 上包絡函數(upper envelope function)。 Definition:  定義函數族 \(\{f_t : t \in T\} \) 其中 \(T\) 為 index set 並考慮對任意 \(x ...