finance

Retrieve real-time and historical financial data via a dedicated API.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/fishyer/skills --skill finance-fishyer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finance
Source: https://github.com/fishyer/skills/tree/main/skills/finance
Command: npx skills add https://github.com/fishyer/skills --skill finance-fishyer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a streamlined solution for accessing comprehensive financial data, making it easier to analyze market trends, track investments, and make informed decisions.

Core Features & Use Cases

  • Real-time Market Data: Obtain up-to-date stock prices, market indices, and currency rates.
  • Historical Data Analysis: Retrieve historical stock prices, financial ratios, and other metrics for in-depth analysis.
  • Market News: Stay informed with the latest financial news and company updates.
  • Use Case: For a financial analyst, this Skill can be used to analyze stock performance over time, identify trends, and make predictions.

Quick Start

Get the historical stock price data for Apple Inc. by running the command: finance get stock history --symbol AAPL.

Frequently Asked Questions about finance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve real-time and historical financial data for market analysis?

You retrieve financial data for market analysis by using a dedicated API to fetch real-time stock prices and historical metrics. This provides comprehensive market data access for tracking investments and identifying trends.

What's the best way to get historical stock prices for a specific symbol?

The best way to get historical stock prices for a specific symbol is to execute a command like `finance get stock history --symbol AAPL`. This queries the financial data API to retrieve historical stock prices for in-depth analysis.

Do I need to configure an API to access real-time market data and news?

Yes, you need proper API configuration and access to retrieve real-time market data and financial news. This setup is required to connect to the data source and obtain up-to-date stock prices, market indices, and currency rates.

Can I use Python scripts to analyze stock performance over time?

Yes, you can use Python scripts to analyze stock performance over time by retrieving historical data and financial ratios. This enables financial analysts to identify market trends and make informed predictions.

Does the requests library work for fetching currency rates and market indices?

Yes, the requests library works for fetching currency rates and market indices by handling HTTP calls to the financial data API. This dependency enables Python script-based retrieval of real-time market data.