BeClaude

FiinQuant-MD-Skill

New
GitHub TrendingGeneralby phananh050199

First seen 6/8/2026

Summary

FiinQuant-MD-Skill is a specialized skill for Claude Code that provides financial market data analysis and quantitative modeling capabilities.

  • It helps developers and analysts fetch, process, and interpret market data, enabling rapid prototyping of trading strategies and financial insights.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/fiinquant-md-skill.md https://raw.githubusercontent.com/phananh050199/FiinQuant-MD-Skill/main/SKILL.md
3
Invoke in Claude Code
/fiinquant-md-skill

Use Cases

Fetch historical stock prices and calculate technical indicators like moving averages or RSI.
Analyze portfolio performance by computing risk metrics such as Sharpe ratio and volatility.
Generate real-time market summaries for a list of tickers including price changes and volume.
Backtest a simple moving average crossover strategy on historical data.
Compute correlation matrix for a set of assets to identify diversification opportunities.
Extract financial statements or key ratios for fundamental analysis of a company.

Usage Examples

1

/fiinquant-md-skill fetch AAPL historical prices for last 6 months and calculate 50-day SMA

2

/fiinquant-md-skill analyze portfolio with tickers AAPL, GOOGL, MSFT with equal weights, compute Sharpe ratio

3

/fiinquant-md-skill backtest SMA crossover on TSLA from 2020-01-01 to 2023-12-31

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is FiinQuant-MD-Skill?

FiinQuant-MD-Skill is a specialized skill for Claude Code that provides financial market data analysis and quantitative modeling capabilities. It helps developers and analysts fetch, process, and interpret market data, enabling rapid prototyping of trading strategies and financial insights.

How to install FiinQuant-MD-Skill?

To install FiinQuant-MD-Skill: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/fiinquant-md-skill.md https://raw.githubusercontent.com/phananh050199/FiinQuant-MD-Skill/main/SKILL.md. Finally, /fiinquant-md-skill in Claude Code.

What is FiinQuant-MD-Skill best for?

FiinQuant-MD-Skill is a skill categorized under General. Created by phananh050199.

What can I use FiinQuant-MD-Skill for?

FiinQuant-MD-Skill is useful for: Fetch historical stock prices and calculate technical indicators like moving averages or RSI.; Analyze portfolio performance by computing risk metrics such as Sharpe ratio and volatility.; Generate real-time market summaries for a list of tickers including price changes and volume.; Backtest a simple moving average crossover strategy on historical data.; Compute correlation matrix for a set of assets to identify diversification opportunities.; Extract financial statements or key ratios for fundamental analysis of a company..