get_ma_data
Retrieve merger and acquisition data from Yahoo Finance. Specify action type, company name, or pagination to fetch details efficiently.
Instructions
获取并购相关数据。
参数说明: action_type: str latest 或 search name: str 搜索模式下的公司名称 page: int 页码,默认 0 limit: int 返回数量,默认 100
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action_type | Yes | ||
limit | No | ||
name | No | ||
page | No |