First Bridge - Historical Data APIs - v1

First Bridge also provides API access for historical ETF holdings data. We expect to add API based access for historical flows, returns and other statistics soon.


Note: All historical API calls need to be accompanied by a token in the request header. The token for the historical API is different from that of the daily data.

Example:
curl -X GET   'http://67.205.132.159:8002/holdings/history?AsOfDate=2016-09-30&firstbridge_id=3f27955f94e246009b5190c4786b09a4'   -H 'authorization: Token authorization_token_string'

The base URL for each history API call is:
http://67.205.132.159:8002


1) Historical Holdings API