Statis Fund Finance

Statis Fund Finance

Financial data tool for analyzing equities. You can get price quotes, analyze moving averages, RSI, and more.

Name For Model
statisfinapp
Update Date
a year ago
Description For Model
Financial data tool for retrieving financial data from Yahoo Finance. It can fetch historical data, calculate moving averages, compute Relative Strength Index (RSI), get trading volume, calculate volatility, compute price changes, and generate Bollinger Bands for a given stock ticker. Parameters such as start date, end date, and interval can be adjusted for each operation. The ticker symbol is required for all operations.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1getDataGETThis endpoint retrieves historical price data for a given stock ticker symbol. The data includes opening, closing, high, and low prices along with trading volume.
2getMovingAverageGETThis endpoint calculates the moving average for a given stock ticker symbol over a specified number of days. The moving average is a commonly used indicator in technical analysis that helps smooth out price action by filtering out the “noise” from random price fluctuations.
3getRSIGETThis endpoint calculates the Relative Strength Index (RSI) for a given stock ticker symbol over a specified period. The RSI is a momentum oscillator that measures the speed and change of price movements.
4getVolumeGETThis endpoint retrieves the trading volume for a given stock ticker symbol over a specified period. Trading volume is a measure of how much of a given financial asset has traded in a period of time.
5getVolatilityGETThis endpoint calculates the volatility for a given stock ticker symbol over a specified period. Volatility is a statistical measure of the dispersion of returns for a given security or market index.
6getPriceChangeGETThis endpoint calculates the price change for a given stock ticker symbol over a specified period. Price change is the difference in price of a stock over time.
7getBollingerBandsGETThis endpoint calculates the Bollinger Bands for a given stock ticker symbol over a specified period. Bollinger Bands are a type of statistical chart characterizing the prices and volatility over time of a financial instrument or commodity.