
Statis Fund Finance
Financial data tool for analyzing equities. You can get price quotes, analyze moving averages, RSI, and more.
- Name For Model
- statisfinapp
- Website
- statisfinapp.herokuapp.com
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 6 months ago
- Contact
- [email protected]
- 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 Id | HTTP Method | Description | |
---|---|---|---|
1 | getData | GET | This endpoint retrieves historical price data for a given stock ticker symbol. The data includes opening, closing, high, and low prices along with trading volume. |
2 | getMovingAverage | GET | This 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. |
3 | getRSI | GET | This 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. |
4 | getVolume | GET | This 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. |
5 | getVolatility | GET | This 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. |
6 | getPriceChange | GET | This 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. |
7 | getBollingerBands | GET | This 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. |