FastAPI Application
By leveraging the power of FastAPI and advanced data analysis techniques, it provides users with valuable insights into market trends, aiding in informed investing decisions. The data is sourced using pandas-datareader, ensuring the acquisition of high-quality, appropriately formatted datasets from Stooq's extensive database of historical stock prices. Once the historical data is accessed, the application calculates moving averages using three lookback periods: 50-day, 100-day, and 200-day. These moving averages serve as crucial indicators of the trend direction for each instrument.
|