Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

All calls to APIs on this page need to be accompanied by Authorization header

Sample API call

Code Block
curl -X GET \
  'http://67.205.132.159:8002/filter/etf?PrimaryTicker=IVV:US&BloombergSymbol=IVV:US' \
  -H 'Authorization: Token 123dummytoken'


Retrieving historical holdings for an ETF is a two-step process:

...