Hacker News new | ask | show | jobs
by rishifromtiingo 3840 days ago
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.

1 comments

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