Let $x_1,x_2,\dots$ be an infinite sequence of real numbers. Assume that they are bounded, $|x_i| \le C < \infty$ for all $i$ for some $C$.
Is it true that, for any such sequence
$$\lim_{n \rightarrow \infty} \prod_{i = 1}^n \left( 1 + \frac{x_i}{n} \right) = \lim_{n \rightarrow \infty} \exp \left(\frac{1}{n} \sum_{i = 1}^n x_i \right)?\qquad\qquad (1)$$
So far I only have the heuristic argument
$$\prod_{i = 1}^n \left[ \left( 1 + \frac{x_i}{n} \right)^n \right]^{1 / n} \rightarrow \prod_{i = 1}^n \mathrm e^{x_i / n} = \exp \left( \frac{1}{n} \sum_{i= 1}^n x_i \right)$$
but I can't be sure that it is correct.
Update: The answer to my original question, that the lims in (1) are equal, is NO. In fact the limits might not exist. However their ratio goes to 1, so the two expressions are asymptotically equivalent. I've updated the title to reflect the actual true statement that was proved in the answers here to make this easier to find.
(I). $\lim_{n\to \infty}n^{-1}\sum_{j=1}^n x_j$ need not exist, even if $(x_j)_j$ is a bounded sequence.
(2). Let $A_n=\prod_{j=1}^n(1+x_j/n) .$ Let $B_n=\exp (n^{-1}\sum_{j=1}^n x_j).$ Let $n>C.$
We have $\forall j\leq n\,( |x_j|<n)$ so $$\log A_n=\sum_{j=1}^n\log (1+x_j/n)=$$ $$=\sum_{j=1}^n\sum_{s=1}^{\infty }(-1)^{s-1}(x_j/n)^s/s=$$ $$=(\sum_{j=1}^nx_j/n) + R_n$$ $$\text { where } \quad |R_n|=|\sum_{j=1}^n\sum_{s=2}^{\infty}(-1)^{s-1}(x_j/n)^s/s|\leq$$ $$\leq \sum_{j=1}^n \sum_{s=2}^{\infty}(C/n)^s/s=n\sum_{s=2}^{\infty}(C/n)^s/s=$$ $$=(C^2/n)\sum_{t=0}^{\infty} (C/n)^t/(t+2)\leq$$ $$\leq (C^2/n)\sum_{t=0}^{\infty}(C/n)^t=(C^2/n)\cdot 1/(1-C/n).$$ So $\lim_{n\to \infty}R_n=0.$
But we also have $R_n=\log A_n-\log B_n=\log(A_n/B_n).$ So $\lim_{n\to \infty}\log (A_n/B_n)=0.$ So $\lim_{n\to \infty}(A_n/B_n)=1.$
So if the Cesaro mean $\lim_{n\to \infty}n^{-1}\sum_{j=1}^n x_j$ exists then the LHS and RHS in your Q are equal. If the Cesaro mean does not exist, then the ratio of the LHS to the RHS still converges to $1.$