BullAware API

BullAware API docs gives you access to the APIs that power BullAware.com

Authentication

Before starting, you need to get an API Key from here.

You can use your API Key either on the query strings or headers:

Query String

Add ?apikey={YOUR_API_KEY} to any API endpoint.

Headers

Add the header Authorization with the value Bearer {YOUR_API_KEY}


Investor API


Instrument APIs


Factsheet APIs


Rankings / Screener API


OpenAPI Specs

You can find BullAware's OpenAPI specs here.

Last updated