-
-
This can be split into 2 issues, one for buying and one for selling, if needed.
This is a big part of the stock simulator: buying and selling stocks.
The easiest way to get stock prices is probably b…
-
So say, if I'm retrieving this URL
https://www.quandl.com/api/v3/datasets/CURRFX/USDBND.xml?start_date=2015-08-17&end_date=2015-08-17
Is there anywhere I can specify start_date and end_date values?
-
Quandl {!!!!} A package that interacts directly with the Quandl API to offer data in a number of formats usable in R, as well as the ability to upload and search.
It should be either https://cran.r-p…
-
Would like to be able to fetch a TimeSeries from Quandl v3 API (https://www.quandl.com/docs/api#datasets) and shape the result into an appropriate series object.
-
I don't do Data Science ... I hear from lots of people I trust that F# is good for doing Data Science. If we were to propose a packaging for VS for doing Data Science what would it need to have in it…
-
According to the docs here: https://www.quandl.com/docs/api#dataset-search we can use the search endpoint to get all the datasets within a database by hitting something like datasets.csv?database_code…
-
There are no timeout options
neither for standard mode nor force_curl mode
php.ini has default_socket_timeout => 60 option, but sometimes getList hangs forever
strace shows nothing but "read(0," (or s…
-
Hi,
I'm running Julia 0.3.10 and Quandl 0.4.2.
```
julia> quandl("GOOG/NASDAQ_QQQ")
ERROR: `split` has no method matching split(::Array{Uint8,1}, ::ASCIIString)
in timearray at /home/collie…
-
When pulling data that is more granular than monthly data but the request is to collapse to monthly data the time index of resulting time series is confused. Demonstration below.
waso