
Yahuu Finance
@XPack
Yahuu Finance API on Rapid API offers diverse financial data for thousands of companies globally. It provides real-time stock quotes, historical prices, financial statements, news, etc. Multiple endpoints with detailed usage enable easy integration for trading, analytics, and company tracking.
Yahuu Finance API Documentation
Overview
Yahuu Finance is an API project available on Rapid API that offers a wide range of financial data for thousands of companies worldwide. It provides real-time stock quotes, historical prices, financial statements, news articles, and more. With multiple endpoints and query parameters, developers can easily integrate this user-friendly and well-documented API into their projects for various applications such as trading, financial analytics, or tracking favorite companies.
Endpoints
stock split
- Description: This endpoint provides information about the stock split of a stock.
- Usage: [Describe how to use this endpoint, e.g., request URL format, required parameters]
dividends
- Description: This endpoint provides information about the dividend of a stock.
- Usage: [Describe how to use this endpoint]
get price custom date
- Description: This endpoint provides stock price information within a specified timeframe.
- Usage: [Describe how to use this endpoint, including how to specify the timeframe]
get price period
- Description: This endpoint provides stock price information in a period.
- Usage: [Describe how to use this endpoint]
get shares
- Description: This endpoint provides the shares information about a stock.
- Usage: [Describe how to use this endpoint]
get news
- Description: This endpoint provides news information about a stock.
- Usage: [Describe how to use this endpoint]
get isin
- Description: This endpoint provides the ISIN information of a stock.
- Usage: [Describe how to use this endpoint]
get summary
- Description: The'summary' endpoint provides key information about recent market prices.
- Usage: [Describe how to use this endpoint]
get detail info
- Description: This endpoint provides detailed information about a stock.
- Usage: [Describe how to use this endpoint]
get info
- Description: This endpoint provides up-to-date data for a stock
- Usage: [Describe how to use this endpoint]
get insider transactions
- Description: This endpoint provides data on transactions made by insiders
- Usage: [Describe how to use this endpoint]
get statistics
- Description: this endpoint provides statistics data
- Usage: [Describe how to use this endpoint]
get key executives
- Description: This endpoint provides key executives data
- Usage: [Describe how to use this endpoint]
get product involvement areas
- Description: This endpoint provides product involvement areas data
- Usage: [Describe how to use this endpoint]
get analysis
- Description: this endpoint provides analysis data
- Usage: [Describe how to use this endpoint]
get historical data
- Description: This endpoint contains stock information for the last 100 days.
- Usage: [Describe how to use this endpoint]
get insider roster
- Description: This endpoint provides insider roster data
- Usage: [Describe how to use this endpoint]
get esg data
- Description: This endpoint provides esg data
- Usage: [Describe how to use this endpoint]
get holders
- Description: This endpoint contains shareholder information per category.
- Usage: [Describe how to use this endpoint]
get options
- Description: this endpoint provides options data
- Usage: [Describe how to use this endpoint]
get financials
- Description: This endpoint provides data information about balance sheet, income statement and cash flow.
- Usage: [Describe how to use this endpoint]
Integration
To integrate Yahuu Finance API into your project, you need to sign up for an account on Rapid API. Once you have an account, you can access the API endpoints using the provided API keys. Make sure to follow the API usage guidelines and rate limits to ensure smooth operation.
Example Requests and Responses
Here are some example requests and their corresponding responses to help you understand how to use the API.
Request for getting stock price within a custom date range
GET /get_price_custom_date?symbol=AAPL&start_date=2023-01-01&end_date=2023-01-31
Response
{
"prices": [
{
"date": "2023-01-01",
"price": 150.25
},
{
"date": "2023-01-31",
"price": 155.75
}
]
}
Error Handling
The API may return error responses in case of invalid requests or other issues. Make sure to handle these errors gracefully in your application. The error responses will typically include an error code and a description of the error.
Support
If you have any questions or need further assistance with using the Yahuu Finance API, please refer to the API documentation or contact the Rapid API support team.
{
"mcpServers": {
"yahuu-finance": {
"type": "sse",
"autoApprove":"all",
"url": "https://mcp.xpack.ai/v1/mcp/yahuu-finance?authkey={Your-XPack-Auth-Key}"
}
}
}