Company Profile Bulk
Company Profile Bulk
批量获取公司档案数据:一次请求返回多家公司的股价、市值、板块、细分行业等完整资料。适合数据科学家与分析师批量建设公司基础数据库。
GET
https://fmp-v2.icu/stable/profile-bulk?part=0数据更新周期
4-6 Hours
接口说明
批量获取公司档案数据:一次请求返回多家公司的股价、市值、板块、细分行业等完整资料。适合数据科学家与分析师批量建设公司基础数据库。
接口地址
GET
/stable/profile-bulk请求需要携带网关下发的 API Key。接口路径及参数名称与 FMP 官方格式保持一致。
请求参数
1 个参数| 参数 | 类型 | 要求 | 示例 | 说明 |
|---|---|---|---|---|
part | string | 必填 | 0 | SEC 文件的分册编号。 |
返回数据
下表列出示例响应中的主要字段,实际字段会因接口及数据状态而有所不同。
| 字段 | 类型 | 说明 |
|---|---|---|
symbol | string | 证券代码 |
price | number | 最新价 |
marketCap | number | 总市值 |
beta | number | Beta 系数 |
lastDividend | number | 最近一次股息(lastDividend) |
range | string | 区间(range) |
change | number | 涨跌额 |
changePercentage | number | 涨跌幅(%) |
volume | number | 成交量 |
averageVolume | number | 平均成交量(averageVolume) |
companyName | string | 公司名称 |
currency | string | 计价币种 |
cik | string | SEC CIK 编号 |
isin | string | 国际证券识别码 |
cusip | string | CUSIP 代码 |
exchangeFullName | string | 交易所全称 |
查看响应数据示例
[
{
"symbol": "AAPL",
"price": 271.36,
"marketCap": 4009711150080,
"beta": 1.107,
"lastDividend": 1.03,
"range": "169.21-288.62",
"change": -0.83,
"changePercentage": -0.30493,
"volume": 44494594,
"averageVolume": 48811139,
"companyName": "Apple Inc.",
"currency": "USD",
"cik": "0000320193",
"isin": "US0378331005",
"cusip": "037833100",
"exchangeFullName": "NASDAQ Global Select",
"exchange": "NASDAQ",
"industry": "Consumer Electronics",
"website": "https://www.apple.com",
"description": "Apple Inc. designs, manufactures, and markets smartphones, personal computers, tablets, wearables, and accessories worldwide. The company offers iPhone, a line of smartphones; Mac, a line of personal computers; iPad, a line of multi-purpose tablets; and wearables, home, and accessories comprising AirPods, Apple TV, Apple Watch, Beats products, and HomePod. It also provides AppleCare support and cloud services; and operates various platforms, including the App Store that allow customers to discover and download applications and digital content, such as books, music, video, games, and podcasts, as well as advertising services include third-party licensing arrangements and its own advertising platforms. In addition, the company offers various subscription-based services, such as Apple Arcade, a game subscription service; Apple Fitness+, a personalized fitness service; Apple Music, which offers users a curated listening experience with on-demand radio stations; Apple News+, a subscription news and magazine service; Apple TV+, which offers exclusive original content; Apple Card, a co-branded credit card; and Apple Pay, a cashless payment service, as well as licenses its intellectual property. The company serves consumers, and small and mid-sized businesses; and the education, enterprise, and government markets. It distributes third-party applications for its products through the App Store. The company also sells its products through its retail and online stores, and direct sales force; and third-party cellular network carriers, wholesalers, retailers, and resellers. Apple Inc. was founded in 1976 and is headquartered in Cupertino, California.",
"ceo": "Timothy D. Cook",
"sector": "Technology",
"country": "US",
"fullTimeEmployees": "164000",
"phone": "(408) 996-1010",
"address": "One Apple Park Way",内容已截断,完整字段以实际返回为准。
使用说明
- 日期、证券代码和枚举参数应严格使用接口要求的格式。
- 超出分钟限流时会返回 HTTP 429,请根据响应状态合理重试。
- 空数组通常表示当前查询条件下暂无数据,不代表请求失败。
需要稳定访问 Company Profile Bulk 数据?注册即可获取专属 API Key,免费体验全部接口。
免费试用 3 天