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

README: upgraded gradio sdk version to 5.14.0
445f538

OnurKerimoglu commited on

app: auto initialization
80d9402

OnurKerimoglu commited on

stock_analysis_agent: include forecasts in the analyses
7935906

OnurKerimoglu commited on

app: include forecasts in plot
d90be64

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

reqs: updated package versions
3bd9fcf

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

app.py: share=False in demo.launch
cf85fd5

OnurKerimoglu commited on

app.py: share=True in demo.launch
4410619

OnurKerimoglu commited on

updated yfinance 0.2.52->0.2.54
ad6fe8d

OnurKerimoglu commited on

rolled back auto-init feature
1546e63

OnurKerimoglu commited on

app launch: removed shared=True
4a298cb

OnurKerimoglu commited on

app: auto--initilize the agent
1d7a679

OnurKerimoglu commited on

app launch: disabled ssr_mode
4413ea6

OnurKerimoglu commited on

app: share=True when launching
c480a1a

OnurKerimoglu commited on

README: specified python version
417ae18

OnurKerimoglu commited on

requirements.txt: removed the repo itself
d9869bc

OnurKerimoglu commited on

technical_analysis: smaller plot, rotated xtick labels
b851202

OnurKerimoglu commited on

app: display analysis in progress while waiting
4013483

OnurKerimoglu commited on

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

OnurKerimoglu commited on

app: check whether ticker exists before calls
b1228ac

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

added data/sec_gov_company_tickers_compact.json
e25e756

OnurKerimoglu commited on

added data/*json to .gitattributes
e83e0d7

OnurKerimoglu commited on

extended .gitignore with data_raw
de6808a

OnurKerimoglu commited on

introduced nb/ticker_list_search.ipynb
dfed37d

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

app.py: prettify output
cf2068c

OnurKerimoglu commited on

stock_analysis_agent: use response format; tuned prompt
fecb358

OnurKerimoglu commited on

Upload .env with huggingface_hub
2a02c57
verified

OnurKerimoglu commited on