get_cash_flow_data
Retrieve quarterly cash flow data for a specific stock, including CFO/Operating Revenue ratio, by providing the stock code, year, and quarter. Returns a markdown table or error message.
Instructions
Fetches quarterly cash flow data (e.g., CFO/Operating Revenue ratio) for a stock.
Args:
code: The stock code (e.g., 'sh.600000').
year: The 4-digit year (e.g., '2023').
quarter: The quarter (1, 2, 3, or 4).
Returns:
Markdown table with cash flow data or an error message.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| quarter | Yes | ||
| year | Yes |