skills/tushare-data-1.0.5/references/数据接口/美股数据/美股基础信息.md
wangyitong a65adcc2e5 Initial commit: merged, deduplicated, and vetted skill collection
Sources: extracted from two upstream archives (skill-repo, skills-main),
merged with the following policy:

- 15 broken symlinks (pointing to /Users/jameslee/.cc-switch/skills or
  ../../.agents/skills on a foreign machine) discarded
- 3 real name collisions with identical content (ai-pair, ifind-http-api,
  zhipu-websearch) kept as one copy
- Functional overlaps deduped keeping the strongest variant:
  - docx family: kept docx (official, full toolchain) + docx-cn
    (GB/T 9704 Chinese official-document constants),
    dropped docx_writer (no scripts, name collided with docx)
  - humanizer family: kept humanizer-zh (6 zh reference docs),
    dropped humanizer (en, redundant for CN workflow)
- Skills that only ran in a foreign environment removed:
  ablemind-ops, app-publish, hlb-design-system, openclaw-adj-skill,
  claude-driver
- alphapai excluded from this public repo because its SKILL.md hard-coded
  live credentials

Result: 25 skills, 572 files, ~7.5 MB.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-13 14:47:12 +08:00

69 lines
1.5 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 美股列表
----
接口us_basic
描述:获取美股列表信息
限量单次最大6000可分页提取
积分120积分可以试用5000积分有正式权限
<br>
<br>
**输入参数**
名称 | 类型 | 必选 | 描述|示例
---- | ----- | ---- | ---- | ----
ts_code | str | N | 股票代码 | AAPL苹果
classify | str | N | 股票分类 | ADR/GDR/EQ
offset | str | N | 开始行数 | 1第一行
limit | str | N | 每页最大行数 | 500每页500行
<br>
<br>
**输出参数**
名称 | 类型 | 默认显示 | 描述
--- | ---- | ---- | ----
ts_code | str | Y | 美股代码
name | str | Y | 中文名称
enname | str | N | 英文名称
classify | str | Y | 分类ADR/GDR/EQ
list_date | str | Y | 上市日期
delist_date | str | Y | 退市日期
<br>
<br>
**接口示例**
```python
pro = ts.pro_api()
#获取默认美国股票基础信息单次6000行
df = pro.us_basic()
```
<br>
<br>
**数据示例**
ts_code name classify list_date delist_date
0 ONCY None EQT 20011005 None
1 SCCO None EQT 19950124 None
2 KAOCF None EQT 19740319 None
3 BOIRF None EQT 19880628 None
4 SDXOF None EQT 19830304 None
... ... ... ... ... ...
5995 ESESQ None EQT 20031014 None
5996 TRKX None EQT 20000718 None
5997 ELAMF None EQT 19960320 None
5998 CZNB None EQT 20120724 None
5999 CRRSQ None EQT 20010619 None