skills
Global market data, backtesting, options pricing, and broker trading
All Skills in This Repository (32)
Pure Emerald Level Indicatorsfinviz
Scrape fundamental, technical, and insider trading data from Finviz quote pages into JSON.
alpaca-data
Retrieve historical and real-time OHLCV bars and options chains from the Alpaca API.
historyofmarket
Retrieve historical US market datasets via standard HTTP JSON requests.
backtesting
Run event-driven backtests with statistical copulas and parameter optimization.
barchart
Extract quotes, fundamentals, and earnings estimates from Barchart via static HTML scraping.
investing
Extracts quotes, OHLCV data, and fundamental statements from Investing.com via HTML parsing.
marketwatch
Scrape real-time financial quotes and statements from MarketWatch.
option-pricing
Calculate theoretical prices and Greeks for European and American options.
simplywallst
Extract financial data and snowflake scores for global equities via REST API.
alpaca-trading
Execute financial trades and manage account assets via the Alpaca API.
macrotrends
Scrape historical financial statements and ratios from Macrotrends for US-listed stocks and ADRs.
fred-macro
Retrieve macroeconomic time series data from the FRED API.
Frequently Asked Questions
FAQPage SchemaHow to install gauss314/skills?▼
Run `npx skills add gauss314/skills --all -g -y` in your terminal to install all skills globally. To install a single skill, use `npx skills add gauss314/skills --skill finviz -g -y`.
What financial data sources does this cover?▼
It covers 30+ free sources including Yahoo Finance, SEC EDGAR, FRED, Alpha Vantage, Finnhub, TradingView, Morningstar, and Argentine sources like BYMA, BCRA, MAE, and CAFCI. Most require no API key.
Can I backtest trading strategies with this?▼
Yes. The backtesting skill includes an event-driven engine with 8 built-in strategies, 30+ risk ratios, walk-forward validation, Monte Carlo simulation, and Markowitz portfolio optimization, all in flat Python with numpy.
Does it support real trade execution?▼
Yes. The alpaca-trading and primary skills let you place orders, check positions, and manage accounts on Alpaca (US stocks, options, crypto) and Primary (Argentine futures), with free paper trading support.
Do I need coding experience to use these skills?▼
No. Once installed, your agent runs the underlying Python scripts based on plain-English requests like fetching a quote or pricing an option.
Related Repositories in Finance & Accounting
View All in Finance & Accounting→ccxt
Trade and pull market data from 100+ crypto exchanges
financial-services
AI agents for banking, research, fund admin, and wealth workflows
financial-services-plugins
AI agents for banking, research, fund admin, and wealth workflows