BMLL APIv2 Query API

Asynchronous dataset query API (initiate query, poll, download results as JSONL/Arrow into pandas or polars) over BMLL datasets, including a timeseries query endpoint. An OpenAPI definition exists at https://api.data.bmlltech.com/openapi.json but it returned HTTP 401 Unauthorized when probed, so it could not be harvested. Documented publicly through the bmll Python SDK (ApiV2Client).

API entry from apis.yml

apis.yml Raw ↑
aid: bmll-technologies:bmll-api-v2
name: BMLL APIv2 Query API
tags:
- Datasets
- Query
- Async
- Historical Data
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://pypi.org/project/bmll/
baseURL: https://api.data.bmlltech.com
properties:
- url: https://pypi.org/project/bmll/
  type: Documentation
- url: https://data.bmlltech.com
  type: Portal
description: Asynchronous dataset query API (initiate query, poll, download results as JSONL/Arrow into
  pandas or polars) over BMLL datasets, including a timeseries query endpoint. An OpenAPI definition exists
  at https://api.data.bmlltech.com/openapi.json but it returned HTTP 401 Unauthorized when probed, so
  it could not be harvested. Documented publicly through the bmll Python SDK (ApiV2Client).