Hacker News new | ask | show | jobs
by zhte415 3841 days ago
Share the same passion about data.

I regularly (at least once a week, sometimes multiple times per day) BBM'd the Bloomberg helpdesk with notifications that their data was wrong. This varied across many of our needs, but even simple stuff like money supply / macro stats was often just wrong. How had no one spotted this before? We ended up just using Datastream terminal for macro data.

Killer feature is Excel plugins. Do you have plans for this?

Edit: Just tried Quandl didn't know about this before. What a fantastic tool.

1 comments

It's crazy isn't it? The worst mistake BBG made for me was the futures contract there, where the WTI 2nd and 3rd contract swapped places when open interest/volume hadn't shifted! it switched back 30 minutes later??? That was crazy to me because how many people rely on cl2/cl3 when making decisions??

I do but frankly I can't put a specific timeline on it quite yet. The pilot API program will start next week and I'll be starting with JSON objects. Once that moves forward I'll start exploring Excel add-ins.

Quandl.com has an excel add-in already and I may just start plugging in my data into them after I feel comfortable beta testing under the pilot program.

My addin works with quandl too, but avoids using any VBA or GUI. All the HTTP GETs are done on a background thread in C#, the result being your quandl downloads can be far more automated than with quandl's own addin.

https://github.com/SpreadServe/SSAddin