-
I just install julia 0.5.1 on my Mac and did the following:
Pkg.add("Quandl")
using Quandl
quandl("GOOG/NASDAQ_QQQ")
This causes julia to crash with the following error message:
julia> q…
-
This is really open ended. The main idea is that the interest rates are always sort of close to accurate of what the standard Fannie Mae interest rates are at that moment. Note these are national in…
-
After resolving issue #41 for reasons unbeknownst to me the meta data in the json object is wrapped in a "dataset" object so that the following temporary workaround is required to make my code work:
…
-
Hey there y'all! Here's what I've got.
Running an autocomplete search on a database table of tickers and stock names using a multiple select via django-autocomplete-light.
My aim is to submit …
-
Hi There,
Does anyone think that add commodity prices would be interesting? I plan to get the data from https://www.cnbc.com/commodities/.
For example, a query would be:
User: commodity OIL
…
-
Hi @pbharrin . It is a wonderful blog and I enjoyed ingesting the fundamental data into zipline. I was wondering how I can access the file sector_etf_data.csv mentioned in risk_data_prep and also fact…
-
[Pandas DataReader](https://github.com/pydata/pandas-datareader) provides
- Yahoo Actions
- Yahoo Quotes
- Yahoo Actions
- Yahoo Component (deprecated)
- Google Options
- Google Quotes
- St.Lou…
-
https://coinbase.com/api/doc/1.0/prices.html
-
https://coinbase.com/api/doc/1.0/prices.html
-
Hello,
We should have a sample data project
(it could be in a separate repository)
I think it will be better to have sample data close to something that can be use in backtesting production.
…