Simple Moving Average

Simple Moving Average Ruby API Documentation

A simple moving average (SMA) adds recent prices for a specified period and divides the total by that same number of periods. SMA is typically used to indicate whether a security is in an uptrend or downtrend and can also be combined with a long-term moving average to improve the signal`s abilities.

API Class:
Intrinio::SecurityApi
Instance Method:
get_security_price_technicals_sma()