User Portlet
| Discussions |
|---|
| With Quandl API 3, the command for FOREX has slightly changed: AUDvsUSDRates = QuandlFinancialData["datasets/CURRFX/AUDUSD", startDate -> "1995-01-01", endDate -> "2015-02-01"]; |
| factor the factor (list a) and type In[1]:= Range[6] (Integrate[x^2, {x, 1, #}] & /@ Reverse[Range[6]]) Out[1]= {215/3, 248/3, 63, 104/3, 35/3, 0} |
| As long as historical quotes of a stock or index in available in Yahoo Finance, we can use following function to get financial data. Options[YahooFinancialData] := {StartDate -> {0, 0, 0}, EndDate -> {0, 0, 0}, TradingPeriods -> "d"}; ... |