@bitget-ai/getagent-skill 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +28 -0
- package/.claude-plugin/plugin.json +12 -0
- package/README.md +99 -0
- package/VERSION +1 -0
- package/bin/getagent-skill.js +140 -0
- package/package.json +45 -0
- package/skills/getagent/SKILL.md +129 -0
- package/skills/getagent/examples/btc-ema-cross-demo/README.md +61 -0
- package/skills/getagent/examples/btc-ema-cross-demo/backtest.yaml +33 -0
- package/skills/getagent/examples/btc-ema-cross-demo/manifest.yaml +94 -0
- package/skills/getagent/examples/btc-ema-cross-demo/src/main.py +88 -0
- package/skills/getagent/examples/btc-ema-cross-demo/src/strategy.py +118 -0
- package/skills/getagent/references/api/enable.md +95 -0
- package/skills/getagent/references/api/error-responses.md +77 -0
- package/skills/getagent/references/api/index.md +38 -0
- package/skills/getagent/references/api/list.md +80 -0
- package/skills/getagent/references/api/my-playbooks.md +41 -0
- package/skills/getagent/references/api/publish.md +76 -0
- package/skills/getagent/references/api/run.md +149 -0
- package/skills/getagent/references/api/upload.md +76 -0
- package/skills/getagent/references/backtest-engine.md +438 -0
- package/skills/getagent/references/package-schema.md +552 -0
- package/skills/getagent/references/sandbox-runtime.md +201 -0
- package/skills/getagent/references/sdk/backtest/catalog.md +208 -0
- package/skills/getagent/references/sdk/data/arxiv.md +41 -0
- package/skills/getagent/references/sdk/data/catalog.md +56 -0
- package/skills/getagent/references/sdk/data/commodity.md +226 -0
- package/skills/getagent/references/sdk/data/coverage.md +82 -0
- package/skills/getagent/references/sdk/data/crypto.md +2906 -0
- package/skills/getagent/references/sdk/data/currency.md +123 -0
- package/skills/getagent/references/sdk/data/derivatives.md +269 -0
- package/skills/getagent/references/sdk/data/economy.md +1348 -0
- package/skills/getagent/references/sdk/data/equity.md +2120 -0
- package/skills/getagent/references/sdk/data/etf.md +372 -0
- package/skills/getagent/references/sdk/data/famafrench.md +201 -0
- package/skills/getagent/references/sdk/data/fixedincome.md +804 -0
- package/skills/getagent/references/sdk/data/imf_utils.md +225 -0
- package/skills/getagent/references/sdk/data/index.md +216 -0
- package/skills/getagent/references/sdk/data/news.md +149 -0
- package/skills/getagent/references/sdk/data/playbook-supported.md +9871 -0
- package/skills/getagent/references/sdk/data/regulators.md +299 -0
- package/skills/getagent/references/sdk/data/sentiment.md +323 -0
- package/skills/getagent/references/sdk/data/uscongress.md +126 -0
- package/skills/getagent/references/sdk/data/web_search.md +68 -0
- package/skills/getagent/references/sdk/data/wikipedia.md +97 -0
- package/skills/getagent/references/sdk/llm/catalog.md +117 -0
- package/skills/getagent/references/sdk/runtime/catalog.md +195 -0
- package/skills/getagent/references/sdk/trade/account.md +61 -0
- package/skills/getagent/references/sdk/trade/catalog.md +35 -0
- package/skills/getagent/references/sdk/trade/contract.md +331 -0
- package/skills/getagent/references/sdk/trade/helpers.md +466 -0
- package/skills/getagent/references/sdk/trade/market.md +28 -0
- package/skills/getagent/references/sdk/trade/patterns.md +102 -0
- package/skills/getagent/references/sdk/trade/spot.md +165 -0
- package/skills/getagent/references/sdk.md +198 -0
- package/skills/getagent/scripts/validate.py +965 -0
- package/skills/getagent/scripts/version_check.sh +62 -0
|
@@ -0,0 +1,2120 @@
|
|
|
1
|
+
# Equity Data Reference
|
|
2
|
+
|
|
3
|
+
Use this file when an agent needs detailed signatures and parameter
|
|
4
|
+
rules for one DataSDK domain. All generated `getagent.data` endpoints
|
|
5
|
+
are callable through the DataSDK wrapper.
|
|
6
|
+
|
|
7
|
+
## Contents
|
|
8
|
+
- [`equity.calendar.dividend`](#equitycalendardividend)
|
|
9
|
+
- [`equity.calendar.earnings`](#equitycalendarearnings)
|
|
10
|
+
- [`equity.calendar.events`](#equitycalendarevents)
|
|
11
|
+
- [`equity.calendar.ipo`](#equitycalendaripo)
|
|
12
|
+
- [`equity.calendar.splits`](#equitycalendarsplits)
|
|
13
|
+
- [`equity.compare.company_facts`](#equitycomparecompany-facts)
|
|
14
|
+
- [`equity.compare.groups`](#equitycomparegroups)
|
|
15
|
+
- [`equity.compare.peers`](#equitycomparepeers)
|
|
16
|
+
- [`equity.darkpool.otc`](#equitydarkpoolotc)
|
|
17
|
+
- [`equity.discovery.active`](#equitydiscoveryactive)
|
|
18
|
+
- [`equity.discovery.aggressive_small_caps`](#equitydiscoveryaggressive-small-caps)
|
|
19
|
+
- [`equity.discovery.filings`](#equitydiscoveryfilings)
|
|
20
|
+
- [`equity.discovery.gainers`](#equitydiscoverygainers)
|
|
21
|
+
- [`equity.discovery.growth_tech`](#equitydiscoverygrowth-tech)
|
|
22
|
+
- [`equity.discovery.latest_financial_reports`](#equitydiscoverylatest-financial-reports)
|
|
23
|
+
- [`equity.discovery.losers`](#equitydiscoverylosers)
|
|
24
|
+
- [`equity.discovery.top_retail`](#equitydiscoverytop-retail)
|
|
25
|
+
- [`equity.discovery.undervalued_growth`](#equitydiscoveryundervalued-growth)
|
|
26
|
+
- [`equity.discovery.undervalued_large_caps`](#equitydiscoveryundervalued-large-caps)
|
|
27
|
+
- [`equity.estimates.analyst_search`](#equityestimatesanalyst-search)
|
|
28
|
+
- [`equity.estimates.consensus`](#equityestimatesconsensus)
|
|
29
|
+
- [`equity.estimates.forward_ebitda`](#equityestimatesforward-ebitda)
|
|
30
|
+
- [`equity.estimates.forward_eps`](#equityestimatesforward-eps)
|
|
31
|
+
- [`equity.estimates.forward_pe`](#equityestimatesforward-pe)
|
|
32
|
+
- [`equity.estimates.forward_sales`](#equityestimatesforward-sales)
|
|
33
|
+
- [`equity.estimates.historical`](#equityestimateshistorical)
|
|
34
|
+
- [`equity.estimates.price_target`](#equityestimatesprice-target)
|
|
35
|
+
- [`equity.fundamental.balance`](#equityfundamentalbalance)
|
|
36
|
+
- [`equity.fundamental.balance_growth`](#equityfundamentalbalance-growth)
|
|
37
|
+
- [`equity.fundamental.cash`](#equityfundamentalcash)
|
|
38
|
+
- [`equity.fundamental.cash_growth`](#equityfundamentalcash-growth)
|
|
39
|
+
- [`equity.fundamental.dividends`](#equityfundamentaldividends)
|
|
40
|
+
- [`equity.fundamental.employee_count`](#equityfundamentalemployee-count)
|
|
41
|
+
- [`equity.fundamental.esg_score`](#equityfundamentalesg-score)
|
|
42
|
+
- [`equity.fundamental.filings`](#equityfundamentalfilings)
|
|
43
|
+
- [`equity.fundamental.historical_attributes`](#equityfundamentalhistorical-attributes)
|
|
44
|
+
- [`equity.fundamental.historical_eps`](#equityfundamentalhistorical-eps)
|
|
45
|
+
- [`equity.fundamental.historical_splits`](#equityfundamentalhistorical-splits)
|
|
46
|
+
- [`equity.fundamental.income`](#equityfundamentalincome)
|
|
47
|
+
- [`equity.fundamental.income_growth`](#equityfundamentalincome-growth)
|
|
48
|
+
- [`equity.fundamental.latest_attributes`](#equityfundamentallatest-attributes)
|
|
49
|
+
- [`equity.fundamental.management`](#equityfundamentalmanagement)
|
|
50
|
+
- [`equity.fundamental.management_compensation`](#equityfundamentalmanagement-compensation)
|
|
51
|
+
- [`equity.fundamental.management_discussion_analysis`](#equityfundamentalmanagement-discussion-analysis)
|
|
52
|
+
- [`equity.fundamental.metrics`](#equityfundamentalmetrics)
|
|
53
|
+
- [`equity.fundamental.ratios`](#equityfundamentalratios)
|
|
54
|
+
- [`equity.fundamental.reported_financials`](#equityfundamentalreported-financials)
|
|
55
|
+
- [`equity.fundamental.revenue_per_geography`](#equityfundamentalrevenue-per-geography)
|
|
56
|
+
- [`equity.fundamental.revenue_per_segment`](#equityfundamentalrevenue-per-segment)
|
|
57
|
+
- [`equity.fundamental.search_attributes`](#equityfundamentalsearch-attributes)
|
|
58
|
+
- [`equity.fundamental.trailing_dividend_yield`](#equityfundamentaltrailing-dividend-yield)
|
|
59
|
+
- [`equity.fundamental.transcript`](#equityfundamentaltranscript)
|
|
60
|
+
- [`equity.historical_market_cap`](#equityhistorical-market-cap)
|
|
61
|
+
- [`equity.market_snapshots`](#equitymarket-snapshots)
|
|
62
|
+
- [`equity.ownership.form_13f`](#equityownershipform-13f)
|
|
63
|
+
- [`equity.ownership.government_trades`](#equityownershipgovernment-trades)
|
|
64
|
+
- [`equity.ownership.insider_trading`](#equityownershipinsider-trading)
|
|
65
|
+
- [`equity.ownership.institutional`](#equityownershipinstitutional)
|
|
66
|
+
- [`equity.ownership.major_holders`](#equityownershipmajor-holders)
|
|
67
|
+
- [`equity.ownership.share_statistics`](#equityownershipshare-statistics)
|
|
68
|
+
- [`equity.price.historical`](#equitypricehistorical)
|
|
69
|
+
- [`equity.price.performance`](#equitypriceperformance)
|
|
70
|
+
- [`equity.price.quote`](#equitypricequote)
|
|
71
|
+
- [`equity.profile`](#equityprofile)
|
|
72
|
+
- [`equity.screener`](#equityscreener)
|
|
73
|
+
- [`equity.search`](#equitysearch)
|
|
74
|
+
- [`equity.shorts.fails_to_deliver`](#equityshortsfails-to-deliver)
|
|
75
|
+
- [`equity.shorts.short_interest`](#equityshortsshort-interest)
|
|
76
|
+
|
|
77
|
+
## Endpoint reference
|
|
78
|
+
|
|
79
|
+
### `equity.calendar.dividend`
|
|
80
|
+
|
|
81
|
+
```python
|
|
82
|
+
data.equity.calendar.dividend(start_time=None, end_time=None, provider=...)
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
Summary: Dividend
|
|
86
|
+
|
|
87
|
+
| Field | Value |
|
|
88
|
+
|---|---|
|
|
89
|
+
| Endpoint ID | `equity.calendar.dividend` |
|
|
90
|
+
| HTTP | `GET` |
|
|
91
|
+
| Path | `/inner/v1/agent-data/equity/calendar/dividend` |
|
|
92
|
+
| Default provider | - |
|
|
93
|
+
| SDK | `supported` |
|
|
94
|
+
| Host | `supported` |
|
|
95
|
+
| Notes | - |
|
|
96
|
+
|
|
97
|
+
#### Query parameters
|
|
98
|
+
|
|
99
|
+
| Param | Required | Type | Default | Notes |
|
|
100
|
+
|---|---|---|---|---|
|
|
101
|
+
| `start_time` | `no` | `integer | null` | `-` | Start time of the data as a Unix timestamp in milliseconds. Takes priority over start_date when both are provided. |
|
|
102
|
+
| `end_time` | `no` | `integer | null` | `-` | End time of the data as a Unix timestamp in milliseconds. Takes priority over end_date when both are provided. |
|
|
103
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, nasdaq |
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
### `equity.calendar.earnings`
|
|
108
|
+
|
|
109
|
+
```python
|
|
110
|
+
data.equity.calendar.earnings(start_time=None, end_time=None, symbol=None, country='us', provider=...)
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
Summary: Earnings
|
|
114
|
+
|
|
115
|
+
| Field | Value |
|
|
116
|
+
|---|---|
|
|
117
|
+
| Endpoint ID | `equity.calendar.earnings` |
|
|
118
|
+
| HTTP | `GET` |
|
|
119
|
+
| Path | `/inner/v1/agent-data/equity/calendar/earnings` |
|
|
120
|
+
| Default provider | - |
|
|
121
|
+
| SDK | `supported` |
|
|
122
|
+
| Host | `supported` |
|
|
123
|
+
| Notes | - |
|
|
124
|
+
|
|
125
|
+
#### Query parameters
|
|
126
|
+
|
|
127
|
+
| Param | Required | Type | Default | Notes |
|
|
128
|
+
|---|---|---|---|---|
|
|
129
|
+
| `start_time` | `no` | `integer | null` | `-` | Start time of the data as a Unix timestamp in milliseconds. Takes priority over start_date when both are provided. |
|
|
130
|
+
| `end_time` | `no` | `integer | null` | `-` | End time of the data as a Unix timestamp in milliseconds. Takes priority over end_date when both are provided. |
|
|
131
|
+
| `symbol` | `no` | `string | null` | `-` | Symbol to get data for. |
|
|
132
|
+
| `country` | `no` | `string` | `us` | enum: us, ca The country to get calendar data for. Accepts 'us'/'ca', ISO codes ('US', 'USA', 'CA', 'CAN'), or names ('United States', 'Canada'). (provider: seeking_alpha) |
|
|
133
|
+
| `provider` | `yes` | `string` | `-` | enum: finnhub, fmp, nasdaq, seeking_alpha, tmx |
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
### `equity.calendar.events`
|
|
138
|
+
|
|
139
|
+
```python
|
|
140
|
+
data.equity.calendar.events(start_time=None, end_time=None, country=None, provider='fmp')
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
Summary: Events
|
|
144
|
+
|
|
145
|
+
| Field | Value |
|
|
146
|
+
|---|---|
|
|
147
|
+
| Endpoint ID | `equity.calendar.events` |
|
|
148
|
+
| HTTP | `GET` |
|
|
149
|
+
| Path | `/inner/v1/agent-data/equity/calendar/events` |
|
|
150
|
+
| Default provider | `fmp` |
|
|
151
|
+
| SDK | `supported` |
|
|
152
|
+
| Host | `supported` |
|
|
153
|
+
| Notes | - |
|
|
154
|
+
|
|
155
|
+
#### Query parameters
|
|
156
|
+
|
|
157
|
+
| Param | Required | Type | Default | Notes |
|
|
158
|
+
|---|---|---|---|---|
|
|
159
|
+
| `start_time` | `no` | `integer | null` | `-` | Start time of the data as a Unix timestamp in milliseconds. Takes priority over start_date when both are provided. |
|
|
160
|
+
| `end_time` | `no` | `integer | null` | `-` | End time of the data as a Unix timestamp in milliseconds. Takes priority over end_date when both are provided. |
|
|
161
|
+
| `country` | `no` | `string | null` | `-` | Country code to filter economic events (e.g., 'US', 'JP', 'CN'). (provider: fmp) |
|
|
162
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
163
|
+
|
|
164
|
+
---
|
|
165
|
+
|
|
166
|
+
### `equity.calendar.ipo`
|
|
167
|
+
|
|
168
|
+
```python
|
|
169
|
+
data.equity.calendar.ipo(start_time=None, end_time=None, symbol=None, limit=100, status=None, min_value=None, max_value=None, is_spo=False, provider=...)
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
Summary: Ipo
|
|
173
|
+
|
|
174
|
+
| Field | Value |
|
|
175
|
+
|---|---|
|
|
176
|
+
| Endpoint ID | `equity.calendar.ipo` |
|
|
177
|
+
| HTTP | `GET` |
|
|
178
|
+
| Path | `/inner/v1/agent-data/equity/calendar/ipo` |
|
|
179
|
+
| Default provider | - |
|
|
180
|
+
| SDK | `supported` |
|
|
181
|
+
| Host | `supported` |
|
|
182
|
+
| Notes | - |
|
|
183
|
+
|
|
184
|
+
#### Query parameters
|
|
185
|
+
|
|
186
|
+
| Param | Required | Type | Default | Notes |
|
|
187
|
+
|---|---|---|---|---|
|
|
188
|
+
| `start_time` | `no` | `integer | null` | `-` | Start time of the data as a Unix timestamp in milliseconds. Takes priority over start_date when both are provided. |
|
|
189
|
+
| `end_time` | `no` | `integer | null` | `-` | End time of the data as a Unix timestamp in milliseconds. Takes priority over end_date when both are provided. |
|
|
190
|
+
| `symbol` | `no` | `string | null` | `-` | Symbol to get data for. |
|
|
191
|
+
| `limit` | `no` | `integer | null` | `100` | The number of data entries to return. |
|
|
192
|
+
| `status` | `no` | `string | null` | `-` | Status of the IPO. [upcoming, priced, or withdrawn] (provider: intrinio); The status of the IPO. (provider: nasdaq) |
|
|
193
|
+
| `min_value` | `no` | `integer | null` | `-` | Return IPOs with an offer dollar amount greater than the given amount. (provider: intrinio) |
|
|
194
|
+
| `max_value` | `no` | `integer | null` | `-` | Return IPOs with an offer dollar amount less than the given amount. (provider: intrinio) |
|
|
195
|
+
| `is_spo` | `no` | `boolean` | `false` | If True, returns data for secondary public offerings (SPOs). (provider: nasdaq) |
|
|
196
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, intrinio, nasdaq |
|
|
197
|
+
|
|
198
|
+
---
|
|
199
|
+
|
|
200
|
+
### `equity.calendar.splits`
|
|
201
|
+
|
|
202
|
+
```python
|
|
203
|
+
data.equity.calendar.splits(start_time=None, end_time=None, provider='fmp')
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
Summary: Splits
|
|
207
|
+
|
|
208
|
+
| Field | Value |
|
|
209
|
+
|---|---|
|
|
210
|
+
| Endpoint ID | `equity.calendar.splits` |
|
|
211
|
+
| HTTP | `GET` |
|
|
212
|
+
| Path | `/inner/v1/agent-data/equity/calendar/splits` |
|
|
213
|
+
| Default provider | `fmp` |
|
|
214
|
+
| SDK | `supported` |
|
|
215
|
+
| Host | `supported` |
|
|
216
|
+
| Notes | - |
|
|
217
|
+
|
|
218
|
+
#### Query parameters
|
|
219
|
+
|
|
220
|
+
| Param | Required | Type | Default | Notes |
|
|
221
|
+
|---|---|---|---|---|
|
|
222
|
+
| `start_time` | `no` | `integer | null` | `-` | Start time of the data as a Unix timestamp in milliseconds. Takes priority over start_date when both are provided. |
|
|
223
|
+
| `end_time` | `no` | `integer | null` | `-` | End time of the data as a Unix timestamp in milliseconds. Takes priority over end_date when both are provided. |
|
|
224
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
225
|
+
|
|
226
|
+
---
|
|
227
|
+
|
|
228
|
+
### `equity.compare.company_facts`
|
|
229
|
+
|
|
230
|
+
```python
|
|
231
|
+
data.equity.compare.company_facts(symbol=None, fact='', year=None, fiscal_period=None, instantaneous=False, use_cache=True, provider='sec')
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
Summary: Company Facts
|
|
235
|
+
|
|
236
|
+
| Field | Value |
|
|
237
|
+
|---|---|
|
|
238
|
+
| Endpoint ID | `equity.compare.company_facts` |
|
|
239
|
+
| HTTP | `GET` |
|
|
240
|
+
| Path | `/inner/v1/agent-data/equity/compare/company_facts` |
|
|
241
|
+
| Default provider | `sec` |
|
|
242
|
+
| SDK | `supported` |
|
|
243
|
+
| Host | `supported` |
|
|
244
|
+
| Notes | - |
|
|
245
|
+
|
|
246
|
+
#### Query parameters
|
|
247
|
+
|
|
248
|
+
| Param | Required | Type | Default | Notes |
|
|
249
|
+
|---|---|---|---|---|
|
|
250
|
+
| `symbol` | `no` | `string | null` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): sec. |
|
|
251
|
+
| `fact` | `no` | `string` | `` | The fact to lookup, typically a GAAP-reporting measure. Choices vary by provider.; Fact or concept from the SEC taxonomy, in UpperCamelCase. Defaults to, 'Revenues'. AAPL, MSFT, GOOG, BRK-A currently report revenue as, 'RevenueFromContractWithCustomerExcludingAssessedTax'. In previous years, they have reported as 'Revenues'. (provider: sec) |
|
|
252
|
+
| `year` | `no` | `integer | null` | `-` | The year to retrieve the data for. If not provided, the current year is used. When symbol(s) are provided, excluding the year will return all reported values for the concept. (provider: sec) |
|
|
253
|
+
| `fiscal_period` | `no` | `string | null` | `-` | The fiscal period to retrieve the data for. If not provided, the most recent quarter is used. This parameter is ignored when a symbol is supplied. (provider: sec) |
|
|
254
|
+
| `instantaneous` | `no` | `boolean` | `false` | Whether to retrieve instantaneous data. See the notes above for more information. Defaults to False. Some facts are only available as instantaneous data. The function will automatically attempt the inverse of this parameter if the initial fiscal quarter request fails. This parameter is ignored when a symbol is supplied. (provider: sec) |
|
|
255
|
+
| `use_cache` | `no` | `boolean` | `true` | Whether to use cache for the request. Defaults to True. (provider: sec) |
|
|
256
|
+
| `provider` | `no` | `string` | `sec` | - |
|
|
257
|
+
|
|
258
|
+
---
|
|
259
|
+
|
|
260
|
+
### `equity.compare.groups`
|
|
261
|
+
|
|
262
|
+
```python
|
|
263
|
+
data.equity.compare.groups(group='sector', metric='performance', provider='finviz')
|
|
264
|
+
```
|
|
265
|
+
|
|
266
|
+
Summary: Groups
|
|
267
|
+
|
|
268
|
+
| Field | Value |
|
|
269
|
+
|---|---|
|
|
270
|
+
| Endpoint ID | `equity.compare.groups` |
|
|
271
|
+
| HTTP | `GET` |
|
|
272
|
+
| Path | `/inner/v1/agent-data/equity/compare/groups` |
|
|
273
|
+
| Default provider | `finviz` |
|
|
274
|
+
| SDK | `supported` |
|
|
275
|
+
| Host | `supported` |
|
|
276
|
+
| Notes | - |
|
|
277
|
+
|
|
278
|
+
#### Query parameters
|
|
279
|
+
|
|
280
|
+
| Param | Required | Type | Default | Notes |
|
|
281
|
+
|---|---|---|---|---|
|
|
282
|
+
| `group` | `no` | `string` | `sector` | enum: sector, industry, country, capitalization, energy, materials, industrials, consumer_cyclical, consumer_defensive, healthcare, financial, technology, communication_services, utilities, real_estate US-listed stocks only. When an individual sector is selected, it is broken down by industry. The default is 'sector'. (provider: finviz) |
|
|
283
|
+
| `metric` | `no` | `string` | `performance` | enum: performance, valuation, overview Statistical metric to return. Select from: ['performance', 'valuation', 'overview'] The default is 'performance'. (provider: finviz) |
|
|
284
|
+
| `provider` | `no` | `string` | `finviz` | - |
|
|
285
|
+
|
|
286
|
+
---
|
|
287
|
+
|
|
288
|
+
### `equity.compare.peers`
|
|
289
|
+
|
|
290
|
+
```python
|
|
291
|
+
data.equity.compare.peers(symbol=..., provider='fmp')
|
|
292
|
+
```
|
|
293
|
+
|
|
294
|
+
Summary: Peers
|
|
295
|
+
|
|
296
|
+
| Field | Value |
|
|
297
|
+
|---|---|
|
|
298
|
+
| Endpoint ID | `equity.compare.peers` |
|
|
299
|
+
| HTTP | `GET` |
|
|
300
|
+
| Path | `/inner/v1/agent-data/equity/compare/peers` |
|
|
301
|
+
| Default provider | `fmp` |
|
|
302
|
+
| SDK | `supported` |
|
|
303
|
+
| Host | `supported` |
|
|
304
|
+
| Notes | - |
|
|
305
|
+
|
|
306
|
+
#### Query parameters
|
|
307
|
+
|
|
308
|
+
| Param | Required | Type | Default | Notes |
|
|
309
|
+
|---|---|---|---|---|
|
|
310
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
311
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
312
|
+
|
|
313
|
+
---
|
|
314
|
+
|
|
315
|
+
### `equity.darkpool.otc`
|
|
316
|
+
|
|
317
|
+
```python
|
|
318
|
+
data.equity.darkpool.otc(symbol=None, tier='T1', is_ats=True, provider='finra')
|
|
319
|
+
```
|
|
320
|
+
|
|
321
|
+
Summary: Otc
|
|
322
|
+
|
|
323
|
+
| Field | Value |
|
|
324
|
+
|---|---|
|
|
325
|
+
| Endpoint ID | `equity.darkpool.otc` |
|
|
326
|
+
| HTTP | `GET` |
|
|
327
|
+
| Path | `/inner/v1/agent-data/equity/darkpool/otc` |
|
|
328
|
+
| Default provider | `finra` |
|
|
329
|
+
| SDK | `supported` |
|
|
330
|
+
| Host | `supported` |
|
|
331
|
+
| Notes | - |
|
|
332
|
+
|
|
333
|
+
#### Query parameters
|
|
334
|
+
|
|
335
|
+
| Param | Required | Type | Default | Notes |
|
|
336
|
+
|---|---|---|---|---|
|
|
337
|
+
| `symbol` | `no` | `string | null` | `-` | Symbol to get data for. |
|
|
338
|
+
| `tier` | `no` | `string` | `T1` | "T1 - Securities included in the S&P 500, Russell 1000 and selected exchange-traded products; T2 - All other NMS stocks; OTC - Over-the-Counter equity securities (provider: finra) |
|
|
339
|
+
| `is_ats` | `no` | `boolean` | `true` | ATS data if true, NON-ATS otherwise (provider: finra) |
|
|
340
|
+
| `provider` | `no` | `string` | `finra` | - |
|
|
341
|
+
|
|
342
|
+
---
|
|
343
|
+
|
|
344
|
+
### `equity.discovery.active`
|
|
345
|
+
|
|
346
|
+
```python
|
|
347
|
+
data.equity.discovery.active(sort='desc', limit=200, provider=...)
|
|
348
|
+
```
|
|
349
|
+
|
|
350
|
+
Summary: Active
|
|
351
|
+
|
|
352
|
+
| Field | Value |
|
|
353
|
+
|---|---|
|
|
354
|
+
| Endpoint ID | `equity.discovery.active` |
|
|
355
|
+
| HTTP | `GET` |
|
|
356
|
+
| Path | `/inner/v1/agent-data/equity/discovery/active` |
|
|
357
|
+
| Default provider | - |
|
|
358
|
+
| SDK | `supported` |
|
|
359
|
+
| Host | `supported` |
|
|
360
|
+
| Notes | - |
|
|
361
|
+
|
|
362
|
+
#### Query parameters
|
|
363
|
+
|
|
364
|
+
| Param | Required | Type | Default | Notes |
|
|
365
|
+
|---|---|---|---|---|
|
|
366
|
+
| `sort` | `no` | `string` | `desc` | enum: asc, desc Sort order. Possible values: 'asc', 'desc'. Default: 'desc'. |
|
|
367
|
+
| `limit` | `no` | `integer | null` | `200` | Limit the number of results. (provider: yfinance) |
|
|
368
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, yfinance |
|
|
369
|
+
|
|
370
|
+
---
|
|
371
|
+
|
|
372
|
+
### `equity.discovery.aggressive_small_caps`
|
|
373
|
+
|
|
374
|
+
```python
|
|
375
|
+
data.equity.discovery.aggressive_small_caps(sort='desc', limit=None, provider='yfinance')
|
|
376
|
+
```
|
|
377
|
+
|
|
378
|
+
Summary: Aggressive Small Caps
|
|
379
|
+
|
|
380
|
+
| Field | Value |
|
|
381
|
+
|---|---|
|
|
382
|
+
| Endpoint ID | `equity.discovery.aggressive_small_caps` |
|
|
383
|
+
| HTTP | `GET` |
|
|
384
|
+
| Path | `/inner/v1/agent-data/equity/discovery/aggressive_small_caps` |
|
|
385
|
+
| Default provider | `yfinance` |
|
|
386
|
+
| SDK | `supported` |
|
|
387
|
+
| Host | `supported` |
|
|
388
|
+
| Notes | - |
|
|
389
|
+
|
|
390
|
+
#### Query parameters
|
|
391
|
+
|
|
392
|
+
| Param | Required | Type | Default | Notes |
|
|
393
|
+
|---|---|---|---|---|
|
|
394
|
+
| `sort` | `no` | `string` | `desc` | enum: asc, desc Sort order. Possible values: 'asc', 'desc'. Default: 'desc'. |
|
|
395
|
+
| `limit` | `no` | `integer | null` | `-` | Limit the number of results. Default is all. (provider: yfinance) |
|
|
396
|
+
| `provider` | `no` | `string` | `yfinance` | - |
|
|
397
|
+
|
|
398
|
+
---
|
|
399
|
+
|
|
400
|
+
### `equity.discovery.filings`
|
|
401
|
+
|
|
402
|
+
```python
|
|
403
|
+
data.equity.discovery.filings(start_time=None, end_time=None, form_type=None, limit=None, provider='fmp')
|
|
404
|
+
```
|
|
405
|
+
|
|
406
|
+
Summary: Filings
|
|
407
|
+
|
|
408
|
+
| Field | Value |
|
|
409
|
+
|---|---|
|
|
410
|
+
| Endpoint ID | `equity.discovery.filings` |
|
|
411
|
+
| HTTP | `GET` |
|
|
412
|
+
| Path | `/inner/v1/agent-data/equity/discovery/filings` |
|
|
413
|
+
| Default provider | `fmp` |
|
|
414
|
+
| SDK | `supported` |
|
|
415
|
+
| Host | `supported` |
|
|
416
|
+
| Notes | - |
|
|
417
|
+
|
|
418
|
+
#### Query parameters
|
|
419
|
+
|
|
420
|
+
| Param | Required | Type | Default | Notes |
|
|
421
|
+
|---|---|---|---|---|
|
|
422
|
+
| `start_time` | `no` | `integer | null` | `-` | Start time of the data as a Unix timestamp in milliseconds. Takes priority over start_date when both are provided. |
|
|
423
|
+
| `end_time` | `no` | `integer | null` | `-` | End time of the data as a Unix timestamp in milliseconds. Takes priority over end_date when both are provided. |
|
|
424
|
+
| `form_type` | `no` | `string | null` | `-` | Filter by form type. Visit https://www.sec.gov/forms for a list of supported form types. |
|
|
425
|
+
| `limit` | `no` | `integer | null` | `-` | The number of data entries to return.; The maximum number of results to return. Default is 10000. (provider: fmp) |
|
|
426
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
427
|
+
|
|
428
|
+
---
|
|
429
|
+
|
|
430
|
+
### `equity.discovery.gainers`
|
|
431
|
+
|
|
432
|
+
```python
|
|
433
|
+
data.equity.discovery.gainers(sort='desc', category='price_performer', limit=200, provider=...)
|
|
434
|
+
```
|
|
435
|
+
|
|
436
|
+
Summary: Gainers
|
|
437
|
+
|
|
438
|
+
| Field | Value |
|
|
439
|
+
|---|---|
|
|
440
|
+
| Endpoint ID | `equity.discovery.gainers` |
|
|
441
|
+
| HTTP | `GET` |
|
|
442
|
+
| Path | `/inner/v1/agent-data/equity/discovery/gainers` |
|
|
443
|
+
| Default provider | - |
|
|
444
|
+
| SDK | `supported` |
|
|
445
|
+
| Host | `supported` |
|
|
446
|
+
| Notes | - |
|
|
447
|
+
|
|
448
|
+
#### Query parameters
|
|
449
|
+
|
|
450
|
+
| Param | Required | Type | Default | Notes |
|
|
451
|
+
|---|---|---|---|---|
|
|
452
|
+
| `sort` | `no` | `string` | `desc` | enum: asc, desc Sort order. Possible values: 'asc', 'desc'. Default: 'desc'. |
|
|
453
|
+
| `category` | `no` | `string` | `price_performer` | enum: dividend, energy, healthcare, industrials, price_performer, rising_stars, real_estate, tech, utilities, 52w_high, volume The category of list to retrieve. Defaults to `price_performer`. (provider: tmx) |
|
|
454
|
+
| `limit` | `no` | `integer | null` | `200` | Limit the number of results. (provider: yfinance) |
|
|
455
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, tmx, yfinance |
|
|
456
|
+
|
|
457
|
+
---
|
|
458
|
+
|
|
459
|
+
### `equity.discovery.growth_tech`
|
|
460
|
+
|
|
461
|
+
```python
|
|
462
|
+
data.equity.discovery.growth_tech(sort='desc', limit=200, provider='yfinance')
|
|
463
|
+
```
|
|
464
|
+
|
|
465
|
+
Summary: Growth Tech
|
|
466
|
+
|
|
467
|
+
| Field | Value |
|
|
468
|
+
|---|---|
|
|
469
|
+
| Endpoint ID | `equity.discovery.growth_tech` |
|
|
470
|
+
| HTTP | `GET` |
|
|
471
|
+
| Path | `/inner/v1/agent-data/equity/discovery/growth_tech` |
|
|
472
|
+
| Default provider | `yfinance` |
|
|
473
|
+
| SDK | `supported` |
|
|
474
|
+
| Host | `supported` |
|
|
475
|
+
| Notes | - |
|
|
476
|
+
|
|
477
|
+
#### Query parameters
|
|
478
|
+
|
|
479
|
+
| Param | Required | Type | Default | Notes |
|
|
480
|
+
|---|---|---|---|---|
|
|
481
|
+
| `sort` | `no` | `string` | `desc` | enum: asc, desc Sort order. Possible values: 'asc', 'desc'. Default: 'desc'. |
|
|
482
|
+
| `limit` | `no` | `integer | null` | `200` | Limit the number of results. (provider: yfinance) |
|
|
483
|
+
| `provider` | `no` | `string` | `yfinance` | - |
|
|
484
|
+
|
|
485
|
+
---
|
|
486
|
+
|
|
487
|
+
### `equity.discovery.latest_financial_reports`
|
|
488
|
+
|
|
489
|
+
```python
|
|
490
|
+
data.equity.discovery.latest_financial_reports(date=None, report_type=None, provider='sec')
|
|
491
|
+
```
|
|
492
|
+
|
|
493
|
+
Summary: Latest Financial Reports
|
|
494
|
+
|
|
495
|
+
| Field | Value |
|
|
496
|
+
|---|---|
|
|
497
|
+
| Endpoint ID | `equity.discovery.latest_financial_reports` |
|
|
498
|
+
| HTTP | `GET` |
|
|
499
|
+
| Path | `/inner/v1/agent-data/equity/discovery/latest_financial_reports` |
|
|
500
|
+
| Default provider | `sec` |
|
|
501
|
+
| SDK | `supported` |
|
|
502
|
+
| Host | `supported` |
|
|
503
|
+
| Notes | - |
|
|
504
|
+
|
|
505
|
+
#### Query parameters
|
|
506
|
+
|
|
507
|
+
| Param | Required | Type | Default | Notes |
|
|
508
|
+
|---|---|---|---|---|
|
|
509
|
+
| `date` | `no` | `string | null` | `-` | A specific date to get data for. Defaults to today. (provider: sec) |
|
|
510
|
+
| `report_type` | `no` | `string | null` | `-` | Return only a specific form type. Default is all quarterly, annual, and current reports. Choices: 1-K, 1-SA, 1-U, 10-D, 10-K, 10-KT, 10-Q, 10-QT, 20-F, 40-F, 6-K, 8-K. Multiple comma separated items allowed. (provider: sec) |
|
|
511
|
+
| `provider` | `no` | `string` | `sec` | - |
|
|
512
|
+
|
|
513
|
+
---
|
|
514
|
+
|
|
515
|
+
### `equity.discovery.losers`
|
|
516
|
+
|
|
517
|
+
```python
|
|
518
|
+
data.equity.discovery.losers(sort='desc', limit=200, provider=...)
|
|
519
|
+
```
|
|
520
|
+
|
|
521
|
+
Summary: Losers
|
|
522
|
+
|
|
523
|
+
| Field | Value |
|
|
524
|
+
|---|---|
|
|
525
|
+
| Endpoint ID | `equity.discovery.losers` |
|
|
526
|
+
| HTTP | `GET` |
|
|
527
|
+
| Path | `/inner/v1/agent-data/equity/discovery/losers` |
|
|
528
|
+
| Default provider | - |
|
|
529
|
+
| SDK | `supported` |
|
|
530
|
+
| Host | `supported` |
|
|
531
|
+
| Notes | - |
|
|
532
|
+
|
|
533
|
+
#### Query parameters
|
|
534
|
+
|
|
535
|
+
| Param | Required | Type | Default | Notes |
|
|
536
|
+
|---|---|---|---|---|
|
|
537
|
+
| `sort` | `no` | `string` | `desc` | enum: asc, desc Sort order. Possible values: 'asc', 'desc'. Default: 'desc'. |
|
|
538
|
+
| `limit` | `no` | `integer | null` | `200` | Limit the number of results. (provider: yfinance) |
|
|
539
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, yfinance |
|
|
540
|
+
|
|
541
|
+
---
|
|
542
|
+
|
|
543
|
+
### `equity.discovery.top_retail`
|
|
544
|
+
|
|
545
|
+
```python
|
|
546
|
+
data.equity.discovery.top_retail(limit=5, provider='nasdaq')
|
|
547
|
+
```
|
|
548
|
+
|
|
549
|
+
Summary: Top Retail
|
|
550
|
+
|
|
551
|
+
| Field | Value |
|
|
552
|
+
|---|---|
|
|
553
|
+
| Endpoint ID | `equity.discovery.top_retail` |
|
|
554
|
+
| HTTP | `GET` |
|
|
555
|
+
| Path | `/inner/v1/agent-data/equity/discovery/top_retail` |
|
|
556
|
+
| Default provider | `nasdaq` |
|
|
557
|
+
| SDK | `supported` |
|
|
558
|
+
| Host | `supported` |
|
|
559
|
+
| Notes | - |
|
|
560
|
+
|
|
561
|
+
#### Query parameters
|
|
562
|
+
|
|
563
|
+
| Param | Required | Type | Default | Notes |
|
|
564
|
+
|---|---|---|---|---|
|
|
565
|
+
| `limit` | `no` | `integer` | `5` | The number of data entries to return. |
|
|
566
|
+
| `provider` | `no` | `string` | `nasdaq` | - |
|
|
567
|
+
|
|
568
|
+
---
|
|
569
|
+
|
|
570
|
+
### `equity.discovery.undervalued_growth`
|
|
571
|
+
|
|
572
|
+
```python
|
|
573
|
+
data.equity.discovery.undervalued_growth(sort='desc', limit=200, provider='yfinance')
|
|
574
|
+
```
|
|
575
|
+
|
|
576
|
+
Summary: Undervalued Growth
|
|
577
|
+
|
|
578
|
+
| Field | Value |
|
|
579
|
+
|---|---|
|
|
580
|
+
| Endpoint ID | `equity.discovery.undervalued_growth` |
|
|
581
|
+
| HTTP | `GET` |
|
|
582
|
+
| Path | `/inner/v1/agent-data/equity/discovery/undervalued_growth` |
|
|
583
|
+
| Default provider | `yfinance` |
|
|
584
|
+
| SDK | `supported` |
|
|
585
|
+
| Host | `supported` |
|
|
586
|
+
| Notes | - |
|
|
587
|
+
|
|
588
|
+
#### Query parameters
|
|
589
|
+
|
|
590
|
+
| Param | Required | Type | Default | Notes |
|
|
591
|
+
|---|---|---|---|---|
|
|
592
|
+
| `sort` | `no` | `string` | `desc` | enum: asc, desc Sort order. Possible values: 'asc', 'desc'. Default: 'desc'. |
|
|
593
|
+
| `limit` | `no` | `integer | null` | `200` | Limit the number of results. (provider: yfinance) |
|
|
594
|
+
| `provider` | `no` | `string` | `yfinance` | - |
|
|
595
|
+
|
|
596
|
+
---
|
|
597
|
+
|
|
598
|
+
### `equity.discovery.undervalued_large_caps`
|
|
599
|
+
|
|
600
|
+
```python
|
|
601
|
+
data.equity.discovery.undervalued_large_caps(sort='desc', limit=200, provider='yfinance')
|
|
602
|
+
```
|
|
603
|
+
|
|
604
|
+
Summary: Undervalued Large Caps
|
|
605
|
+
|
|
606
|
+
| Field | Value |
|
|
607
|
+
|---|---|
|
|
608
|
+
| Endpoint ID | `equity.discovery.undervalued_large_caps` |
|
|
609
|
+
| HTTP | `GET` |
|
|
610
|
+
| Path | `/inner/v1/agent-data/equity/discovery/undervalued_large_caps` |
|
|
611
|
+
| Default provider | `yfinance` |
|
|
612
|
+
| SDK | `supported` |
|
|
613
|
+
| Host | `supported` |
|
|
614
|
+
| Notes | - |
|
|
615
|
+
|
|
616
|
+
#### Query parameters
|
|
617
|
+
|
|
618
|
+
| Param | Required | Type | Default | Notes |
|
|
619
|
+
|---|---|---|---|---|
|
|
620
|
+
| `sort` | `no` | `string` | `desc` | enum: asc, desc Sort order. Possible values: 'asc', 'desc'. Default: 'desc'. |
|
|
621
|
+
| `limit` | `no` | `integer | null` | `200` | Limit the number of results. (provider: yfinance) |
|
|
622
|
+
| `provider` | `no` | `string` | `yfinance` | - |
|
|
623
|
+
|
|
624
|
+
---
|
|
625
|
+
|
|
626
|
+
### `equity.estimates.analyst_search`
|
|
627
|
+
|
|
628
|
+
```python
|
|
629
|
+
data.equity.estimates.analyst_search(analyst_name=None, firm_name=None, analyst_ids=None, firm_ids=None, limit=100, page=0, fields=None, provider='benzinga')
|
|
630
|
+
```
|
|
631
|
+
|
|
632
|
+
Summary: Analyst Search
|
|
633
|
+
|
|
634
|
+
| Field | Value |
|
|
635
|
+
|---|---|
|
|
636
|
+
| Endpoint ID | `equity.estimates.analyst_search` |
|
|
637
|
+
| HTTP | `GET` |
|
|
638
|
+
| Path | `/inner/v1/agent-data/equity/estimates/analyst_search` |
|
|
639
|
+
| Default provider | `benzinga` |
|
|
640
|
+
| SDK | `supported` |
|
|
641
|
+
| Host | `supported` |
|
|
642
|
+
| Notes | - |
|
|
643
|
+
|
|
644
|
+
#### Query parameters
|
|
645
|
+
|
|
646
|
+
| Param | Required | Type | Default | Notes |
|
|
647
|
+
|---|---|---|---|---|
|
|
648
|
+
| `analyst_name` | `no` | `string | null` | `-` | Analyst names to return. Omitting will return all available analysts. Multiple comma separated items allowed for provider(s): benzinga. |
|
|
649
|
+
| `firm_name` | `no` | `string | null` | `-` | Firm names to return. Omitting will return all available firms. Multiple comma separated items allowed for provider(s): benzinga. |
|
|
650
|
+
| `analyst_ids` | `no` | `string | null` | `-` | List of analyst IDs to return. Multiple comma separated items allowed. (provider: benzinga) |
|
|
651
|
+
| `firm_ids` | `no` | `string | null` | `-` | Firm IDs to return. Multiple comma separated items allowed. (provider: benzinga) |
|
|
652
|
+
| `limit` | `no` | `integer | null` | `100` | Number of results returned. Limit 1000. (provider: benzinga) |
|
|
653
|
+
| `page` | `no` | `integer | null` | `0` | Page offset. For optimization, performance and technical reasons, page offsets are limited from 0 - 100000. Limit the query results by other parameters such as date. (provider: benzinga) |
|
|
654
|
+
| `fields` | `no` | `string | null` | `-` | Fields to include in the response. See https://docs.benzinga.io/benzinga-apis/calendar/get-ratings to learn about the available fields. Multiple comma separated items allowed. (provider: benzinga) |
|
|
655
|
+
| `provider` | `no` | `string` | `benzinga` | - |
|
|
656
|
+
|
|
657
|
+
---
|
|
658
|
+
|
|
659
|
+
### `equity.estimates.consensus`
|
|
660
|
+
|
|
661
|
+
```python
|
|
662
|
+
data.equity.estimates.consensus(symbol=None, industry_group_number=None, provider=...)
|
|
663
|
+
```
|
|
664
|
+
|
|
665
|
+
Summary: Consensus
|
|
666
|
+
|
|
667
|
+
| Field | Value |
|
|
668
|
+
|---|---|
|
|
669
|
+
| Endpoint ID | `equity.estimates.consensus` |
|
|
670
|
+
| HTTP | `GET` |
|
|
671
|
+
| Path | `/inner/v1/agent-data/equity/estimates/consensus` |
|
|
672
|
+
| Default provider | - |
|
|
673
|
+
| SDK | `supported` |
|
|
674
|
+
| Host | `supported` |
|
|
675
|
+
| Notes | - |
|
|
676
|
+
|
|
677
|
+
#### Query parameters
|
|
678
|
+
|
|
679
|
+
| Param | Required | Type | Default | Notes |
|
|
680
|
+
|---|---|---|---|---|
|
|
681
|
+
| `symbol` | `no` | `string | null` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): fmp, intrinio, tmx, yfinance. |
|
|
682
|
+
| `industry_group_number` | `no` | `integer | null` | `-` | The Zacks industry group number. (provider: intrinio) |
|
|
683
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, intrinio, tmx, yfinance |
|
|
684
|
+
|
|
685
|
+
---
|
|
686
|
+
|
|
687
|
+
### `equity.estimates.forward_ebitda`
|
|
688
|
+
|
|
689
|
+
```python
|
|
690
|
+
data.equity.estimates.forward_ebitda(symbol=None, fiscal_period='annual', limit=None, include_historical=False, estimate_type=None, provider=...)
|
|
691
|
+
```
|
|
692
|
+
|
|
693
|
+
Summary: Forward Ebitda
|
|
694
|
+
|
|
695
|
+
| Field | Value |
|
|
696
|
+
|---|---|
|
|
697
|
+
| Endpoint ID | `equity.estimates.forward_ebitda` |
|
|
698
|
+
| HTTP | `GET` |
|
|
699
|
+
| Path | `/inner/v1/agent-data/equity/estimates/forward_ebitda` |
|
|
700
|
+
| Default provider | - |
|
|
701
|
+
| SDK | `supported` |
|
|
702
|
+
| Host | `supported` |
|
|
703
|
+
| Notes | - |
|
|
704
|
+
|
|
705
|
+
#### Query parameters
|
|
706
|
+
|
|
707
|
+
| Param | Required | Type | Default | Notes |
|
|
708
|
+
|---|---|---|---|---|
|
|
709
|
+
| `symbol` | `no` | `string | null` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): fmp, intrinio. |
|
|
710
|
+
| `fiscal_period` | `no` | `string | null` | `annual` | The future fiscal period to retrieve estimates for. (provider: fmp); Filter for only full-year or quarterly estimates. (provider: intrinio) |
|
|
711
|
+
| `limit` | `no` | `integer | null` | `-` | The number of data entries to return. Number of historical periods. (provider: fmp) |
|
|
712
|
+
| `include_historical` | `no` | `boolean` | `false` | If True, the data will include all past data and the limit will be ignored. (provider: fmp) |
|
|
713
|
+
| `estimate_type` | `no` | `string | null` | `-` | Limit the EBITDA estimates to this type. (provider: intrinio) |
|
|
714
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, intrinio |
|
|
715
|
+
|
|
716
|
+
---
|
|
717
|
+
|
|
718
|
+
### `equity.estimates.forward_eps`
|
|
719
|
+
|
|
720
|
+
```python
|
|
721
|
+
data.equity.estimates.forward_eps(symbol=None, fiscal_period='annual', limit=None, include_historical=False, fiscal_year=None, calendar_year=None, calendar_period=None, provider=...)
|
|
722
|
+
```
|
|
723
|
+
|
|
724
|
+
Summary: Forward Eps
|
|
725
|
+
|
|
726
|
+
| Field | Value |
|
|
727
|
+
|---|---|
|
|
728
|
+
| Endpoint ID | `equity.estimates.forward_eps` |
|
|
729
|
+
| HTTP | `GET` |
|
|
730
|
+
| Path | `/inner/v1/agent-data/equity/estimates/forward_eps` |
|
|
731
|
+
| Default provider | - |
|
|
732
|
+
| SDK | `supported` |
|
|
733
|
+
| Host | `supported` |
|
|
734
|
+
| Notes | - |
|
|
735
|
+
|
|
736
|
+
#### Query parameters
|
|
737
|
+
|
|
738
|
+
| Param | Required | Type | Default | Notes |
|
|
739
|
+
|---|---|---|---|---|
|
|
740
|
+
| `symbol` | `no` | `string | null` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): fmp, intrinio. |
|
|
741
|
+
| `fiscal_period` | `no` | `string | null` | `annual` | The future fiscal period to retrieve estimates for. (provider: fmp, intrinio) |
|
|
742
|
+
| `limit` | `no` | `integer | null` | `-` | The number of data entries to return. Number of historical periods. (provider: fmp) |
|
|
743
|
+
| `include_historical` | `no` | `boolean` | `false` | If True, the data will include all past data and the limit will be ignored. (provider: fmp) |
|
|
744
|
+
| `fiscal_year` | `no` | `integer | null` | `-` | The future fiscal year to retrieve estimates for. When no symbol and year is supplied the current calendar year is used. (provider: intrinio) |
|
|
745
|
+
| `calendar_year` | `no` | `integer | null` | `-` | The future calendar year to retrieve estimates for. When no symbol and year is supplied the current calendar year is used. (provider: intrinio) |
|
|
746
|
+
| `calendar_period` | `no` | `string | null` | `-` | The future calendar period to retrieve estimates for. (provider: intrinio) |
|
|
747
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, intrinio |
|
|
748
|
+
|
|
749
|
+
---
|
|
750
|
+
|
|
751
|
+
### `equity.estimates.forward_pe`
|
|
752
|
+
|
|
753
|
+
```python
|
|
754
|
+
data.equity.estimates.forward_pe(symbol=None, provider='intrinio')
|
|
755
|
+
```
|
|
756
|
+
|
|
757
|
+
Summary: Forward Pe
|
|
758
|
+
|
|
759
|
+
| Field | Value |
|
|
760
|
+
|---|---|
|
|
761
|
+
| Endpoint ID | `equity.estimates.forward_pe` |
|
|
762
|
+
| HTTP | `GET` |
|
|
763
|
+
| Path | `/inner/v1/agent-data/equity/estimates/forward_pe` |
|
|
764
|
+
| Default provider | `intrinio` |
|
|
765
|
+
| SDK | `supported` |
|
|
766
|
+
| Host | `supported` |
|
|
767
|
+
| Notes | - |
|
|
768
|
+
|
|
769
|
+
#### Query parameters
|
|
770
|
+
|
|
771
|
+
| Param | Required | Type | Default | Notes |
|
|
772
|
+
|---|---|---|---|---|
|
|
773
|
+
| `symbol` | `no` | `string | null` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): intrinio. |
|
|
774
|
+
| `provider` | `no` | `string` | `intrinio` | - |
|
|
775
|
+
|
|
776
|
+
---
|
|
777
|
+
|
|
778
|
+
### `equity.estimates.forward_sales`
|
|
779
|
+
|
|
780
|
+
```python
|
|
781
|
+
data.equity.estimates.forward_sales(symbol=None, fiscal_year=None, fiscal_period=None, calendar_year=None, calendar_period=None, provider='intrinio')
|
|
782
|
+
```
|
|
783
|
+
|
|
784
|
+
Summary: Forward Sales
|
|
785
|
+
|
|
786
|
+
| Field | Value |
|
|
787
|
+
|---|---|
|
|
788
|
+
| Endpoint ID | `equity.estimates.forward_sales` |
|
|
789
|
+
| HTTP | `GET` |
|
|
790
|
+
| Path | `/inner/v1/agent-data/equity/estimates/forward_sales` |
|
|
791
|
+
| Default provider | `intrinio` |
|
|
792
|
+
| SDK | `supported` |
|
|
793
|
+
| Host | `supported` |
|
|
794
|
+
| Notes | - |
|
|
795
|
+
|
|
796
|
+
#### Query parameters
|
|
797
|
+
|
|
798
|
+
| Param | Required | Type | Default | Notes |
|
|
799
|
+
|---|---|---|---|---|
|
|
800
|
+
| `symbol` | `no` | `string | null` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): intrinio. |
|
|
801
|
+
| `fiscal_year` | `no` | `integer | null` | `-` | The future fiscal year to retrieve estimates for. When no symbol and year is supplied the current calendar year is used. (provider: intrinio) |
|
|
802
|
+
| `fiscal_period` | `no` | `string | null` | `-` | The future fiscal period to retrieve estimates for. (provider: intrinio) |
|
|
803
|
+
| `calendar_year` | `no` | `integer | null` | `-` | The future calendar year to retrieve estimates for. When no symbol and year is supplied the current calendar year is used. (provider: intrinio) |
|
|
804
|
+
| `calendar_period` | `no` | `string | null` | `-` | The future calendar period to retrieve estimates for. (provider: intrinio) |
|
|
805
|
+
| `provider` | `no` | `string` | `intrinio` | - |
|
|
806
|
+
|
|
807
|
+
---
|
|
808
|
+
|
|
809
|
+
### `equity.estimates.historical`
|
|
810
|
+
|
|
811
|
+
```python
|
|
812
|
+
data.equity.estimates.historical(symbol=..., freq='quarterly', period='annual', limit=None, page=None, provider=...)
|
|
813
|
+
```
|
|
814
|
+
|
|
815
|
+
Summary: Historical
|
|
816
|
+
|
|
817
|
+
| Field | Value |
|
|
818
|
+
|---|---|
|
|
819
|
+
| Endpoint ID | `equity.estimates.historical` |
|
|
820
|
+
| HTTP | `GET` |
|
|
821
|
+
| Path | `/inner/v1/agent-data/equity/estimates/historical` |
|
|
822
|
+
| Default provider | - |
|
|
823
|
+
| SDK | `supported` |
|
|
824
|
+
| Host | `supported` |
|
|
825
|
+
| Notes | - |
|
|
826
|
+
|
|
827
|
+
#### Query parameters
|
|
828
|
+
|
|
829
|
+
| Param | Required | Type | Default | Notes |
|
|
830
|
+
|---|---|---|---|---|
|
|
831
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): fmp. |
|
|
832
|
+
| `freq` | `no` | `string` | `quarterly` | enum: annual, quarterly The frequency of the data. Can be 'annual' or 'quarterly'. (provider: finnhub) |
|
|
833
|
+
| `period` | `no` | `string` | `annual` | enum: quarter, annual Time period of the data to return. (provider: fmp) |
|
|
834
|
+
| `limit` | `no` | `integer | null` | `-` | The number of data entries to return. (provider: fmp) |
|
|
835
|
+
| `page` | `no` | `integer | null` | `-` | Page number for paginated results. Used with limit. (provider: fmp) |
|
|
836
|
+
| `provider` | `yes` | `string` | `-` | enum: finnhub, fmp |
|
|
837
|
+
|
|
838
|
+
---
|
|
839
|
+
|
|
840
|
+
### `equity.estimates.price_target`
|
|
841
|
+
|
|
842
|
+
```python
|
|
843
|
+
data.equity.estimates.price_target(symbol=None, limit=None, start_time=None, end_time=None, page=0, date=None, updated=None, importance=None, action=None, analyst_ids=None, firm_ids=None, fields=None, provider=...)
|
|
844
|
+
```
|
|
845
|
+
|
|
846
|
+
Summary: Price Target
|
|
847
|
+
|
|
848
|
+
| Field | Value |
|
|
849
|
+
|---|---|
|
|
850
|
+
| Endpoint ID | `equity.estimates.price_target` |
|
|
851
|
+
| HTTP | `GET` |
|
|
852
|
+
| Path | `/inner/v1/agent-data/equity/estimates/price_target` |
|
|
853
|
+
| Default provider | - |
|
|
854
|
+
| SDK | `supported` |
|
|
855
|
+
| Host | `supported` |
|
|
856
|
+
| Notes | - |
|
|
857
|
+
|
|
858
|
+
#### Query parameters
|
|
859
|
+
|
|
860
|
+
| Param | Required | Type | Default | Notes |
|
|
861
|
+
|---|---|---|---|---|
|
|
862
|
+
| `symbol` | `no` | `string | null` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): benzinga, finviz, fmp. |
|
|
863
|
+
| `limit` | `no` | `integer | null` | `-` | The number of data entries to return. |
|
|
864
|
+
| `start_time` | `no` | `integer | null` | `-` | Start time of the data as a Unix timestamp in milliseconds. Takes priority over start_date when both are provided. |
|
|
865
|
+
| `end_time` | `no` | `integer | null` | `-` | End time of the data as a Unix timestamp in milliseconds. Takes priority over end_date when both are provided. |
|
|
866
|
+
| `page` | `no` | `integer | null` | `0` | Page offset. For optimization, performance and technical reasons, page offsets are limited from 0 - 100000. Limit the query results by other parameters such as date. Used in conjunction with the limit and date parameters. (provider: benzinga) |
|
|
867
|
+
| `date` | `no` | `string | null` | `-` | Date for calendar data, shorthand for date_from and date_to. (provider: benzinga) |
|
|
868
|
+
| `updated` | `no` | `string | integer | null` | `-` | Records last Updated Unix timestamp (UTC). This will force the sort order to be Greater Than or Equal to the timestamp indicated. The date can be a date string or a Unix timestamp. The date string must be in the format of YYYY-MM-DD. (provider: benzinga) |
|
|
869
|
+
| `importance` | `no` | `integer | null` | `-` | Importance level to filter by. Uses Greater Than or Equal To the importance indicated (provider: benzinga) |
|
|
870
|
+
| `action` | `no` | `string | null` | `-` | Filter by a specific action_company. (provider: benzinga) |
|
|
871
|
+
| `analyst_ids` | `no` | `array | string | null` | `-` | accepts array values Comma-separated list of analyst (person) IDs. Omitting will bring back all available analysts. Multiple comma separated items allowed. (provider: benzinga) |
|
|
872
|
+
| `firm_ids` | `no` | `array | string | null` | `-` | accepts array values Comma-separated list of firm IDs. Multiple comma separated items allowed. (provider: benzinga) |
|
|
873
|
+
| `fields` | `no` | `array | string | null` | `-` | accepts array values Comma-separated list of fields to include in the response. See https://docs.benzinga.io/benzinga-apis/calendar/get-ratings to learn about the available fields. Multiple comma separated items allowed. (provider: benzinga) |
|
|
874
|
+
| `provider` | `yes` | `string` | `-` | enum: benzinga, finnhub, finviz, fmp |
|
|
875
|
+
|
|
876
|
+
---
|
|
877
|
+
|
|
878
|
+
### `equity.fundamental.balance`
|
|
879
|
+
|
|
880
|
+
```python
|
|
881
|
+
data.equity.fundamental.balance(symbol=..., limit=None, period='annual', fiscal_year=None, provider=...)
|
|
882
|
+
```
|
|
883
|
+
|
|
884
|
+
Summary: Balance
|
|
885
|
+
|
|
886
|
+
| Field | Value |
|
|
887
|
+
|---|---|
|
|
888
|
+
| Endpoint ID | `equity.fundamental.balance` |
|
|
889
|
+
| HTTP | `GET` |
|
|
890
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/balance` |
|
|
891
|
+
| Default provider | - |
|
|
892
|
+
| SDK | `supported` |
|
|
893
|
+
| Host | `supported` |
|
|
894
|
+
| Notes | - |
|
|
895
|
+
|
|
896
|
+
#### Query parameters
|
|
897
|
+
|
|
898
|
+
| Param | Required | Type | Default | Notes |
|
|
899
|
+
|---|---|---|---|---|
|
|
900
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
901
|
+
| `limit` | `no` | `integer | null` | `-` | The number of data entries to return. |
|
|
902
|
+
| `period` | `no` | `string` | `annual` | Time period of the data to return. (provider: fmp,intrinio, yfinance) |
|
|
903
|
+
| `fiscal_year` | `no` | `integer | null` | `-` | The specific fiscal year. Reports do not go beyond 2008. (provider: intrinio) |
|
|
904
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, intrinio, yfinance |
|
|
905
|
+
|
|
906
|
+
---
|
|
907
|
+
|
|
908
|
+
### `equity.fundamental.balance_growth`
|
|
909
|
+
|
|
910
|
+
```python
|
|
911
|
+
data.equity.fundamental.balance_growth(symbol=..., limit=None, period='annual', provider='fmp')
|
|
912
|
+
```
|
|
913
|
+
|
|
914
|
+
Summary: Balance Growth
|
|
915
|
+
|
|
916
|
+
| Field | Value |
|
|
917
|
+
|---|---|
|
|
918
|
+
| Endpoint ID | `equity.fundamental.balance_growth` |
|
|
919
|
+
| HTTP | `GET` |
|
|
920
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/balance_growth` |
|
|
921
|
+
| Default provider | `fmp` |
|
|
922
|
+
| SDK | `supported` |
|
|
923
|
+
| Host | `supported` |
|
|
924
|
+
| Notes | - |
|
|
925
|
+
|
|
926
|
+
#### Query parameters
|
|
927
|
+
|
|
928
|
+
| Param | Required | Type | Default | Notes |
|
|
929
|
+
|---|---|---|---|---|
|
|
930
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
931
|
+
| `limit` | `no` | `integer | null` | `-` | The number of data entries to return. (provider: fmp) |
|
|
932
|
+
| `period` | `no` | `string` | `annual` | Time period of the data to return. (provider: fmp) |
|
|
933
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
934
|
+
|
|
935
|
+
---
|
|
936
|
+
|
|
937
|
+
### `equity.fundamental.cash`
|
|
938
|
+
|
|
939
|
+
```python
|
|
940
|
+
data.equity.fundamental.cash(symbol=..., limit=5, period='annual', fiscal_year=None, provider=...)
|
|
941
|
+
```
|
|
942
|
+
|
|
943
|
+
Summary: Cash
|
|
944
|
+
|
|
945
|
+
| Field | Value |
|
|
946
|
+
|---|---|
|
|
947
|
+
| Endpoint ID | `equity.fundamental.cash` |
|
|
948
|
+
| HTTP | `GET` |
|
|
949
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/cash` |
|
|
950
|
+
| Default provider | - |
|
|
951
|
+
| SDK | `supported` |
|
|
952
|
+
| Host | `supported` |
|
|
953
|
+
| Notes | - |
|
|
954
|
+
|
|
955
|
+
#### Query parameters
|
|
956
|
+
|
|
957
|
+
| Param | Required | Type | Default | Notes |
|
|
958
|
+
|---|---|---|---|---|
|
|
959
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
960
|
+
| `limit` | `no` | `integer | null` | `5` | The number of data entries to return. |
|
|
961
|
+
| `period` | `no` | `string` | `annual` | Time period of the data to return. (provider: fmp,intrinio, yfinance) |
|
|
962
|
+
| `fiscal_year` | `no` | `integer | null` | `-` | The specific fiscal year. Reports do not go beyond 2008. (provider: intrinio) |
|
|
963
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, intrinio, yfinance |
|
|
964
|
+
|
|
965
|
+
---
|
|
966
|
+
|
|
967
|
+
### `equity.fundamental.cash_growth`
|
|
968
|
+
|
|
969
|
+
```python
|
|
970
|
+
data.equity.fundamental.cash_growth(symbol=..., limit=None, period='annual', provider='fmp')
|
|
971
|
+
```
|
|
972
|
+
|
|
973
|
+
Summary: Cash Growth
|
|
974
|
+
|
|
975
|
+
| Field | Value |
|
|
976
|
+
|---|---|
|
|
977
|
+
| Endpoint ID | `equity.fundamental.cash_growth` |
|
|
978
|
+
| HTTP | `GET` |
|
|
979
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/cash_growth` |
|
|
980
|
+
| Default provider | `fmp` |
|
|
981
|
+
| SDK | `supported` |
|
|
982
|
+
| Host | `supported` |
|
|
983
|
+
| Notes | - |
|
|
984
|
+
|
|
985
|
+
#### Query parameters
|
|
986
|
+
|
|
987
|
+
| Param | Required | Type | Default | Notes |
|
|
988
|
+
|---|---|---|---|---|
|
|
989
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
990
|
+
| `limit` | `no` | `integer | null` | `-` | The number of data entries to return. |
|
|
991
|
+
| `period` | `no` | `string` | `annual` | Time period of the data to return. (provider: fmp) |
|
|
992
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
993
|
+
|
|
994
|
+
---
|
|
995
|
+
|
|
996
|
+
### `equity.fundamental.dividends`
|
|
997
|
+
|
|
998
|
+
```python
|
|
999
|
+
data.equity.fundamental.dividends(symbol=..., start_time=None, end_time=None, limit=None, provider=...)
|
|
1000
|
+
```
|
|
1001
|
+
|
|
1002
|
+
Summary: Dividends
|
|
1003
|
+
|
|
1004
|
+
| Field | Value |
|
|
1005
|
+
|---|---|
|
|
1006
|
+
| Endpoint ID | `equity.fundamental.dividends` |
|
|
1007
|
+
| HTTP | `GET` |
|
|
1008
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/dividends` |
|
|
1009
|
+
| Default provider | - |
|
|
1010
|
+
| SDK | `supported` |
|
|
1011
|
+
| Host | `supported` |
|
|
1012
|
+
| Notes | - |
|
|
1013
|
+
|
|
1014
|
+
#### Query parameters
|
|
1015
|
+
|
|
1016
|
+
| Param | Required | Type | Default | Notes |
|
|
1017
|
+
|---|---|---|---|---|
|
|
1018
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): fmp, nasdaq. |
|
|
1019
|
+
| `start_time` | `no` | `integer | null` | `-` | Start time of the data as a Unix timestamp in milliseconds. Takes priority over start_date when both are provided. |
|
|
1020
|
+
| `end_time` | `no` | `integer | null` | `-` | End time of the data as a Unix timestamp in milliseconds. Takes priority over end_date when both are provided. |
|
|
1021
|
+
| `limit` | `no` | `integer | null` | `-` | Return N most recent payments. (provider: fmp); The number of data entries to return. (provider: intrinio) |
|
|
1022
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, intrinio, nasdaq, tmx, yfinance |
|
|
1023
|
+
|
|
1024
|
+
---
|
|
1025
|
+
|
|
1026
|
+
### `equity.fundamental.employee_count`
|
|
1027
|
+
|
|
1028
|
+
```python
|
|
1029
|
+
data.equity.fundamental.employee_count(symbol=..., start_time=None, end_time=None, limit=None, provider='fmp')
|
|
1030
|
+
```
|
|
1031
|
+
|
|
1032
|
+
Summary: Employee Count
|
|
1033
|
+
|
|
1034
|
+
| Field | Value |
|
|
1035
|
+
|---|---|
|
|
1036
|
+
| Endpoint ID | `equity.fundamental.employee_count` |
|
|
1037
|
+
| HTTP | `GET` |
|
|
1038
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/employee_count` |
|
|
1039
|
+
| Default provider | `fmp` |
|
|
1040
|
+
| SDK | `supported` |
|
|
1041
|
+
| Host | `supported` |
|
|
1042
|
+
| Notes | - |
|
|
1043
|
+
|
|
1044
|
+
#### Query parameters
|
|
1045
|
+
|
|
1046
|
+
| Param | Required | Type | Default | Notes |
|
|
1047
|
+
|---|---|---|---|---|
|
|
1048
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): fmp. |
|
|
1049
|
+
| `start_time` | `no` | `integer | null` | `-` | Start time of the data as a Unix timestamp in milliseconds. Takes priority over start_date when both are provided. |
|
|
1050
|
+
| `end_time` | `no` | `integer | null` | `-` | End time of the data as a Unix timestamp in milliseconds. Takes priority over end_date when both are provided. |
|
|
1051
|
+
| `limit` | `no` | `integer | null` | `-` | Number of records to return. Default is all. (provider: fmp) |
|
|
1052
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
1053
|
+
|
|
1054
|
+
---
|
|
1055
|
+
|
|
1056
|
+
### `equity.fundamental.esg_score`
|
|
1057
|
+
|
|
1058
|
+
```python
|
|
1059
|
+
data.equity.fundamental.esg_score(symbol=..., provider='fmp')
|
|
1060
|
+
```
|
|
1061
|
+
|
|
1062
|
+
Summary: Esg Score
|
|
1063
|
+
|
|
1064
|
+
| Field | Value |
|
|
1065
|
+
|---|---|
|
|
1066
|
+
| Endpoint ID | `equity.fundamental.esg_score` |
|
|
1067
|
+
| HTTP | `GET` |
|
|
1068
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/esg_score` |
|
|
1069
|
+
| Default provider | `fmp` |
|
|
1070
|
+
| SDK | `supported` |
|
|
1071
|
+
| Host | `supported` |
|
|
1072
|
+
| Notes | - |
|
|
1073
|
+
|
|
1074
|
+
#### Query parameters
|
|
1075
|
+
|
|
1076
|
+
| Param | Required | Type | Default | Notes |
|
|
1077
|
+
|---|---|---|---|---|
|
|
1078
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): fmp. |
|
|
1079
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
1080
|
+
|
|
1081
|
+
---
|
|
1082
|
+
|
|
1083
|
+
### `equity.fundamental.filings`
|
|
1084
|
+
|
|
1085
|
+
```python
|
|
1086
|
+
data.equity.fundamental.filings(symbol=None, start_time=None, end_time=None, cik=None, limit=1000, page=0, form_type=None, thea_enabled=None, year=None, form_group='8k', use_cache=True, provider=...)
|
|
1087
|
+
```
|
|
1088
|
+
|
|
1089
|
+
Summary: Filings
|
|
1090
|
+
|
|
1091
|
+
| Field | Value |
|
|
1092
|
+
|---|---|
|
|
1093
|
+
| Endpoint ID | `equity.fundamental.filings` |
|
|
1094
|
+
| HTTP | `GET` |
|
|
1095
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/filings` |
|
|
1096
|
+
| Default provider | - |
|
|
1097
|
+
| SDK | `supported` |
|
|
1098
|
+
| Host | `supported` |
|
|
1099
|
+
| Notes | - |
|
|
1100
|
+
|
|
1101
|
+
#### Query parameters
|
|
1102
|
+
|
|
1103
|
+
| Param | Required | Type | Default | Notes |
|
|
1104
|
+
|---|---|---|---|---|
|
|
1105
|
+
| `symbol` | `no` | `string | null` | `-` | Symbol to get data for. |
|
|
1106
|
+
| `start_time` | `no` | `integer | null` | `-` | Start time of the data as a Unix timestamp in milliseconds. Takes priority over start_date when both are provided. |
|
|
1107
|
+
| `end_time` | `no` | `integer | null` | `-` | End time of the data as a Unix timestamp in milliseconds. Takes priority over end_date when both are provided. |
|
|
1108
|
+
| `cik` | `no` | `string | integer | null` | `-` | CIK number to look up. Overrides symbol. (provider: fmp); Lookup filings by Central Index Key (CIK) instead of by symbol. (provider: sec) |
|
|
1109
|
+
| `limit` | `no` | `integer | null` | `1000` | Number of results to return. Max results is 1000. (provider: fmp); The number of data entries to return. (provider: intrinio); The number of data entries to return. (provider: sec) |
|
|
1110
|
+
| `page` | `no` | `integer` | `0` | Page number for paginated results. Max page is 100. (provider: fmp) |
|
|
1111
|
+
| `form_type` | `no` | `string | null` | `-` | SEC form type to filter by. (provider: intrinio, sec) |
|
|
1112
|
+
| `thea_enabled` | `no` | `boolean | null` | `-` | Return filings that have been read by Intrinio's Thea NLP. (provider: intrinio) |
|
|
1113
|
+
| `year` | `no` | `integer | null` | `-` | Calendar year of the data, default is current year. The earliest year available is 1994, for all companies and form types. (provider: nasdaq) |
|
|
1114
|
+
| `form_group` | `no` | `string` | `8k` | enum: annual, quarterly, proxy, insider, 8k, registration, comment The form group to fetch, default is 8k. (provider: nasdaq) |
|
|
1115
|
+
| `use_cache` | `no` | `boolean` | `true` | Whether or not to use cache. If True, cache will store for one day. (provider: sec) |
|
|
1116
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, intrinio, nasdaq, sec, tmx |
|
|
1117
|
+
|
|
1118
|
+
---
|
|
1119
|
+
|
|
1120
|
+
### `equity.fundamental.historical_attributes`
|
|
1121
|
+
|
|
1122
|
+
```python
|
|
1123
|
+
data.equity.fundamental.historical_attributes(symbol=..., tag=..., start_time=None, end_time=None, frequency='yearly', limit=1000, tag_type=None, sort='desc', provider='intrinio')
|
|
1124
|
+
```
|
|
1125
|
+
|
|
1126
|
+
Summary: Historical Attributes
|
|
1127
|
+
|
|
1128
|
+
| Field | Value |
|
|
1129
|
+
|---|---|
|
|
1130
|
+
| Endpoint ID | `equity.fundamental.historical_attributes` |
|
|
1131
|
+
| HTTP | `GET` |
|
|
1132
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/historical_attributes` |
|
|
1133
|
+
| Default provider | `intrinio` |
|
|
1134
|
+
| SDK | `supported` |
|
|
1135
|
+
| Host | `supported` |
|
|
1136
|
+
| Notes | - |
|
|
1137
|
+
|
|
1138
|
+
#### Query parameters
|
|
1139
|
+
|
|
1140
|
+
| Param | Required | Type | Default | Notes |
|
|
1141
|
+
|---|---|---|---|---|
|
|
1142
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): intrinio. |
|
|
1143
|
+
| `tag` | `yes` | `string` | `-` | Intrinio data tag ID or code. Multiple comma separated items allowed for provider(s): intrinio. |
|
|
1144
|
+
| `start_time` | `no` | `integer | null` | `-` | Start time of the data as a Unix timestamp in milliseconds. Takes priority over start_date when both are provided. |
|
|
1145
|
+
| `end_time` | `no` | `integer | null` | `-` | End time of the data as a Unix timestamp in milliseconds. Takes priority over end_date when both are provided. |
|
|
1146
|
+
| `frequency` | `no` | `string | null` | `yearly` | The frequency of the data. |
|
|
1147
|
+
| `limit` | `no` | `integer | null` | `1000` | The number of data entries to return. |
|
|
1148
|
+
| `tag_type` | `no` | `string | null` | `-` | Filter by type, when applicable. |
|
|
1149
|
+
| `sort` | `no` | `string | null` | `desc` | Sort order. |
|
|
1150
|
+
| `provider` | `no` | `string` | `intrinio` | - |
|
|
1151
|
+
|
|
1152
|
+
---
|
|
1153
|
+
|
|
1154
|
+
### `equity.fundamental.historical_eps`
|
|
1155
|
+
|
|
1156
|
+
```python
|
|
1157
|
+
data.equity.fundamental.historical_eps(symbol=..., period='quarter', limit=None, provider=...)
|
|
1158
|
+
```
|
|
1159
|
+
|
|
1160
|
+
Summary: Historical Eps
|
|
1161
|
+
|
|
1162
|
+
| Field | Value |
|
|
1163
|
+
|---|---|
|
|
1164
|
+
| Endpoint ID | `equity.fundamental.historical_eps` |
|
|
1165
|
+
| HTTP | `GET` |
|
|
1166
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/historical_eps` |
|
|
1167
|
+
| Default provider | - |
|
|
1168
|
+
| SDK | `supported` |
|
|
1169
|
+
| Host | `supported` |
|
|
1170
|
+
| Notes | - |
|
|
1171
|
+
|
|
1172
|
+
#### Query parameters
|
|
1173
|
+
|
|
1174
|
+
| Param | Required | Type | Default | Notes |
|
|
1175
|
+
|---|---|---|---|---|
|
|
1176
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): alpha_vantage, fmp. |
|
|
1177
|
+
| `period` | `no` | `string` | `quarter` | enum: annual, quarter Time period of the data to return. (provider: alpha_vantage) |
|
|
1178
|
+
| `limit` | `no` | `integer | null` | `-` | The number of data entries to return. (provider: alpha_vantage, fmp) |
|
|
1179
|
+
| `provider` | `yes` | `string` | `-` | enum: alpha_vantage, fmp |
|
|
1180
|
+
|
|
1181
|
+
---
|
|
1182
|
+
|
|
1183
|
+
### `equity.fundamental.historical_splits`
|
|
1184
|
+
|
|
1185
|
+
```python
|
|
1186
|
+
data.equity.fundamental.historical_splits(symbol=..., provider='fmp')
|
|
1187
|
+
```
|
|
1188
|
+
|
|
1189
|
+
Summary: Historical Splits
|
|
1190
|
+
|
|
1191
|
+
| Field | Value |
|
|
1192
|
+
|---|---|
|
|
1193
|
+
| Endpoint ID | `equity.fundamental.historical_splits` |
|
|
1194
|
+
| HTTP | `GET` |
|
|
1195
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/historical_splits` |
|
|
1196
|
+
| Default provider | `fmp` |
|
|
1197
|
+
| SDK | `supported` |
|
|
1198
|
+
| Host | `supported` |
|
|
1199
|
+
| Notes | - |
|
|
1200
|
+
|
|
1201
|
+
#### Query parameters
|
|
1202
|
+
|
|
1203
|
+
| Param | Required | Type | Default | Notes |
|
|
1204
|
+
|---|---|---|---|---|
|
|
1205
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
1206
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
1207
|
+
|
|
1208
|
+
---
|
|
1209
|
+
|
|
1210
|
+
### `equity.fundamental.income`
|
|
1211
|
+
|
|
1212
|
+
```python
|
|
1213
|
+
data.equity.fundamental.income(symbol=..., limit=None, period='annual', fiscal_year=None, provider=...)
|
|
1214
|
+
```
|
|
1215
|
+
|
|
1216
|
+
Summary: Income
|
|
1217
|
+
|
|
1218
|
+
| Field | Value |
|
|
1219
|
+
|---|---|
|
|
1220
|
+
| Endpoint ID | `equity.fundamental.income` |
|
|
1221
|
+
| HTTP | `GET` |
|
|
1222
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/income` |
|
|
1223
|
+
| Default provider | - |
|
|
1224
|
+
| SDK | `supported` |
|
|
1225
|
+
| Host | `supported` |
|
|
1226
|
+
| Notes | - |
|
|
1227
|
+
|
|
1228
|
+
#### Query parameters
|
|
1229
|
+
|
|
1230
|
+
| Param | Required | Type | Default | Notes |
|
|
1231
|
+
|---|---|---|---|---|
|
|
1232
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
1233
|
+
| `limit` | `no` | `integer | null` | `-` | The number of data entries to return. |
|
|
1234
|
+
| `period` | `no` | `string` | `annual` | Time period of the data to return. (provider: fmp,intrinio, yfinance) |
|
|
1235
|
+
| `fiscal_year` | `no` | `integer | null` | `-` | The specific fiscal year. Reports do not go beyond 2008. (provider: intrinio) |
|
|
1236
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, intrinio, yfinance |
|
|
1237
|
+
|
|
1238
|
+
---
|
|
1239
|
+
|
|
1240
|
+
### `equity.fundamental.income_growth`
|
|
1241
|
+
|
|
1242
|
+
```python
|
|
1243
|
+
data.equity.fundamental.income_growth(symbol=..., limit=None, period='annual', provider='fmp')
|
|
1244
|
+
```
|
|
1245
|
+
|
|
1246
|
+
Summary: Income Growth
|
|
1247
|
+
|
|
1248
|
+
| Field | Value |
|
|
1249
|
+
|---|---|
|
|
1250
|
+
| Endpoint ID | `equity.fundamental.income_growth` |
|
|
1251
|
+
| HTTP | `GET` |
|
|
1252
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/income_growth` |
|
|
1253
|
+
| Default provider | `fmp` |
|
|
1254
|
+
| SDK | `supported` |
|
|
1255
|
+
| Host | `supported` |
|
|
1256
|
+
| Notes | - |
|
|
1257
|
+
|
|
1258
|
+
#### Query parameters
|
|
1259
|
+
|
|
1260
|
+
| Param | Required | Type | Default | Notes |
|
|
1261
|
+
|---|---|---|---|---|
|
|
1262
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
1263
|
+
| `limit` | `no` | `integer | null` | `-` | The number of data entries to return. |
|
|
1264
|
+
| `period` | `no` | `string` | `annual` | Time period of the data to return. (provider: fmp) |
|
|
1265
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
1266
|
+
|
|
1267
|
+
---
|
|
1268
|
+
|
|
1269
|
+
### `equity.fundamental.latest_attributes`
|
|
1270
|
+
|
|
1271
|
+
```python
|
|
1272
|
+
data.equity.fundamental.latest_attributes(symbol=..., tag=..., provider='intrinio')
|
|
1273
|
+
```
|
|
1274
|
+
|
|
1275
|
+
Summary: Latest Attributes
|
|
1276
|
+
|
|
1277
|
+
| Field | Value |
|
|
1278
|
+
|---|---|
|
|
1279
|
+
| Endpoint ID | `equity.fundamental.latest_attributes` |
|
|
1280
|
+
| HTTP | `GET` |
|
|
1281
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/latest_attributes` |
|
|
1282
|
+
| Default provider | `intrinio` |
|
|
1283
|
+
| SDK | `supported` |
|
|
1284
|
+
| Host | `supported` |
|
|
1285
|
+
| Notes | - |
|
|
1286
|
+
|
|
1287
|
+
#### Query parameters
|
|
1288
|
+
|
|
1289
|
+
| Param | Required | Type | Default | Notes |
|
|
1290
|
+
|---|---|---|---|---|
|
|
1291
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): intrinio. |
|
|
1292
|
+
| `tag` | `yes` | `string` | `-` | Intrinio data tag ID or code. Multiple comma separated items allowed for provider(s): intrinio. |
|
|
1293
|
+
| `provider` | `no` | `string` | `intrinio` | - |
|
|
1294
|
+
|
|
1295
|
+
---
|
|
1296
|
+
|
|
1297
|
+
### `equity.fundamental.management`
|
|
1298
|
+
|
|
1299
|
+
```python
|
|
1300
|
+
data.equity.fundamental.management(symbol=..., provider=...)
|
|
1301
|
+
```
|
|
1302
|
+
|
|
1303
|
+
Summary: Management
|
|
1304
|
+
|
|
1305
|
+
| Field | Value |
|
|
1306
|
+
|---|---|
|
|
1307
|
+
| Endpoint ID | `equity.fundamental.management` |
|
|
1308
|
+
| HTTP | `GET` |
|
|
1309
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/management` |
|
|
1310
|
+
| Default provider | - |
|
|
1311
|
+
| SDK | `supported` |
|
|
1312
|
+
| Host | `supported` |
|
|
1313
|
+
| Notes | - |
|
|
1314
|
+
|
|
1315
|
+
#### Query parameters
|
|
1316
|
+
|
|
1317
|
+
| Param | Required | Type | Default | Notes |
|
|
1318
|
+
|---|---|---|---|---|
|
|
1319
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
1320
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, yfinance |
|
|
1321
|
+
|
|
1322
|
+
---
|
|
1323
|
+
|
|
1324
|
+
### `equity.fundamental.management_compensation`
|
|
1325
|
+
|
|
1326
|
+
```python
|
|
1327
|
+
data.equity.fundamental.management_compensation(symbol=..., year=-1, provider='fmp')
|
|
1328
|
+
```
|
|
1329
|
+
|
|
1330
|
+
Summary: Management Compensation
|
|
1331
|
+
|
|
1332
|
+
| Field | Value |
|
|
1333
|
+
|---|---|
|
|
1334
|
+
| Endpoint ID | `equity.fundamental.management_compensation` |
|
|
1335
|
+
| HTTP | `GET` |
|
|
1336
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/management_compensation` |
|
|
1337
|
+
| Default provider | `fmp` |
|
|
1338
|
+
| SDK | `supported` |
|
|
1339
|
+
| Host | `supported` |
|
|
1340
|
+
| Notes | - |
|
|
1341
|
+
|
|
1342
|
+
#### Query parameters
|
|
1343
|
+
|
|
1344
|
+
| Param | Required | Type | Default | Notes |
|
|
1345
|
+
|---|---|---|---|---|
|
|
1346
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): fmp. |
|
|
1347
|
+
| `year` | `no` | `integer` | `-1` | Filters results by year, enter 0 for all data available. Default is the most recent year in the dataset, -1. (provider: fmp) |
|
|
1348
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
1349
|
+
|
|
1350
|
+
---
|
|
1351
|
+
|
|
1352
|
+
### `equity.fundamental.management_discussion_analysis`
|
|
1353
|
+
|
|
1354
|
+
```python
|
|
1355
|
+
data.equity.fundamental.management_discussion_analysis(symbol=..., calendar_year=None, calendar_period=None, include_tables=True, use_cache=True, raw_html=False, provider='sec')
|
|
1356
|
+
```
|
|
1357
|
+
|
|
1358
|
+
Summary: Management Discussion Analysis
|
|
1359
|
+
|
|
1360
|
+
| Field | Value |
|
|
1361
|
+
|---|---|
|
|
1362
|
+
| Endpoint ID | `equity.fundamental.management_discussion_analysis` |
|
|
1363
|
+
| HTTP | `GET` |
|
|
1364
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/management_discussion_analysis` |
|
|
1365
|
+
| Default provider | `sec` |
|
|
1366
|
+
| SDK | `supported` |
|
|
1367
|
+
| Host | `supported` |
|
|
1368
|
+
| Notes | - |
|
|
1369
|
+
|
|
1370
|
+
#### Query parameters
|
|
1371
|
+
|
|
1372
|
+
| Param | Required | Type | Default | Notes |
|
|
1373
|
+
|---|---|---|---|---|
|
|
1374
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
1375
|
+
| `calendar_year` | `no` | `integer | null` | `-` | Calendar year of the report. By default, is the current year. If the calendar period is not provided, but the calendar year is, it will return the annual report. |
|
|
1376
|
+
| `calendar_period` | `no` | `string | null` | `-` | Calendar period of the report. By default, is the most recent report available for the symbol. If no calendar year and no calendar period are provided, it will return the most recent report. |
|
|
1377
|
+
| `include_tables` | `no` | `boolean` | `true` | Return tables formatted as markdown in the text. Default is True. (provider: sec) |
|
|
1378
|
+
| `use_cache` | `no` | `boolean` | `true` | When True, the file will be cached for use later. Default is True. (provider: sec) |
|
|
1379
|
+
| `raw_html` | `no` | `boolean` | `false` | When True, the raw HTML content of the entire filing will be returned. Default is False. Use this option to parse the document manually. (provider: sec) |
|
|
1380
|
+
| `provider` | `no` | `string` | `sec` | - |
|
|
1381
|
+
|
|
1382
|
+
---
|
|
1383
|
+
|
|
1384
|
+
### `equity.fundamental.metrics`
|
|
1385
|
+
|
|
1386
|
+
```python
|
|
1387
|
+
data.equity.fundamental.metrics(symbol=..., ttm='only', period='annual', limit=None, provider=...)
|
|
1388
|
+
```
|
|
1389
|
+
|
|
1390
|
+
Summary: Metrics
|
|
1391
|
+
|
|
1392
|
+
| Field | Value |
|
|
1393
|
+
|---|---|
|
|
1394
|
+
| Endpoint ID | `equity.fundamental.metrics` |
|
|
1395
|
+
| HTTP | `GET` |
|
|
1396
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/metrics` |
|
|
1397
|
+
| Default provider | - |
|
|
1398
|
+
| SDK | `supported` |
|
|
1399
|
+
| Host | `supported` |
|
|
1400
|
+
| Notes | - |
|
|
1401
|
+
|
|
1402
|
+
#### Query parameters
|
|
1403
|
+
|
|
1404
|
+
| Param | Required | Type | Default | Notes |
|
|
1405
|
+
|---|---|---|---|---|
|
|
1406
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): finviz, fmp, intrinio, yfinance. |
|
|
1407
|
+
| `ttm` | `no` | `string` | `only` | enum: include, exclude, only Specify whether to include, exclude, or only show TTM (Trailing Twelve Months) data. The default is 'only'. (provider: fmp) |
|
|
1408
|
+
| `period` | `no` | `string` | `annual` | enum: q1, q2, q3, q4, fy, annual, quarter Specify the fiscal period for the data. Ignored when TTM is set to 'only'. (provider: fmp) |
|
|
1409
|
+
| `limit` | `no` | `integer | null` | `-` | Only applicable when TTM is not set to 'only'. Defines the number of most recent reporting periods to return. The default is 5. (provider: fmp) |
|
|
1410
|
+
| `provider` | `yes` | `string` | `-` | enum: finviz, fmp, intrinio, yfinance |
|
|
1411
|
+
|
|
1412
|
+
---
|
|
1413
|
+
|
|
1414
|
+
### `equity.fundamental.ratios`
|
|
1415
|
+
|
|
1416
|
+
```python
|
|
1417
|
+
data.equity.fundamental.ratios(symbol=..., limit=None, ttm='only', period='annual', fiscal_year=None, provider=...)
|
|
1418
|
+
```
|
|
1419
|
+
|
|
1420
|
+
Summary: Ratios
|
|
1421
|
+
|
|
1422
|
+
| Field | Value |
|
|
1423
|
+
|---|---|
|
|
1424
|
+
| Endpoint ID | `equity.fundamental.ratios` |
|
|
1425
|
+
| HTTP | `GET` |
|
|
1426
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/ratios` |
|
|
1427
|
+
| Default provider | - |
|
|
1428
|
+
| SDK | `supported` |
|
|
1429
|
+
| Host | `supported` |
|
|
1430
|
+
| Notes | - |
|
|
1431
|
+
|
|
1432
|
+
#### Query parameters
|
|
1433
|
+
|
|
1434
|
+
| Param | Required | Type | Default | Notes |
|
|
1435
|
+
|---|---|---|---|---|
|
|
1436
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): fmp. |
|
|
1437
|
+
| `limit` | `no` | `integer | null` | `-` | The number of data entries to return.; Only applicable when TTM is not set to 'only'. Defines the number of most recent reporting periods to return. The default is 5. (provider: fmp) |
|
|
1438
|
+
| `ttm` | `no` | `string` | `only` | enum: include, exclude, only Specify whether to include, exclude, or only show TTM (Trailing Twelve Months) data. The default is 'only'. (provider: fmp) |
|
|
1439
|
+
| `period` | `no` | `string` | `annual` | Specify the fiscal period for the data. (provider: fmp); Time period of the data to return. (provider: intrinio) |
|
|
1440
|
+
| `fiscal_year` | `no` | `integer | null` | `-` | The specific fiscal year. Reports do not go beyond 2008. (provider: intrinio) |
|
|
1441
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, intrinio |
|
|
1442
|
+
|
|
1443
|
+
---
|
|
1444
|
+
|
|
1445
|
+
### `equity.fundamental.reported_financials`
|
|
1446
|
+
|
|
1447
|
+
```python
|
|
1448
|
+
data.equity.fundamental.reported_financials(symbol=..., period='annual', statement_type='balance', limit=100, fiscal_year=None, provider='intrinio')
|
|
1449
|
+
```
|
|
1450
|
+
|
|
1451
|
+
Summary: Reported Financials
|
|
1452
|
+
|
|
1453
|
+
| Field | Value |
|
|
1454
|
+
|---|---|
|
|
1455
|
+
| Endpoint ID | `equity.fundamental.reported_financials` |
|
|
1456
|
+
| HTTP | `GET` |
|
|
1457
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/reported_financials` |
|
|
1458
|
+
| Default provider | `intrinio` |
|
|
1459
|
+
| SDK | `supported` |
|
|
1460
|
+
| Host | `supported` |
|
|
1461
|
+
| Notes | - |
|
|
1462
|
+
|
|
1463
|
+
#### Query parameters
|
|
1464
|
+
|
|
1465
|
+
| Param | Required | Type | Default | Notes |
|
|
1466
|
+
|---|---|---|---|---|
|
|
1467
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
1468
|
+
| `period` | `no` | `string` | `annual` | Time period of the data to return. |
|
|
1469
|
+
| `statement_type` | `no` | `string` | `balance` | The type of financial statement - i.e, balance, income, cash.; Cash flow statements are reported as YTD, Q4 is the same as FY. (provider: intrinio) |
|
|
1470
|
+
| `limit` | `no` | `integer | null` | `100` | The number of data entries to return. Although the response object contains multiple results, because of the variance in the fields, year-to-year and quarter-to-quarter, it is recommended to view results in small chunks. |
|
|
1471
|
+
| `fiscal_year` | `no` | `integer | null` | `-` | The specific fiscal year. Reports do not go beyond 2008. (provider: intrinio) |
|
|
1472
|
+
| `provider` | `no` | `string` | `intrinio` | - |
|
|
1473
|
+
|
|
1474
|
+
---
|
|
1475
|
+
|
|
1476
|
+
### `equity.fundamental.revenue_per_geography`
|
|
1477
|
+
|
|
1478
|
+
```python
|
|
1479
|
+
data.equity.fundamental.revenue_per_geography(symbol=..., period='annual', provider='fmp')
|
|
1480
|
+
```
|
|
1481
|
+
|
|
1482
|
+
Summary: Revenue Per Geography
|
|
1483
|
+
|
|
1484
|
+
| Field | Value |
|
|
1485
|
+
|---|---|
|
|
1486
|
+
| Endpoint ID | `equity.fundamental.revenue_per_geography` |
|
|
1487
|
+
| HTTP | `GET` |
|
|
1488
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/revenue_per_geography` |
|
|
1489
|
+
| Default provider | `fmp` |
|
|
1490
|
+
| SDK | `supported` |
|
|
1491
|
+
| Host | `supported` |
|
|
1492
|
+
| Notes | - |
|
|
1493
|
+
|
|
1494
|
+
#### Query parameters
|
|
1495
|
+
|
|
1496
|
+
| Param | Required | Type | Default | Notes |
|
|
1497
|
+
|---|---|---|---|---|
|
|
1498
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
1499
|
+
| `period` | `no` | `string` | `annual` | Time period of the data to return. (provider: fmp) |
|
|
1500
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
1501
|
+
|
|
1502
|
+
---
|
|
1503
|
+
|
|
1504
|
+
### `equity.fundamental.revenue_per_segment`
|
|
1505
|
+
|
|
1506
|
+
```python
|
|
1507
|
+
data.equity.fundamental.revenue_per_segment(symbol=..., period='annual', provider='fmp')
|
|
1508
|
+
```
|
|
1509
|
+
|
|
1510
|
+
Summary: Revenue Per Segment
|
|
1511
|
+
|
|
1512
|
+
| Field | Value |
|
|
1513
|
+
|---|---|
|
|
1514
|
+
| Endpoint ID | `equity.fundamental.revenue_per_segment` |
|
|
1515
|
+
| HTTP | `GET` |
|
|
1516
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/revenue_per_segment` |
|
|
1517
|
+
| Default provider | `fmp` |
|
|
1518
|
+
| SDK | `supported` |
|
|
1519
|
+
| Host | `supported` |
|
|
1520
|
+
| Notes | - |
|
|
1521
|
+
|
|
1522
|
+
#### Query parameters
|
|
1523
|
+
|
|
1524
|
+
| Param | Required | Type | Default | Notes |
|
|
1525
|
+
|---|---|---|---|---|
|
|
1526
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
1527
|
+
| `period` | `no` | `string` | `annual` | Time period of the data to return. (provider: fmp) |
|
|
1528
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
1529
|
+
|
|
1530
|
+
---
|
|
1531
|
+
|
|
1532
|
+
### `equity.fundamental.search_attributes`
|
|
1533
|
+
|
|
1534
|
+
```python
|
|
1535
|
+
data.equity.fundamental.search_attributes(query=..., limit=1000, provider='intrinio')
|
|
1536
|
+
```
|
|
1537
|
+
|
|
1538
|
+
Summary: Search Attributes
|
|
1539
|
+
|
|
1540
|
+
| Field | Value |
|
|
1541
|
+
|---|---|
|
|
1542
|
+
| Endpoint ID | `equity.fundamental.search_attributes` |
|
|
1543
|
+
| HTTP | `GET` |
|
|
1544
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/search_attributes` |
|
|
1545
|
+
| Default provider | `intrinio` |
|
|
1546
|
+
| SDK | `supported` |
|
|
1547
|
+
| Host | `supported` |
|
|
1548
|
+
| Notes | - |
|
|
1549
|
+
|
|
1550
|
+
#### Query parameters
|
|
1551
|
+
|
|
1552
|
+
| Param | Required | Type | Default | Notes |
|
|
1553
|
+
|---|---|---|---|---|
|
|
1554
|
+
| `query` | `yes` | `string` | `-` | Query to search for. |
|
|
1555
|
+
| `limit` | `no` | `integer | null` | `1000` | The number of data entries to return. |
|
|
1556
|
+
| `provider` | `no` | `string` | `intrinio` | - |
|
|
1557
|
+
|
|
1558
|
+
---
|
|
1559
|
+
|
|
1560
|
+
### `equity.fundamental.trailing_dividend_yield`
|
|
1561
|
+
|
|
1562
|
+
```python
|
|
1563
|
+
data.equity.fundamental.trailing_dividend_yield(symbol=..., limit=252, provider='tiingo')
|
|
1564
|
+
```
|
|
1565
|
+
|
|
1566
|
+
Summary: Trailing Dividend Yield
|
|
1567
|
+
|
|
1568
|
+
| Field | Value |
|
|
1569
|
+
|---|---|
|
|
1570
|
+
| Endpoint ID | `equity.fundamental.trailing_dividend_yield` |
|
|
1571
|
+
| HTTP | `GET` |
|
|
1572
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/trailing_dividend_yield` |
|
|
1573
|
+
| Default provider | `tiingo` |
|
|
1574
|
+
| SDK | `supported` |
|
|
1575
|
+
| Host | `supported` |
|
|
1576
|
+
| Notes | - |
|
|
1577
|
+
|
|
1578
|
+
#### Query parameters
|
|
1579
|
+
|
|
1580
|
+
| Param | Required | Type | Default | Notes |
|
|
1581
|
+
|---|---|---|---|---|
|
|
1582
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
1583
|
+
| `limit` | `no` | `integer | null` | `252` | The number of data entries to return. Default is 252, the number of trading days in a year. |
|
|
1584
|
+
| `provider` | `no` | `string` | `tiingo` | - |
|
|
1585
|
+
|
|
1586
|
+
---
|
|
1587
|
+
|
|
1588
|
+
### `equity.fundamental.transcript`
|
|
1589
|
+
|
|
1590
|
+
```python
|
|
1591
|
+
data.equity.fundamental.transcript(symbol=..., year=None, quarter=None, provider='fmp')
|
|
1592
|
+
```
|
|
1593
|
+
|
|
1594
|
+
Summary: Transcript
|
|
1595
|
+
|
|
1596
|
+
| Field | Value |
|
|
1597
|
+
|---|---|
|
|
1598
|
+
| Endpoint ID | `equity.fundamental.transcript` |
|
|
1599
|
+
| HTTP | `GET` |
|
|
1600
|
+
| Path | `/inner/v1/agent-data/equity/fundamental/transcript` |
|
|
1601
|
+
| Default provider | `fmp` |
|
|
1602
|
+
| SDK | `supported` |
|
|
1603
|
+
| Host | `supported` |
|
|
1604
|
+
| Notes | - |
|
|
1605
|
+
|
|
1606
|
+
#### Query parameters
|
|
1607
|
+
|
|
1608
|
+
| Param | Required | Type | Default | Notes |
|
|
1609
|
+
|---|---|---|---|---|
|
|
1610
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
1611
|
+
| `year` | `no` | `integer | null` | `-` | Year of the earnings call transcript. |
|
|
1612
|
+
| `quarter` | `no` | `integer | null` | `-` | Quarterly period of the earnings call transcript. |
|
|
1613
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
1614
|
+
|
|
1615
|
+
---
|
|
1616
|
+
|
|
1617
|
+
### `equity.historical_market_cap`
|
|
1618
|
+
|
|
1619
|
+
```python
|
|
1620
|
+
data.equity.historical_market_cap(symbol=..., start_time=None, end_time=None, interval='day', provider=...)
|
|
1621
|
+
```
|
|
1622
|
+
|
|
1623
|
+
Summary: Historical Market Cap
|
|
1624
|
+
|
|
1625
|
+
| Field | Value |
|
|
1626
|
+
|---|---|
|
|
1627
|
+
| Endpoint ID | `equity.historical_market_cap` |
|
|
1628
|
+
| HTTP | `GET` |
|
|
1629
|
+
| Path | `/inner/v1/agent-data/equity/historical_market_cap` |
|
|
1630
|
+
| Default provider | - |
|
|
1631
|
+
| SDK | `supported` |
|
|
1632
|
+
| Host | `supported` |
|
|
1633
|
+
| Notes | - |
|
|
1634
|
+
|
|
1635
|
+
#### Query parameters
|
|
1636
|
+
|
|
1637
|
+
| Param | Required | Type | Default | Notes |
|
|
1638
|
+
|---|---|---|---|---|
|
|
1639
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): fmp, intrinio. |
|
|
1640
|
+
| `start_time` | `no` | `integer | null` | `-` | Start time of the data as a Unix timestamp in milliseconds. Takes priority over start_date when both are provided. |
|
|
1641
|
+
| `end_time` | `no` | `integer | null` | `-` | End time of the data as a Unix timestamp in milliseconds. Takes priority over end_date when both are provided. |
|
|
1642
|
+
| `interval` | `no` | `string` | `day` | enum: day, week, month, quarter, year None |
|
|
1643
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, intrinio |
|
|
1644
|
+
|
|
1645
|
+
---
|
|
1646
|
+
|
|
1647
|
+
### `equity.market_snapshots`
|
|
1648
|
+
|
|
1649
|
+
```python
|
|
1650
|
+
data.equity.market_snapshots(market='nasdaq', date=None, provider=...)
|
|
1651
|
+
```
|
|
1652
|
+
|
|
1653
|
+
Summary: Market Snapshots
|
|
1654
|
+
|
|
1655
|
+
| Field | Value |
|
|
1656
|
+
|---|---|
|
|
1657
|
+
| Endpoint ID | `equity.market_snapshots` |
|
|
1658
|
+
| HTTP | `GET` |
|
|
1659
|
+
| Path | `/inner/v1/agent-data/equity/market_snapshots` |
|
|
1660
|
+
| Default provider | - |
|
|
1661
|
+
| SDK | `supported` |
|
|
1662
|
+
| Host | `supported` |
|
|
1663
|
+
| Notes | - |
|
|
1664
|
+
|
|
1665
|
+
#### Query parameters
|
|
1666
|
+
|
|
1667
|
+
| Param | Required | Type | Default | Notes |
|
|
1668
|
+
|---|---|---|---|---|
|
|
1669
|
+
| `market` | `no` | `string` | `nasdaq` | enum: amex, ams, ase, asx, ath, bme, bru, bud, bue, cai, cnq, commodity, cph, crypto, dfm, doh, dus, etf, euronext, forex, hel, hkse, ice, iob, index, ist, jkt, jnb, jpx, kls, koe, ksc, kuw, lse, mex, mil, mutual_fund, nasdaq, neo, nse, nyse, nze, osl, otc, pnk, pra, ris, sao, sau, ses, set, sgo, shh, shz, six, sto, tai, tlv, tsx, two, vie, wse, xetra The market to fetch data for. (provider: fmp) |
|
|
1670
|
+
| `date` | `no` | `string | null` | `-` | The date of the data. Can be a datetime or an ISO datetime string. Historical data appears to go back to mid-June 2022. Example: '2024-03-08T12:15:00+0400' (provider: intrinio) |
|
|
1671
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, intrinio |
|
|
1672
|
+
|
|
1673
|
+
---
|
|
1674
|
+
|
|
1675
|
+
### `equity.ownership.form_13f`
|
|
1676
|
+
|
|
1677
|
+
```python
|
|
1678
|
+
data.equity.ownership.form_13f(symbol=..., date=None, limit=1, provider='sec')
|
|
1679
|
+
```
|
|
1680
|
+
|
|
1681
|
+
Summary: Form 13F
|
|
1682
|
+
|
|
1683
|
+
| Field | Value |
|
|
1684
|
+
|---|---|
|
|
1685
|
+
| Endpoint ID | `equity.ownership.form_13f` |
|
|
1686
|
+
| HTTP | `GET` |
|
|
1687
|
+
| Path | `/inner/v1/agent-data/equity/ownership/form_13f` |
|
|
1688
|
+
| Default provider | `sec` |
|
|
1689
|
+
| SDK | `supported` |
|
|
1690
|
+
| Host | `supported` |
|
|
1691
|
+
| Notes | - |
|
|
1692
|
+
|
|
1693
|
+
#### Query parameters
|
|
1694
|
+
|
|
1695
|
+
| Param | Required | Type | Default | Notes |
|
|
1696
|
+
|---|---|---|---|---|
|
|
1697
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. A CIK can be used. |
|
|
1698
|
+
| `date` | `no` | `string | null` | `-` | A specific date to get data for. The date represents the end of the reporting period. All form 13F-HR filings are based on the calendar year and are reported quarterly. If a date is not supplied, the most recent filing is returned. Submissions beginning 2013-06-30 are supported. |
|
|
1699
|
+
| `limit` | `no` | `integer | null` | `1` | The number of data entries to return. The number of previous filings to return. The date parameter takes priority over this parameter. |
|
|
1700
|
+
| `provider` | `no` | `string` | `sec` | - |
|
|
1701
|
+
|
|
1702
|
+
---
|
|
1703
|
+
|
|
1704
|
+
### `equity.ownership.government_trades`
|
|
1705
|
+
|
|
1706
|
+
```python
|
|
1707
|
+
data.equity.ownership.government_trades(symbol=None, chamber='all', limit=None, provider='fmp')
|
|
1708
|
+
```
|
|
1709
|
+
|
|
1710
|
+
Summary: Government Trades
|
|
1711
|
+
|
|
1712
|
+
| Field | Value |
|
|
1713
|
+
|---|---|
|
|
1714
|
+
| Endpoint ID | `equity.ownership.government_trades` |
|
|
1715
|
+
| HTTP | `GET` |
|
|
1716
|
+
| Path | `/inner/v1/agent-data/equity/ownership/government_trades` |
|
|
1717
|
+
| Default provider | `fmp` |
|
|
1718
|
+
| SDK | `supported` |
|
|
1719
|
+
| Host | `supported` |
|
|
1720
|
+
| Notes | - |
|
|
1721
|
+
|
|
1722
|
+
#### Query parameters
|
|
1723
|
+
|
|
1724
|
+
| Param | Required | Type | Default | Notes |
|
|
1725
|
+
|---|---|---|---|---|
|
|
1726
|
+
| `symbol` | `no` | `string | null` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): fmp. |
|
|
1727
|
+
| `chamber` | `no` | `string` | `all` | Government Chamber. |
|
|
1728
|
+
| `limit` | `no` | `integer | null` | `-` | The number of data entries to return. |
|
|
1729
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
1730
|
+
|
|
1731
|
+
---
|
|
1732
|
+
|
|
1733
|
+
### `equity.ownership.insider_trading`
|
|
1734
|
+
|
|
1735
|
+
```python
|
|
1736
|
+
data.equity.ownership.insider_trading(symbol=..., limit=None, start_time=None, end_time=None, transaction_type=None, statistics=False, ownership_type=None, sort_by='updated_on', use_cache=True, summary=False, provider=...)
|
|
1737
|
+
```
|
|
1738
|
+
|
|
1739
|
+
Summary: Insider Trading
|
|
1740
|
+
|
|
1741
|
+
| Field | Value |
|
|
1742
|
+
|---|---|
|
|
1743
|
+
| Endpoint ID | `equity.ownership.insider_trading` |
|
|
1744
|
+
| HTTP | `GET` |
|
|
1745
|
+
| Path | `/inner/v1/agent-data/equity/ownership/insider_trading` |
|
|
1746
|
+
| Default provider | - |
|
|
1747
|
+
| SDK | `supported` |
|
|
1748
|
+
| Host | `supported` |
|
|
1749
|
+
| Notes | - |
|
|
1750
|
+
|
|
1751
|
+
#### Query parameters
|
|
1752
|
+
|
|
1753
|
+
| Param | Required | Type | Default | Notes |
|
|
1754
|
+
|---|---|---|---|---|
|
|
1755
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
1756
|
+
| `limit` | `no` | `integer | null` | `-` | The number of data entries to return. |
|
|
1757
|
+
| `start_time` | `no` | `integer | null` | `-` | Start time of the data as a Unix timestamp in milliseconds. Takes priority over start_date when both are provided. |
|
|
1758
|
+
| `end_time` | `no` | `integer | null` | `-` | End time of the data as a Unix timestamp in milliseconds. Takes priority over end_date when both are provided. |
|
|
1759
|
+
| `transaction_type` | `no` | `string | null` | `-` | Type of the transaction. (provider: fmp) |
|
|
1760
|
+
| `statistics` | `no` | `boolean` | `false` | Flag to return summary statistics for the given symbol. Setting as True will ignore other parameters except symbol. (provider: fmp) |
|
|
1761
|
+
| `ownership_type` | `no` | `string | null` | `-` | Type of ownership. (provider: intrinio) |
|
|
1762
|
+
| `sort_by` | `no` | `string | null` | `updated_on` | Field to sort by. (provider: intrinio) |
|
|
1763
|
+
| `use_cache` | `no` | `boolean` | `true` | Persist the data locally for future use. Default is True. Each form submission is an individual download and the SEC limits the number of concurrent downloads. This prevents the same file from being downloaded multiple times. (provider: sec) |
|
|
1764
|
+
| `summary` | `no` | `boolean` | `false` | Return a summary of the insider activity instead of the individuals. (provider: tmx) |
|
|
1765
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, intrinio, sec, tmx |
|
|
1766
|
+
|
|
1767
|
+
---
|
|
1768
|
+
|
|
1769
|
+
### `equity.ownership.institutional`
|
|
1770
|
+
|
|
1771
|
+
```python
|
|
1772
|
+
data.equity.ownership.institutional(symbol=..., year=None, quarter=None, provider='fmp')
|
|
1773
|
+
```
|
|
1774
|
+
|
|
1775
|
+
Summary: Institutional
|
|
1776
|
+
|
|
1777
|
+
| Field | Value |
|
|
1778
|
+
|---|---|
|
|
1779
|
+
| Endpoint ID | `equity.ownership.institutional` |
|
|
1780
|
+
| HTTP | `GET` |
|
|
1781
|
+
| Path | `/inner/v1/agent-data/equity/ownership/institutional` |
|
|
1782
|
+
| Default provider | `fmp` |
|
|
1783
|
+
| SDK | `supported` |
|
|
1784
|
+
| Host | `supported` |
|
|
1785
|
+
| Notes | - |
|
|
1786
|
+
|
|
1787
|
+
#### Query parameters
|
|
1788
|
+
|
|
1789
|
+
| Param | Required | Type | Default | Notes |
|
|
1790
|
+
|---|---|---|---|---|
|
|
1791
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): fmp. |
|
|
1792
|
+
| `year` | `no` | `integer | null` | `-` | Calendar year for the data. If not provided, the latest year is used. (provider: fmp) |
|
|
1793
|
+
| `quarter` | `no` | `integer | null` | `-` | Calendar quarter for the data. Valid values are 1, 2, 3, or 4. If not provided, the quarter previous to the current quarter is used. (provider: fmp) |
|
|
1794
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
1795
|
+
|
|
1796
|
+
---
|
|
1797
|
+
|
|
1798
|
+
### `equity.ownership.major_holders`
|
|
1799
|
+
|
|
1800
|
+
```python
|
|
1801
|
+
data.equity.ownership.major_holders(symbol=..., year=None, quarter=None, page=None, limit=None, provider='fmp')
|
|
1802
|
+
```
|
|
1803
|
+
|
|
1804
|
+
Summary: Major Holders
|
|
1805
|
+
|
|
1806
|
+
| Field | Value |
|
|
1807
|
+
|---|---|
|
|
1808
|
+
| Endpoint ID | `equity.ownership.major_holders` |
|
|
1809
|
+
| HTTP | `GET` |
|
|
1810
|
+
| Path | `/inner/v1/agent-data/equity/ownership/major_holders` |
|
|
1811
|
+
| Default provider | `fmp` |
|
|
1812
|
+
| SDK | `supported` |
|
|
1813
|
+
| Host | `supported` |
|
|
1814
|
+
| Notes | - |
|
|
1815
|
+
|
|
1816
|
+
#### Query parameters
|
|
1817
|
+
|
|
1818
|
+
| Param | Required | Type | Default | Notes |
|
|
1819
|
+
|---|---|---|---|---|
|
|
1820
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
1821
|
+
| `year` | `no` | `integer | null` | `-` | Calendar year for the data. If not provided, the latest year is used. (provider: fmp) |
|
|
1822
|
+
| `quarter` | `no` | `integer | null` | `-` | Calendar quarter for the data. Valid values are 1, 2, 3, or 4. If not provided, the quarter previous to the current quarter is used. (provider: fmp) |
|
|
1823
|
+
| `page` | `no` | `integer | null` | `-` | Page number, used in conjunction with the limit. The default is 0. (provider: fmp) |
|
|
1824
|
+
| `limit` | `no` | `integer | null` | `-` | Number of items to return per page. The default is 100, which is the maximum. (provider: fmp) |
|
|
1825
|
+
| `provider` | `no` | `string` | `fmp` | - |
|
|
1826
|
+
|
|
1827
|
+
---
|
|
1828
|
+
|
|
1829
|
+
### `equity.ownership.share_statistics`
|
|
1830
|
+
|
|
1831
|
+
```python
|
|
1832
|
+
data.equity.ownership.share_statistics(symbol=..., provider=...)
|
|
1833
|
+
```
|
|
1834
|
+
|
|
1835
|
+
Summary: Share Statistics
|
|
1836
|
+
|
|
1837
|
+
| Field | Value |
|
|
1838
|
+
|---|---|
|
|
1839
|
+
| Endpoint ID | `equity.ownership.share_statistics` |
|
|
1840
|
+
| HTTP | `GET` |
|
|
1841
|
+
| Path | `/inner/v1/agent-data/equity/ownership/share_statistics` |
|
|
1842
|
+
| Default provider | - |
|
|
1843
|
+
| SDK | `supported` |
|
|
1844
|
+
| Host | `supported` |
|
|
1845
|
+
| Notes | - |
|
|
1846
|
+
|
|
1847
|
+
#### Query parameters
|
|
1848
|
+
|
|
1849
|
+
| Param | Required | Type | Default | Notes |
|
|
1850
|
+
|---|---|---|---|---|
|
|
1851
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): fmp, yfinance. |
|
|
1852
|
+
| `provider` | `yes` | `string` | `-` | enum: fmp, intrinio, yfinance |
|
|
1853
|
+
|
|
1854
|
+
---
|
|
1855
|
+
|
|
1856
|
+
### `equity.price.historical`
|
|
1857
|
+
|
|
1858
|
+
```python
|
|
1859
|
+
data.equity.price.historical(symbol=..., start_time=None, end_time=None, interval='daily', market='a_share', adjust='qfq', adjustment='splits_only', extended_hours=False, use_cache=True, start_clock_time=None, end_clock_time=None, timezone='America/New_York', source='realtime', include_actions=True, provider=...)
|
|
1860
|
+
```
|
|
1861
|
+
|
|
1862
|
+
Summary: Historical
|
|
1863
|
+
|
|
1864
|
+
| Field | Value |
|
|
1865
|
+
|---|---|
|
|
1866
|
+
| Endpoint ID | `equity.price.historical` |
|
|
1867
|
+
| HTTP | `GET` |
|
|
1868
|
+
| Path | `/inner/v1/agent-data/equity/price/historical` |
|
|
1869
|
+
| Default provider | - |
|
|
1870
|
+
| SDK | `supported` |
|
|
1871
|
+
| Host | `supported` |
|
|
1872
|
+
| Notes | - |
|
|
1873
|
+
|
|
1874
|
+
#### Query parameters
|
|
1875
|
+
|
|
1876
|
+
| Param | Required | Type | Default | Notes |
|
|
1877
|
+
|---|---|---|---|---|
|
|
1878
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): akshare, alpha_vantage, cboe, fmp, tiingo, tmx, tradier, yfinance.; A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID). (provider: intrinio) |
|
|
1879
|
+
| `start_time` | `no` | `integer | null` | `-` | Start time of the data as a Unix timestamp in milliseconds. Takes priority over start_date when both are provided. |
|
|
1880
|
+
| `end_time` | `no` | `integer | null` | `-` | End time of the data as a Unix timestamp in milliseconds. Takes priority over end_date when both are provided. |
|
|
1881
|
+
| `interval` | `no` | `string | integer` | `daily` | Data granularity: daily, weekly, or monthly. (provider: akshare); Time interval of the data to return. (provider: alpha_vantage); Time interval of the data to return. The most recent trading day is not including in daily historical data. Intraday data is only available for the most recent trading day at 1 minute intervals. (provider: cboe); Time interval of the data to return. (provider: fmp); Time interval of the data to return. (provider: intrinio); Time interval of the data to return. (provider: tiingo); Time interval of the data to return. Or, any integer (entered as a string) representing the number of minutes. Default is daily data. There is no extended hours data, and intraday data is limited to after April 12 2022. (provider: tmx); Time interval of the data to return. (provider: tradier); Time interval of the data to return. (provider: yfinance) |
|
|
1882
|
+
| `market` | `no` | `string` | `a_share` | enum: a_share, hk Market selection. 'a_share' for mainland China A-shares, 'hk' for Hong Kong stocks. (provider: akshare) |
|
|
1883
|
+
| `adjust` | `no` | `string` | `qfq` | enum: , qfq, hfq Price adjustment method. '' for unadjusted, 'qfq' for forward-adjusted (前复权), 'hfq' for backward-adjusted (后复权). (provider: akshare) |
|
|
1884
|
+
| `adjustment` | `no` | `string` | `splits_only` | The adjustment factor to apply. 'splits_only' is not supported for intraday data. (provider: alpha_vantage); Type of adjustment for historical prices. Only applies to daily data. (provider: fmp); The adjustment factor to apply. Only valid for daily data. (provider: tmx); The adjustment factor to apply. Default is splits only. (provider: yfinance) |
|
|
1885
|
+
| `extended_hours` | `no` | `boolean` | `false` | Include Pre and Post market data. (provider: alpha_vantage,tradier, yfinance) |
|
|
1886
|
+
| `use_cache` | `no` | `boolean` | `true` | When True, the company directories will be cached for 24 hours and are used to validate symbols. The results of the function are not cached. Set as False to bypass. (provider: cboe) |
|
|
1887
|
+
| `start_clock_time` | `no` | `string | null` | `-` | Return intervals starting at the specified time on the `start_date` formatted as 'HH:MM:SS'. (provider: intrinio) |
|
|
1888
|
+
| `end_clock_time` | `no` | `string | null` | `-` | Return intervals stopping at the specified time on the `end_date` formatted as 'HH:MM:SS'. (provider: intrinio) |
|
|
1889
|
+
| `timezone` | `no` | `string | null` | `America/New_York` | Timezone of the data, in the IANA format (Continent/City). (provider: intrinio) |
|
|
1890
|
+
| `source` | `no` | `string` | `realtime` | enum: realtime, delayed, nasdaq_basic The source of the data. (provider: intrinio) |
|
|
1891
|
+
| `include_actions` | `no` | `boolean` | `true` | Include dividends and stock splits in results. (provider: yfinance) |
|
|
1892
|
+
| `provider` | `yes` | `string` | `-` | enum: akshare, alpha_vantage, cboe, finnhub, fmp, intrinio, tiingo, tmx, tradier, yfinance |
|
|
1893
|
+
|
|
1894
|
+
---
|
|
1895
|
+
|
|
1896
|
+
### `equity.price.performance`
|
|
1897
|
+
|
|
1898
|
+
```python
|
|
1899
|
+
data.equity.price.performance(symbol=..., provider=...)
|
|
1900
|
+
```
|
|
1901
|
+
|
|
1902
|
+
Summary: Performance
|
|
1903
|
+
|
|
1904
|
+
| Field | Value |
|
|
1905
|
+
|---|---|
|
|
1906
|
+
| Endpoint ID | `equity.price.performance` |
|
|
1907
|
+
| HTTP | `GET` |
|
|
1908
|
+
| Path | `/inner/v1/agent-data/equity/price/performance` |
|
|
1909
|
+
| Default provider | - |
|
|
1910
|
+
| SDK | `supported` |
|
|
1911
|
+
| Host | `supported` |
|
|
1912
|
+
| Notes | - |
|
|
1913
|
+
|
|
1914
|
+
#### Query parameters
|
|
1915
|
+
|
|
1916
|
+
| Param | Required | Type | Default | Notes |
|
|
1917
|
+
|---|---|---|---|---|
|
|
1918
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): finviz, fmp. |
|
|
1919
|
+
| `provider` | `yes` | `string` | `-` | enum: finviz, fmp |
|
|
1920
|
+
|
|
1921
|
+
---
|
|
1922
|
+
|
|
1923
|
+
### `equity.price.quote`
|
|
1924
|
+
|
|
1925
|
+
```python
|
|
1926
|
+
data.equity.price.quote(symbol=..., market='a_share', use_cache=True, source='iex', provider=...)
|
|
1927
|
+
```
|
|
1928
|
+
|
|
1929
|
+
Summary: Quote
|
|
1930
|
+
|
|
1931
|
+
| Field | Value |
|
|
1932
|
+
|---|---|
|
|
1933
|
+
| Endpoint ID | `equity.price.quote` |
|
|
1934
|
+
| HTTP | `GET` |
|
|
1935
|
+
| Path | `/inner/v1/agent-data/equity/price/quote` |
|
|
1936
|
+
| Default provider | - |
|
|
1937
|
+
| SDK | `supported` |
|
|
1938
|
+
| Host | `supported` |
|
|
1939
|
+
| Notes | - |
|
|
1940
|
+
|
|
1941
|
+
#### Query parameters
|
|
1942
|
+
|
|
1943
|
+
| Param | Required | Type | Default | Notes |
|
|
1944
|
+
|---|---|---|---|---|
|
|
1945
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): akshare, cboe, fmp, intrinio, tmx, tradier, yfinance.; A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID). (provider: intrinio) |
|
|
1946
|
+
| `market` | `no` | `string` | `a_share` | enum: a_share, hk Market selection. 'a_share' for mainland China A-shares, 'hk' for Hong Kong stocks. (provider: akshare) |
|
|
1947
|
+
| `use_cache` | `no` | `boolean` | `true` | When True, the company directories will be cached for 24 hours and are used to validate symbols. The results of the function are not cached. Set as False to bypass. (provider: cboe) |
|
|
1948
|
+
| `source` | `no` | `string` | `iex` | enum: iex, bats, bats_delayed, utp_delayed, cta_a_delayed, cta_b_delayed, intrinio_mx, intrinio_mx_plus, delayed_sip Source of the data. (provider: intrinio) |
|
|
1949
|
+
| `provider` | `yes` | `string` | `-` | enum: akshare, cboe, finnhub, fmp, intrinio, tmx, tradier, yfinance |
|
|
1950
|
+
|
|
1951
|
+
---
|
|
1952
|
+
|
|
1953
|
+
### `equity.profile`
|
|
1954
|
+
|
|
1955
|
+
```python
|
|
1956
|
+
data.equity.profile(symbol=..., provider=...)
|
|
1957
|
+
```
|
|
1958
|
+
|
|
1959
|
+
Summary: Profile
|
|
1960
|
+
|
|
1961
|
+
| Field | Value |
|
|
1962
|
+
|---|---|
|
|
1963
|
+
| Endpoint ID | `equity.profile` |
|
|
1964
|
+
| HTTP | `GET` |
|
|
1965
|
+
| Path | `/inner/v1/agent-data/equity/profile` |
|
|
1966
|
+
| Default provider | - |
|
|
1967
|
+
| SDK | `supported` |
|
|
1968
|
+
| Host | `supported` |
|
|
1969
|
+
| Notes | - |
|
|
1970
|
+
|
|
1971
|
+
#### Query parameters
|
|
1972
|
+
|
|
1973
|
+
| Param | Required | Type | Default | Notes |
|
|
1974
|
+
|---|---|---|---|---|
|
|
1975
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. Multiple comma separated items allowed for provider(s): akshare, finviz, fmp, intrinio, tmx, yfinance. |
|
|
1976
|
+
| `provider` | `yes` | `string` | `-` | enum: akshare, finnhub, finviz, fmp, intrinio, tmx, yfinance |
|
|
1977
|
+
|
|
1978
|
+
---
|
|
1979
|
+
|
|
1980
|
+
### `equity.screener`
|
|
1981
|
+
|
|
1982
|
+
```python
|
|
1983
|
+
data.equity.screener(metric='overview', exchange='all', index='all', sector='all', industry='all', mktcap='all', recommendation='all', signal=None, preset=None, limit=None, mktcap_min=None, mktcap_max=None, price_min=None, price_max=None, beta_min=None, beta_max=None, volume_min=None, volume_max=None, dividend_min=None, dividend_max=None, country=None, is_etf=None, is_active=None, is_fund=None, all_share_classes=None, exsubcategory='all', region='all', provider=..., body=...)
|
|
1984
|
+
```
|
|
1985
|
+
|
|
1986
|
+
Summary: Screener
|
|
1987
|
+
|
|
1988
|
+
| Field | Value |
|
|
1989
|
+
|---|---|
|
|
1990
|
+
| Endpoint ID | `equity.screener` |
|
|
1991
|
+
| HTTP | `GET` |
|
|
1992
|
+
| Path | `/inner/v1/agent-data/equity/screener` |
|
|
1993
|
+
| Default provider | - |
|
|
1994
|
+
| SDK | `supported` |
|
|
1995
|
+
| Host | `supported` |
|
|
1996
|
+
| Notes | - |
|
|
1997
|
+
|
|
1998
|
+
#### Query parameters
|
|
1999
|
+
|
|
2000
|
+
| Param | Required | Type | Default | Notes |
|
|
2001
|
+
|---|---|---|---|---|
|
|
2002
|
+
| `metric` | `no` | `string` | `overview` | enum: overview, valuation, financial, ownership, performance, technical The data group to return, default is 'overview'. (provider: finviz) |
|
|
2003
|
+
| `exchange` | `no` | `string | null` | `all` | Filter by exchange. (provider: finviz,fmp,nasdaq, yfinance) |
|
|
2004
|
+
| `index` | `no` | `string` | `all` | enum: all, dow, nasdaq, sp500, russell Filter by index. (provider: finviz) |
|
|
2005
|
+
| `sector` | `no` | `string | null` | `all` | Filter by sector. (provider: finviz,fmp,nasdaq, yfinance) |
|
|
2006
|
+
| `industry` | `no` | `string | null` | `all` | Filter by industry. (provider: finviz,fmp, yfinance) |
|
|
2007
|
+
| `mktcap` | `no` | `string` | `all` | Filter by market cap. Mega - > 200B Large - 10B - 200B Mid - 2B - 10B Small - 300M - 2B Micro - 50M - 300M Nano - < 50M (provider: finviz, nasdaq) |
|
|
2008
|
+
| `recommendation` | `no` | `string` | `all` | Filter by analyst recommendation. (provider: finviz); Filter by consensus analyst action. Multiple comma separated items allowed. (provider: nasdaq) |
|
|
2009
|
+
| `signal` | `no` | `string | null` | `-` | The Finviz screener signal to use. When no parameters are provided, the screener defaults to 'top_gainers'. Available signals are: channel: both support and resistance trendlines are horizontal channel_down: both support and resistance trendlines slope downward channel_up: both support and resistance trendlines slope upward double_bottom: stock with 'W' shape that indicates a bullish reversal in trend double_top: stock with 'M' shape that indicates a bearish reversal in trend downgrades: stocks downgraded by analysts today earnings_after: companies reporting earnings today, after market close earnings_before: companies reporting earnings today, before market open head_shoulders: chart formation that predicts a bullish-to-bearish trend reversal head_shoulders_inverse: chart formation that predicts a bearish-to-bullish trend reversal horizontal_sr: horizontal channel of price range between support and resistance trendlines major_news: stocks with the highest news coverage today most_active: stocks with the highest trading volume today most_volatile: stocks with the highest widest high/low trading range today multiple_bottom: same as double_bottom hitting more lows multiple_top: same as double_top hitting more highs new_high: stocks making 52-week high today new_low: stocks making 52-week low today overbought: stock is becoming overvalued and may experience a pullback. oversold: oversold stocks may represent a buying opportunity for investors recent_insider_buying: stocks with recent insider buying activity recent_insider_selling: stocks with recent insider selling activity tl_resistance: once a rising trendline is broken tl_support: once a falling trendline is broken top_gainers: stocks with the highest price gain percent today top_losers: stocks with the highest price percent loss today triangle_ascending: upward trendline support and horizontal trendline resistance triangle_descending: horizontal trendline support and downward trendline resistance unusual_volume: stocks with unusually high volume today - the highest relative volume ratio upgrades: stocks upgraded by analysts today wedge: upward trendline support, downward trendline resistance (continuation) wedge_down: downward trendline support and downward trendline resistance (reversal) wedge_up: upward trendline support and upward trendline resistance (reversal) (provider: finviz) |
|
|
2010
|
+
| `preset` | `no` | `string | null` | `-` | A configured preset file to use for the query. This overrides all other query parameters except 'metric', and 'limit'. Presets (.ini text files) can be created and modified in the '~/OpenBBUserData/finviz/presets' directory. If the path does not exist, it will be created and populated with the default presets on the first run. Refer to the file, 'screener_template.ini', for the format and options. Note: Syntax of parameters in preset files must follow the template file exactly - i.e, Analyst Recom. = Strong Buy (1) (provider: finviz) |
|
|
2011
|
+
| `limit` | `no` | `integer | null` | `-` | The number of data entries to return. (provider: finviz); Limit the number of results to return. (provider: fmp); Limit the number of results to return. (provider: nasdaq); Limit the number of results returned. Default is, 200. Set to, 0, for all results. (provider: yfinance) |
|
|
2012
|
+
| `mktcap_min` | `no` | `integer | null` | `-` | Filter by market cap greater than this value. (provider: fmp, yfinance) |
|
|
2013
|
+
| `mktcap_max` | `no` | `integer | null` | `-` | Filter by market cap less than this value. (provider: fmp, yfinance) |
|
|
2014
|
+
| `price_min` | `no` | `number | null` | `-` | Filter by price greater than this value. (provider: fmp, yfinance) |
|
|
2015
|
+
| `price_max` | `no` | `number | null` | `-` | Filter by price less than this value. (provider: fmp, yfinance) |
|
|
2016
|
+
| `beta_min` | `no` | `number | null` | `-` | Filter by a beta greater than this value. (provider: fmp, yfinance) |
|
|
2017
|
+
| `beta_max` | `no` | `number | null` | `-` | Filter by a beta less than this value. (provider: fmp, yfinance) |
|
|
2018
|
+
| `volume_min` | `no` | `integer | null` | `-` | Filter by volume greater than this value. (provider: fmp, yfinance) |
|
|
2019
|
+
| `volume_max` | `no` | `integer | null` | `-` | Filter by volume less than this value. (provider: fmp, yfinance) |
|
|
2020
|
+
| `dividend_min` | `no` | `number | null` | `-` | Filter by dividend amount greater than this value. (provider: fmp) |
|
|
2021
|
+
| `dividend_max` | `no` | `number | null` | `-` | Filter by dividend amount less than this value. (provider: fmp) |
|
|
2022
|
+
| `country` | `no` | `string | null` | `-` | Filter by country. Accepts ISO 3166-1 alpha-2 codes (e.g., 'US', 'DE'), alpha-3 codes (e.g., 'USA'), or country names (e.g., 'United States', 'united_states'). (provider: fmp,nasdaq, yfinance) |
|
|
2023
|
+
| `is_etf` | `no` | `boolean | null` | `-` | If true, includes ETFs. (provider: fmp) |
|
|
2024
|
+
| `is_active` | `no` | `boolean | null` | `-` | If false, returns only inactive tickers. (provider: fmp) |
|
|
2025
|
+
| `is_fund` | `no` | `boolean | null` | `-` | If true, includes funds. (provider: fmp) |
|
|
2026
|
+
| `all_share_classes` | `no` | `boolean | null` | `-` | If true, includes all share classes of a equity. (provider: fmp) |
|
|
2027
|
+
| `exsubcategory` | `no` | `string` | `all` | Filter by exchange subcategory. - NGS - Nasdaq Global Select Market - NGM - Nasdaq Global Market - NCM - Nasdaq Capital Market - ADR - American Depository Receipt Multiple comma separated items allowed. (provider: nasdaq) |
|
|
2028
|
+
| `region` | `no` | `string` | `all` | Filter by region. Multiple comma separated items allowed. (provider: nasdaq) |
|
|
2029
|
+
| `provider` | `yes` | `string` | `-` | enum: finviz, fmp, nasdaq, yfinance |
|
|
2030
|
+
| `body` | `no` | `object | string | null` | `-` | A formatted dictionary, or serialized JSON string, of additional filters to apply to the query. This parameter can be used as an alternative to preset files, and is ignored when a preset is supplied. Invalid entries will raise an error. Syntax should follow the 'screener_template.ini' file. (provider: finviz) |
|
|
2031
|
+
|
|
2032
|
+
---
|
|
2033
|
+
|
|
2034
|
+
### `equity.search`
|
|
2035
|
+
|
|
2036
|
+
```python
|
|
2037
|
+
data.equity.search(query='', is_symbol=False, use_cache=True, active=True, limit=10000, is_etf=False, is_fund=False, provider=...)
|
|
2038
|
+
```
|
|
2039
|
+
|
|
2040
|
+
Summary: Search
|
|
2041
|
+
|
|
2042
|
+
| Field | Value |
|
|
2043
|
+
|---|---|
|
|
2044
|
+
| Endpoint ID | `equity.search` |
|
|
2045
|
+
| HTTP | `GET` |
|
|
2046
|
+
| Path | `/inner/v1/agent-data/equity/search` |
|
|
2047
|
+
| Default provider | - |
|
|
2048
|
+
| SDK | `supported` |
|
|
2049
|
+
| Host | `supported` |
|
|
2050
|
+
| Notes | - |
|
|
2051
|
+
|
|
2052
|
+
#### Query parameters
|
|
2053
|
+
|
|
2054
|
+
| Param | Required | Type | Default | Notes |
|
|
2055
|
+
|---|---|---|---|---|
|
|
2056
|
+
| `query` | `no` | `string` | `` | Search query. |
|
|
2057
|
+
| `is_symbol` | `no` | `boolean` | `false` | Whether to search by ticker symbol.; Whether the query is a symbol. Defaults to False. (provider: tradier) |
|
|
2058
|
+
| `use_cache` | `no` | `boolean` | `true` | Whether to use the cache or not. (provider: cboe, sec); Whether to use a cached request. The list of companies is cached for two days. (provider: tmx) |
|
|
2059
|
+
| `active` | `no` | `boolean` | `true` | When true, return companies that are actively traded (having stock prices within the past 14 days). When false, return companies that are not actively traded or never have been traded. (provider: intrinio) |
|
|
2060
|
+
| `limit` | `no` | `integer | null` | `10000` | The number of data entries to return. (provider: intrinio) |
|
|
2061
|
+
| `is_etf` | `no` | `boolean` | `false` | If True, returns only ETFs. (provider: nasdaq) |
|
|
2062
|
+
| `is_fund` | `no` | `boolean` | `false` | Whether to direct the search to the list of mutual funds and ETFs. (provider: sec) |
|
|
2063
|
+
| `provider` | `yes` | `string` | `-` | enum: cboe, intrinio, nasdaq, sec, tmx, tradier |
|
|
2064
|
+
|
|
2065
|
+
---
|
|
2066
|
+
|
|
2067
|
+
### `equity.shorts.fails_to_deliver`
|
|
2068
|
+
|
|
2069
|
+
```python
|
|
2070
|
+
data.equity.shorts.fails_to_deliver(symbol=..., limit=24, skip_reports=0, use_cache=True, provider='sec')
|
|
2071
|
+
```
|
|
2072
|
+
|
|
2073
|
+
Summary: Fails To Deliver
|
|
2074
|
+
|
|
2075
|
+
| Field | Value |
|
|
2076
|
+
|---|---|
|
|
2077
|
+
| Endpoint ID | `equity.shorts.fails_to_deliver` |
|
|
2078
|
+
| HTTP | `GET` |
|
|
2079
|
+
| Path | `/inner/v1/agent-data/equity/shorts/fails_to_deliver` |
|
|
2080
|
+
| Default provider | `sec` |
|
|
2081
|
+
| SDK | `supported` |
|
|
2082
|
+
| Host | `supported` |
|
|
2083
|
+
| Notes | - |
|
|
2084
|
+
|
|
2085
|
+
#### Query parameters
|
|
2086
|
+
|
|
2087
|
+
| Param | Required | Type | Default | Notes |
|
|
2088
|
+
|---|---|---|---|---|
|
|
2089
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
2090
|
+
| `limit` | `no` | `integer | null` | `24` | Limit the number of reports to parse, from most recent. Approximately 24 reports per year, going back to 2009. (provider: sec) |
|
|
2091
|
+
| `skip_reports` | `no` | `integer | null` | `0` | Skip N number of reports from current. A value of 1 will skip the most recent report. (provider: sec) |
|
|
2092
|
+
| `use_cache` | `no` | `boolean | null` | `true` | Whether or not to use cache for the request, default is True. Each reporting period is a separate URL, new reports will be added to the cache. (provider: sec) |
|
|
2093
|
+
| `provider` | `no` | `string` | `sec` | - |
|
|
2094
|
+
|
|
2095
|
+
---
|
|
2096
|
+
|
|
2097
|
+
### `equity.shorts.short_interest`
|
|
2098
|
+
|
|
2099
|
+
```python
|
|
2100
|
+
data.equity.shorts.short_interest(symbol=..., provider='finra')
|
|
2101
|
+
```
|
|
2102
|
+
|
|
2103
|
+
Summary: Short Interest
|
|
2104
|
+
|
|
2105
|
+
| Field | Value |
|
|
2106
|
+
|---|---|
|
|
2107
|
+
| Endpoint ID | `equity.shorts.short_interest` |
|
|
2108
|
+
| HTTP | `GET` |
|
|
2109
|
+
| Path | `/inner/v1/agent-data/equity/shorts/short_interest` |
|
|
2110
|
+
| Default provider | `finra` |
|
|
2111
|
+
| SDK | `supported` |
|
|
2112
|
+
| Host | `supported` |
|
|
2113
|
+
| Notes | - |
|
|
2114
|
+
|
|
2115
|
+
#### Query parameters
|
|
2116
|
+
|
|
2117
|
+
| Param | Required | Type | Default | Notes |
|
|
2118
|
+
|---|---|---|---|---|
|
|
2119
|
+
| `symbol` | `yes` | `string` | `-` | Symbol to get data for. |
|
|
2120
|
+
| `provider` | `no` | `string` | `finra` | - |
|