-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disruption of Quandl data, esp. CME futures #7
Comments
Regarding "Nasdaq Analytics Hub"
Innovation Lab's motto: "Building new capabilities through machine intelligence and proprietary at-source and third-party data for the future." https://business.nasdaq.com/intel/GISLab/GISLab.html
Nasdaq Analytics Hub: https://business.nasdaq.com/intel/GIS/Analytics-Hub.html That Nasdaq service appears to be proprietary, and is not transparent about costs. There is no mention of a publicly available API, only a contact form to "request a demo." The fate of datasets uploaded to Quandl is dark. An apology or explanation for disrupted Quandl users has not been offered by Nasdaq thus far. |
From: Quandl CEO, Dec 04 2018
Source: https://blog.quandl.com/quandl-acquired-by-nasdaq-to-advance-use-of-alternative-data The date of Kamel's blog post is the same as the Nasdaq press release, so we are puzzled: is the Quandl API still functional? >>> xbt = fe.get('BCHAIN/MKPRU')
>>> fe.tail(xbt)
Y
T
2018-12-01 4106.871667
2018-12-02 4116.777500
2018-12-03 4167.546667
2018-12-04 3967.524167
2018-12-05 3961.493333
2018-12-06 3858.349167
2018-12-07 3742.943333 OK, so our Quandl module works for Bitcoin quotes on 2018-12-08 20:56:15 UTC. CME Group is an important source of data since it also includes the following exchanges: CBOT, NYMEX and COMEX. Contact info: +1 312 930 1000 Addendum: U.S. CFTC Reports on Weekly Commitment of Futures Traders appears intact and free at Quandl, https://www.quandl.com/data/CFTC-Commodity-Futures-Trading-Commission-Reports -- our notebook https://git.io/cotr discerns how various asset classes are positioned in the market. |
Alternate services direct from CMEIt's evident that CME is also interested in monetizing their data in the way of licensing and data fees: https://www.cmegroup.com/market-data.html Real-time Market Data
"Datamine" Historical Data > 450 terabytes
Liquidity tool (as of September 2018)
Recent remarksAs @econdb mentioned, "CME and NASDAQ are competitors, so the conditions by which the CME was licensed to Quandl might not apply anymore." |
Data from Quandl failing -- NASDAQ takeover
For example, when retrieving the Dec 2019 Eurodollar futures contact:
Projects fecon235 and fecon236 have many data dependencies on the Quandl API, including but limited to, futures quotes.
Steps which reproduce behavior
Additional helpful details for bugs
Problem started recently, but not in older versions
Problem happens with all files, not only some files
Problem can be reliably reproduced
Problem happens randomly
fecon236 version: 10.8.0
Python version: 2.7 and 3 series
Operating system: All
Until advised otherwise, we will assume that the Quandl data will be behind paywalls (Nasdaq's Analytics Hub).
The text was updated successfully, but these errors were encountered: