What's the maximum number of fetches in a single excel file?

What's the maximum number of fetches in a single excel file?
Sort by:
1 - 1 of 11
    User: "Alex Putkov.1"
    ✭✭✭✭✭
    Accepted Answer

    There's no defined limit after which you will receive an error message saying you've exhausted your quota of =TR functions. This however does not mean you can expect to reliably retrieve unlimited amounts of data. As you increase your data consumption at some point something somewhere will become and bottleneck and you will start seeing some sort of unexpected behavior. It's impossible to say at what point this will happen and what exact symptoms you will experience, as there are way too many variables in play. Think of it this way. There's no defined limit on the number of tabs you can open in Chrome browser. But this doesn't mean you can expect to be able to open 5 million of them. When no limit is defined there's always a practical limit of sorts.
    It is generally, albeit not universally, more efficient to use a single instance of =TR function for multiple securities and fields over a separate instance of the function for each security/field pair.