Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Russell 2000 holding list is not complete #1

Closed
qililiu opened this issue Jan 30, 2021 · 5 comments
Closed

Russell 2000 holding list is not complete #1

qililiu opened this issue Jan 30, 2021 · 5 comments

Comments

@qililiu
Copy link

qililiu commented Jan 30, 2021

Hello,
I am trying to get the holding list of the Russell 2000 (IWM), there should be 2000 tickers returned. But the fmpskd just returned 1000 tickers.
import fmpsdk
etf_fundamental = fmpsdk.etf_holders(apikey=apikey, symbol='IWM')

Can you please check this issue? Thanks.

@daxm
Copy link
Owner

daxm commented Feb 8, 2021

Sorry for the slow response! I didn't get any indication there was an issue opened.

fmpsdk.etf_holders() just calls the https://financialmodelingprep.com/developer/docs/#ETF-Holders API. This API's documentation doesn't show/explain any limits so I'm not sure why you are being capped at 1000. My guess is this is an issue in the FMP API.

I don't have any official connection with them so I'm not sure what to suggest other than to have you open a support ticket with them. That said, if their tech support needs me involved I'd be happy to jump in!

@daxm
Copy link
Owner

daxm commented Feb 19, 2021

@qililiu, any update on what FMP says?

@qililiu
Copy link
Author

qililiu commented Feb 19, 2021

@qililiu, any update on what FMP says?

Hello daxm, FMP told me they were working on it. But I have not received any further response yet ...

@antoinevulcain
Copy link

antoinevulcain commented Feb 28, 2021

Hello @qililiu, thanks again for reporting this, we are refiling them all via the NPORT report for example:

https://www.sec.gov/cgi-bin/browse-edgar?company=&match=&CIK=1100663&filenum=&State=&Country=&SIC=&owner=exclude&Find=Find+Companies&action=getcompany

You are right, there are more than 1000 holders and somehow the script was only taken the first 1000, it takes some time to refill them all, the script is currently running and we are adding a new endpoint to track NPORT reports.

@daxm daxm closed this as completed May 13, 2021
@antoinevulcain
Copy link

@qililiu the issue is solved, it is not limit to 1000 anymore you can get the full holdings now, for example:
/api/v3/etf-holder/IWM?apikey=
You will see 2,041 holders

daxm pushed a commit that referenced this issue Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants