Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

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 data can be accessed by clients and partners via 4 sets of APIs.

1) Global Classification

2) US Classification

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 API call is:

http://45.55.149.131:8002/api/v1.0


  • No labels