The JSON being sent from Bloomberg uses single quotes, which is invalid
JSON, and contains function calls. Regex both of those out.
Additionally, the API endpoint requires an additional parameter, and
must be called over HTTPS now. Change that as well.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>