NYUFRE / FRE_Platform

FRE Platform is a framework for students to learn end-to-end development of financial applications. The platform has a 3-tier architecture. The front-end is a Web interface, which support user registration, login/logout and all the user interactions for financial modeling, portfolio management and auto-trading simulation. The middle-tier handles real-time and historical market data feeds and database management. It supports portfolio management, and financial modeling, as well as simulated manual and auto trading. The backend is a server which builds a simulated market for trading. FRE Platform is run as a virtual environment or in a Docker container.
MIT License
5 stars 0 forks source link

Exception is thrown in the initial population of the fundamentals table #227

Closed st290 closed 2 years ago

st290 commented 2 years ago

Traceback (most recent call last): File "C:\NYUFRE\FRE_Platform\system\controllers\market_data\md_update_data.py", line 42, in md_update_data_service eod_market_data.populate_stock_data(['spy'], "spy", start_date, today, 'US') NameError: name 'today' is not defined 192.168.1.11 - - [12/Sep/2022 16:09:09] "GET /md_update_data HTTP/1.1" 200 - 192.168.1.11 - - [12/Sep/2022 16:09:09] "GET /static/styles.css HTTP/1.1" 200 -