etfdb-api icon indicating copy to clipboard operation
etfdb-api copied to clipboard

ETFdb.com API

Results 3 etfdb-api issues
Sort by recently updated
recently updated
newest added

Neither on the sandbox nor in my own application is the listHoldings() request working. I get an application error. listETFs() meanwhile is working. Any ideas?

I get a 'TypeError - Failed to fetch' error from your live demo: https://codesandbox.io/s/mpxy95mvx

I only get page 1. Is there any trick or I just miss authentication? ``` curl -d '{"only":["meta","data",null]}' -H "Content-Type: application/json" -H "page: 2" -X POST https://etfdb.com/api/screener/ ``` ``` curl...