Commit History

use the df_hist for FetchForecast
067b5d0
unverified

OnurKerimoglu commited on

FetchForecast: now able to direct the input df to from_data endpoint
b91dc4e
unverified

OnurKerimoglu commited on

took out fetch_data from technical analysis to its own module
1f5a1dc
unverified

OnurKerimoglu commited on

fetch_forecast: API endpoint defined in init
8726d5b

OnurKerimoglu commited on

stock_analysis_agent: include forecasts in the analyses
7935906

OnurKerimoglu commited on

technical_analysis: refined forecast plotting
3f99637

OnurKerimoglu commited on

technical_analysis: return only the hist data
f9577f0

OnurKerimoglu commited on

technical_analysis: import fetch_forecast from src
d116c4d

OnurKerimoglu commited on

fetch_forecast: convert to Date obj to datetime
4757927

OnurKerimoglu commited on

technical_analysis: merge and plot forecasts
e11ad18

OnurKerimoglu commited on

fetch_forecast: load_dotenv only in the if main block
8aa5811

OnurKerimoglu commited on

introduced fetch_forecast module
f95a740

OnurKerimoglu commited on

technical_analysis: smaller plot, rotated xtick labels
b851202

OnurKerimoglu commited on

added ticker finder in the app, match results in html
ac40eee

OnurKerimoglu commited on

StockAnalyst: initialize TickerFinder as attribute
a267ed2

OnurKerimoglu commited on

introduced does_ticker_exist method to TickerFinder
bb2e7f7

OnurKerimoglu commited on

src.ticker_finder: minor fixes
412440d

OnurKerimoglu commited on

technical_analysis: robust figure saving path
6d0b28e

OnurKerimoglu commited on

error handling for plotting when fetching data goes wrong
d730ea7

OnurKerimoglu commited on

enabled showing TA plots
0975e8a

OnurKerimoglu commited on

corrected the type hints for StockAnalyst.get_stock_analyses method
3fee7c6

OnurKerimoglu commited on

moved message parsing from app to StockAnalyst
ac886d3

OnurKerimoglu commited on

Fixed minor bug in StockAnalysisResponse class
4817f08

OnurKerimoglu commited on

stock_analysis_agent: use response format; tuned prompt
fecb358

OnurKerimoglu commited on

introduced src.stock_analysis_agent.py
689b436

OnurKerimoglu commited on

fundamental_analysis: log message for successful fetching
8ce1623

OnurKerimoglu commited on

introduced src.fundamental_analysis.py
80b408c

OnurKerimoglu commited on

introduced packaging files, extended gitignore
7e73a90

OnurKerimoglu commited on

technical analysis: better error handling, fetchperiodinweeks=12
2ac2093

OnurKerimoglu commited on

technical_analysis: minor bug fixes, return df
5df6537

OnurKerimoglu commited on

introduced src.technical_analysis.py
f680f62

OnurKerimoglu commited on