FirstBridge APIs v1
First Bridge is a provider of institutional quality Exchange Traded Fund (ETF) data to a range of clients, including some of the world's leading financial institutions.
The ongoing daily data can be accessed by clients and partners via 4 sets of APIs.
3) Holdings
4) US Daily price, NAV and returns
Note : All API calls need to be accompanied by a token in the request header.
Example :
curl -X GET 'http://45.55.149.131:8002/api/v1.0/us/filter?field=ExchangeCode&value=ARCX&count=2&offset=0' -H 'token: <your secret token here>
The base URL for each daily data API call is:
http://45.55.149.131:8002/api/v1.0
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 other historical data sets (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