-
I have investments in European Euro and Brazilian Reais; currently, my account base currency is set to Euro. However, the "By Currency" plot on the "Holdings" page only shows my portfolio value in Eur…
-
If I type `$AAPL` or `$GOOG` or something, Camille should be able to recognize that as a stock symbol and produce a link to its details page, such as `https://finance.yahoo.com/quote/AAPL?p=AAPL`
-
### **Issue Title: Add Example Stocks in Card Format for User Onboarding**
**Description:**
Create a feature to display a set of example stocks in a card format when a user first starts using the …
-
Order Samples:
```
Buy Market: Stock
Buy 15 shares of XYZ at the Market good for the Day.
{
"orderType": "MARKET",
"session": "NORMAL",
"duration": "DAY",
"orderStrategyType": "SINGLE",
"…
-
Hi,
thanks for the package.
Some symbols aren't unique like `MTX` (MTX NYSE Minerals Technologies Inc) and (MTX Frankfurt MTU Aero Engines)
Is it possible to specify the exchange in some way?
Somethi…
-
**When I tried to deploy the model using Ollama, it failed to use the tool.**
from altair.utils.schemapi import debug_mode
from phi.llm.ollama import Ollama
from phi.assistant import Assistant
…
-
```py
from phi.assistant import Assistant
from phi.tools.yfinance import YFinanceTools
from phi.llm.groq import Groq
assistant = Assistant(llm=Groq(model="llama3-8b-8192"),tools=[YFinanceTools(s…
-
**Stock Sentiment Analyzer**
**Backend**: Java pulls in real-time financial news or social media data related to specific stocks and runs sentiment analysis using an algorithm (positive, neutral, n…
-
from yahoofinancials import YahooFinancials
def tstYfinData(symbol,end_date):
ticker = symbol
yahoo_financials = YahooFinancials(ticker)
balance_sheet_data_qt = yahoo_financials.…
-
import urllib.request
import json
import requests
import config
import websocket
import _thread
import time
import pprint
import sys
# グローバル変数
trade_flag = 1
trigger_stock_code = ''
stoc…