https://github.com/santoshlite/Beibo
https://github.com/santoshlite/EigenLedger
https://github.com/xlinGithub/Quantitative-Country-ETF-Trading-Strategy/blob/master/mapping.xlsx
https://www.quantconnect.com/learning/course/1/Boot-Camp-101-US-Equities
https://freedium.cfd/https://medium.com/@jpolec ...
Search found 38 matches
- Tue Jun 24, 2025 1:51 pm
- Forum: PRIVATE PROJECTS
- Topic: JUNE 2nd half
- Replies: 0
- Views: 159
- Thu Jun 12, 2025 8:36 am
- Forum: PRIVATE PROJECTS
- Topic: JUNE 2025
- Replies: 0
- Views: 141
JUNE 2025
https://github.com/datasets/nasdaq-listings/blob/main/data/nasdaq-listed-symbols.csv
eye training
eye check
https://medium.com/@stepanfilonov/tracking-your-eyes-with-python-3952e66194a6
market data
https://www.kaggle.com/code/guillemservera/downloading-sectors-etfs-with-yfinance
https://www ...
eye training
eye check
https://medium.com/@stepanfilonov/tracking-your-eyes-with-python-3952e66194a6
market data
https://www.kaggle.com/code/guillemservera/downloading-sectors-etfs-with-yfinance
https://www ...
- Sat May 10, 2025 12:14 pm
- Forum: PRIVATE PROJECTS
- Topic: MAY IDEAS
- Replies: 0
- Views: 205
MAY IDEAS
Getting stocks
https://github.com/dhhagan/stocks/blob/master/scripts/stock_info.csv
https://github.com/dhhagan/stocks
Review
https://pypi.org/project/grapes/
Food
https://www.udale.com/contact
https://raisingstakesventures.com/current-offerings/#
Pose pictures - https://www.dropbox.com/scl/fo ...
https://github.com/dhhagan/stocks/blob/master/scripts/stock_info.csv
https://github.com/dhhagan/stocks
Review
https://pypi.org/project/grapes/
Food
https://www.udale.com/contact
https://raisingstakesventures.com/current-offerings/#
Pose pictures - https://www.dropbox.com/scl/fo ...
- Sat Apr 12, 2025 1:58 pm
- Forum: phpbb extensions
- Topic: https://github.com/andreszs/phpbb-guest-content-hide
- Replies: 0
- Views: 223
https://github.com/andreszs/phpbb-guest-content-hide
https://github.com/andreszs/phpbb-guest-content-hide
https://pyscript.com/@examples/antigravity/latest?files=README.md,main.py,pyscript.toml,antigravity.py
https://pyscript.com/@examples/altair/latest?files=README.md,main.py
https://www.quantprogram.com/Algorith...
https://github.com ...
https://pyscript.com/@examples/antigravity/latest?files=README.md,main.py,pyscript.toml,antigravity.py
https://pyscript.com/@examples/altair/latest?files=README.md,main.py
https://www.quantprogram.com/Algorith...
https://github.com ...
- Thu Apr 10, 2025 1:50 pm
- Forum: PRIVATE PROJECTS
- Topic: Matrix Index
- Replies: 0
- Views: 215
Matrix Index
High Liquidity
Ticker Fullname EWJ iShares MSCI Japan ETF FXI iShares China Large-Cap ETF EWC iShares MSCI Canada ETF EWZ iShares MSCI Brazil ETF EWU iShares MSCI United Kingdom ETF EWY iShares MSCI South Korea ETF EWT iShares MSCI Taiwan ETF EWA iShares MSCI-Australia ETF EWW iShares MSCI Mexico ...
Ticker Fullname EWJ iShares MSCI Japan ETF FXI iShares China Large-Cap ETF EWC iShares MSCI Canada ETF EWZ iShares MSCI Brazil ETF EWU iShares MSCI United Kingdom ETF EWY iShares MSCI South Korea ETF EWT iShares MSCI Taiwan ETF EWA iShares MSCI-Australia ETF EWW iShares MSCI Mexico ...
- Sun Apr 06, 2025 1:34 pm
- Forum: PRIVATE PROJECTS
- Topic: BONDS Working
- Replies: 0
- Views: 178
BONDS Working
https://medium.com/@deepml1818/python-for-fixed-income-trading-yield-curve-analysis-and-strategy-development-3a7d4c476c1e
import yfinance as yf
import pandas as pd
# Fetch U.S. Treasury yield data from yfinance
tickers = ['^IRX', '^FVX', '^TNX', '^TYX'] # 3-month, 5-year, 10-year, and 30-year ...
import yfinance as yf
import pandas as pd
# Fetch U.S. Treasury yield data from yfinance
tickers = ['^IRX', '^FVX', '^TNX', '^TYX'] # 3-month, 5-year, 10-year, and 30-year ...
- Sat Apr 05, 2025 6:11 pm
- Forum: PRIVATE PROJECTS
- Topic: etf changes
- Replies: 0
- Views: 194
etf changes
ETF
https://medium.com/@jpolec_72972/how-to-invest-in-the-best-etfs-a-cutting-edge-approach-1c83370bbcde[code]# Local Qlib classes
from qlib.data.data_connector import DataConnector
# Logger
from qlib.data.utils.data_logs import data_logger
logger = data_logger()
async def main():
dc ...
https://medium.com/@jpolec_72972/how-to-invest-in-the-best-etfs-a-cutting-edge-approach-1c83370bbcde[code]# Local Qlib classes
from qlib.data.data_connector import DataConnector
# Logger
from qlib.data.utils.data_logs import data_logger
logger = data_logger()
async def main():
dc ...
- Sat Mar 29, 2025 5:58 pm
- Forum: PRIVATE PROJECTS
- Topic: AI Based Trading
- Replies: 0
- Views: 321
AI Based Trading
https://github.com/ruromgar/python-ai-trading-system
import yfinance as yf google = yf.Ticker("GOOG")
df = google.history(period='1d', interval="1m")
print(df.head())
df = google.history(period='1d', interval="1m")
df = df[['Low']]
df.head()
df['date'] = pd.to_datetime(df.index).time
df ...
import yfinance as yf google = yf.Ticker("GOOG")
df = google.history(period='1d', interval="1m")
print(df.head())
df = google.history(period='1d', interval="1m")
df = df[['Low']]
df.head()
df['date'] = pd.to_datetime(df.index).time
df ...
- Fri Mar 28, 2025 11:04 am
- Forum: PRIVATE PROJECTS
- Topic: Chart - shares - heatmap
- Replies: 0
- Views: 303
Chart - shares - heatmap
import yfinance as yf
import pandas as pd
import numpy as np
import matplotlib
matplotlib.use('Qt5Agg')
import matplotlib.pyplot as plt
#top 10 market value 20240614
top_10_companies = ['AAPL', 'MSFT', 'GOOGL', 'AMZN', 'NVDA', 'META', 'TSLA', 'BRK-B', 'JNJ', 'JPM']
#past 91 days price data
data ...
import pandas as pd
import numpy as np
import matplotlib
matplotlib.use('Qt5Agg')
import matplotlib.pyplot as plt
#top 10 market value 20240614
top_10_companies = ['AAPL', 'MSFT', 'GOOGL', 'AMZN', 'NVDA', 'META', 'TSLA', 'BRK-B', 'JNJ', 'JPM']
#past 91 days price data
data ...