Limits
The following table shows hard limits enforced internally by PXWeb:
Name | Limit | Description |
---|---|---|
quantifierLimit | 600 | Maximum value on the quantifier for search patterns expressions. |
quantifierGreeksLimit | 200 | Maximum value on the quantifier for search patterns expressions in GetOptionsGreeks. |
symbolCountLimit | 600 | Maxmimum total number of symbols to return in any request that accepts multiple symbols or search patterns. |
historyDaysLimit | 3660 | Maximum number of data points returned by GetDailyHistory. |
historyMinutesLimit | 14400 | Maximum number of data points returned by GetMinuteHistory. |
historyTicksLimit | 50000 | Maximum number of data points returned by GetTickHistory. |
newsIndexLimit | 10000 | Maximum number of entries returned by GetNewsIndex. |
httpGetStringLimit | 2048 | Maximum length of a request string to be accepted via HTTP GET request. This limit does not apply to SOAP based requests. |