Fmp Api
Provides API guidance and assistance for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add fmp-api npx -- -y @trustedskills/fmp-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"fmp-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/fmp-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides guidance and assistance for accessing the Financial Modeling Prep (FMP) API, a comprehensive data source specializing in financial analysis. It enables AI agents to retrieve real-time stock quotes, historical price data, financial statements (income statement, balance sheet, cash flow), key metrics, and valuation information. The skill includes examples of how to authenticate and use the FMP API with Python code.
When to use it
- When needing current stock prices or quick price snapshots for analysis.
- To retrieve historical end-of-day (EOD) pricing data for stocks.
- For accessing financial statements like income statements, balance sheets, and cash flow statements.
- To calculate key financial metrics and ratios.
- When performing basic financial valuations.
Key capabilities
- Provides access to FMP API endpoints for stock quotes, historical prices, and financial statements.
- Includes authentication instructions (environment variable or
.envfile). - Offers a Python code example for retrieving real-time quotes.
- Lists available API endpoints with descriptions and free/paid status.
Example prompts
- "Get the current price of AAPL stock."
- "Retrieve the historical EOD prices for Microsoft (MSFT) over the last 30 days."
- "Show me Apple's income statement from the past year."
Tips & gotchas
- You need an FMP API key to use this skill. Set it as an environment variable (
FMP_API_KEY) or in a.envfile. - Be aware that some endpoints, such as intraday prices and extended hours quotes, require a paid subscription.
- The API has migrated to
/stable/endpoints; ensure your code uses this new format.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.