|
|
|
|
|
by ZeroCool2u
1543 days ago
|
|
The Bloomberg API’s I’ve worked with were… really not great. At one point our Bloomberg rep started talking up their new “REST API” and how excellent it was. Well I made the mistake of saying I’d give it a shot. Turns out each request for data didn’t return the data. It returned another URL with your request that you would then have to poll. This URL was like a multicast feed and would send out messages about the data that everyone would request and you would have to ignore and filter out messages that didn’t match your request ID. At some point you’d get a message that did match and then it might tell you that the data is unavailable or something was wrong in your request or that you can get your data now. But it would be in this insane proprietary format and you’d have to write your own parser to parse it line by line and get into something resembling a CSV. This was marketed as the easy to use API for data scientists as well. We didn’t purchase access after the trial ended. For personal work I just use Polygon.io now. |
|
Would you know how good the quality of the options data at polygon.io is?