Understanding that DSWS has a limit of 10 million data points per month, is there a way to monito...

User1
User1 Newcomer
Understanding that DSWS has a limit of 10 million data points per month, is there a way to monitor monthly usage? If relevant, I'm using Python.

Best Answer

  • User1
    User1 Newcomer
    Answer ✓

    Thanks. On further investigation, I found this which works for Python:

    ds.get_data(tickers='STATS', fields=['DS.USERSTATS'], kind=0)

Answers