@bitget-ai/getagent-skill 0.2.2 → 0.3.0
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 +15 -4
- package/.claude-plugin/plugin.json +1 -1
- package/VERSION +1 -1
- package/package.json +1 -1
- package/skills/getagent/SKILL.md +145 -10
- package/skills/getagent/references/api/confirm.md +59 -0
- package/skills/getagent/references/api/index.md +9 -7
- package/skills/getagent/references/api/publish.md +13 -10
- package/skills/getagent/references/api/run.md +5 -5
- package/skills/getagent/references/api/upload.md +22 -4
- package/skills/getagent/references/backtest-engine.md +11 -10
- package/skills/getagent/references/package-schema.md +8 -7
- package/skills/getagent/references/sdk/backtest/catalog.md +5 -3
- package/skills/getagent/references/sdk/data/catalog.md +2 -4
- package/skills/getagent/references/sdk/data/commodity.md +46 -0
- package/skills/getagent/references/sdk/data/crypto.md +1468 -88
- package/skills/getagent/references/sdk/data/currency.md +48 -0
- package/skills/getagent/references/sdk/data/derivatives.md +126 -0
- package/skills/getagent/references/sdk/data/economy.md +736 -0
- package/skills/getagent/references/sdk/data/equity.md +1462 -0
- package/skills/getagent/references/sdk/data/etf.md +510 -0
- package/skills/getagent/references/sdk/data/fixedincome.md +485 -0
- package/skills/getagent/references/sdk/data/news.md +76 -0
- package/skills/getagent/references/sdk/data/regulators.md +85 -0
- package/skills/getagent/references/sdk/data/sentiment.md +176 -0
- package/skills/getagent/references/sdk.md +14 -5
- package/skills/getagent/scripts/validate.py +9 -29
- package/skills/getagent/scripts/version_check.sh +13 -12
- package/skills/getagent/references/sdk/data/playbook-supported.md +0 -9236
|
@@ -77,6 +77,32 @@ Summary: Available Indicators
|
|
|
77
77
|
| `keywords` | `no` | `string | array | null` | `-` | accepts array values List of keywords to filter results. Each keyword is a single word that must appear in the indicator's label or description. Keywords prefixed with 'not' will exclude indicators containing that word (e.g., 'not USD' excludes indicators with 'USD' in them). Multiple comma separated items allowed. |
|
|
78
78
|
| `symbol` | `no` | `string | null` | `-` | Dummy field to allow grouping by symbol. Multiple comma separated items allowed. |
|
|
79
79
|
|
|
80
|
+
#### Response fields
|
|
81
|
+
|
|
82
|
+
| Field | Type | Notes |
|
|
83
|
+
|---|---|---|
|
|
84
|
+
| `symbol_root` | `string` | The root symbol representing the indicator. |
|
|
85
|
+
| `symbol` | `string` | Symbol representing the entity requested in the data. The root symbol with additional codes. |
|
|
86
|
+
| `country` | `string` | The name of the country, region, or entity represented by the symbol. |
|
|
87
|
+
| `iso` | `string` | The ISO code of the country, region, or entity represented by the symbol. |
|
|
88
|
+
| `description` | `string` | The description of the indicator. |
|
|
89
|
+
| `frequency` | `string` | The frequency of the indicator data. |
|
|
90
|
+
| `currency` | `string` | The currency, or unit, the data is based in. |
|
|
91
|
+
| `scale` | `string` | The scale of the data. |
|
|
92
|
+
| `multiplier` | `integer` | The multiplier of the data to arrive at whole units. |
|
|
93
|
+
| `transformation` | `string` | Transformation type. |
|
|
94
|
+
| `source` | `string` | The original source of the data. |
|
|
95
|
+
| `first_date` | `string` | The first date of the data. |
|
|
96
|
+
| `last_date` | `string` | The last date of the data. |
|
|
97
|
+
| `last_insert_timestamp` | `string` | The time of the last update. Data is typically reported with a lag. |
|
|
98
|
+
| `agency_id` | `string` | The agency ID responsible for the indicator. |
|
|
99
|
+
| `dataflow_id` | `string` | The IMF dataflow ID associated with the indicator. |
|
|
100
|
+
| `dataflow_name` | `string` | The name of the IMF dataflow (symbol root). |
|
|
101
|
+
| `structure_id` | `string` | The data structure ID associated with the indicator. |
|
|
102
|
+
| `dimension_id` | `string` | The dimension ID of the indicator in the data structure. |
|
|
103
|
+
| `long_description` | `string` | Detailed description of the indicator. |
|
|
104
|
+
| `member_of` | `array` | List of table symbols (dataflow_id::table_id) this indicator belongs to. |
|
|
105
|
+
|
|
80
106
|
---
|
|
81
107
|
|
|
82
108
|
### `economy.balance_of_payments`
|
|
@@ -106,6 +132,139 @@ Summary: Balance Of Payments
|
|
|
106
132
|
| `frequency` | `no` | `string` | `monthly` | enum: monthly, quarterly The frequency of the data. Monthly is valid only for ['main', 'summary']. |
|
|
107
133
|
| `country` | `no` | `string` | `-` | The country/region of the data. This parameter will override the 'report_type' parameter.; The country to get data. Enter as a 3-letter ISO country code, default is USA. |
|
|
108
134
|
|
|
135
|
+
#### Response fields
|
|
136
|
+
|
|
137
|
+
| Field | Type | Notes |
|
|
138
|
+
|---|---|---|
|
|
139
|
+
| `period` | `string` | The date representing the beginning of the reporting period. |
|
|
140
|
+
| `balance_percent_of_gdp` | `number` | Current Account Balance as Percent of GDP |
|
|
141
|
+
| `balance_total` | `number` | Current Account Total Balance (USD) |
|
|
142
|
+
| `balance_total_services` | `number` | Current Account Total Services Balance (USD) |
|
|
143
|
+
| `balance_total_secondary_income` | `number` | Current Account Total Secondary Income Balance (USD) |
|
|
144
|
+
| `balance_total_goods` | `number` | Current Account Total Goods Balance (USD) |
|
|
145
|
+
| `balance_total_primary_income` | `number` | Current Account Total Primary Income Balance (USD) |
|
|
146
|
+
| `credits_services_percent_of_goods_and_services` | `number` | Current Account Credits Services as Percent of Goods and Services |
|
|
147
|
+
| `credits_services_percent_of_current_account` | `number` | Current Account Credits Services as Percent of Current Account |
|
|
148
|
+
| `credits_total_services` | `number` | Current Account Credits Total Services (USD) |
|
|
149
|
+
| `credits_total_goods` | `number` | Current Account Credits Total Goods (USD) |
|
|
150
|
+
| `credits_total_primary_income` | `number` | Current Account Credits Total Primary Income (USD) |
|
|
151
|
+
| `credits_total_secondary_income` | `number` | Current Account Credits Total Secondary Income (USD) |
|
|
152
|
+
| `credits_total` | `number` | Current Account Credits Total (USD) |
|
|
153
|
+
| `debits_services_percent_of_goods_and_services` | `number` | Current Account Debits Services as Percent of Goods and Services |
|
|
154
|
+
| `debits_services_percent_of_current_account` | `number` | Current Account Debits Services as Percent of Current Account |
|
|
155
|
+
| `debits_total_services` | `number` | Current Account Debits Total Services (USD) |
|
|
156
|
+
| `debits_total_goods` | `number` | Current Account Debits Total Goods (USD) |
|
|
157
|
+
| `debits_total_primary_income` | `number` | Current Account Debits Total Primary Income (USD) |
|
|
158
|
+
| `debits_total` | `number` | Current Account Debits Total (USD) |
|
|
159
|
+
| `debits_total_secondary_income` | `number` | Current Account Debits Total Secondary Income (USD) |
|
|
160
|
+
| `current_account_balance` | `number` | Current Account Balance (Billions of EUR) |
|
|
161
|
+
| `current_account_credit` | `number` | Current Account Credit (Billions of EUR) |
|
|
162
|
+
| `current_account_debit` | `number` | Current Account Debit (Billions of EUR) |
|
|
163
|
+
| `goods_balance` | `number` | Goods Balance (Billions of EUR) |
|
|
164
|
+
| `goods_credit` | `number` | Goods Credit (Billions of EUR) |
|
|
165
|
+
| `goods_debit` | `number` | Goods Debit (Billions of EUR) |
|
|
166
|
+
| `services_balance` | `number` | Services Balance (Billions of EUR) |
|
|
167
|
+
| `services_credit` | `number` | Services Credit (Billions of EUR) |
|
|
168
|
+
| `services_debit` | `number` | Services Debit (Billions of EUR) |
|
|
169
|
+
| `primary_income_balance` | `number` | Primary Income Balance (Billions of EUR) |
|
|
170
|
+
| `primary_income_credit` | `number` | Primary Income Credit (Billions of EUR) |
|
|
171
|
+
| `primary_income_debit` | `number` | Primary Income Debit (Billions of EUR) |
|
|
172
|
+
| `investment_income_balance` | `number` | Investment Income Balance (Billions of EUR) |
|
|
173
|
+
| `investment_income_credit` | `number` | Investment Income Credits (Billions of EUR) |
|
|
174
|
+
| `investment_income_debit` | `number` | Investment Income Debits (Billions of EUR) |
|
|
175
|
+
| `secondary_income_balance` | `number` | Secondary Income Balance (Billions of EUR) |
|
|
176
|
+
| `secondary_income_credit` | `number` | Secondary Income Credit (Billions of EUR) |
|
|
177
|
+
| `secondary_income_debit` | `number` | Secondary Income Debit (Billions of EUR) |
|
|
178
|
+
| `capital_account_balance` | `number` | Capital Account Balance (Billions of EUR) |
|
|
179
|
+
| `capital_account_credit` | `number` | Capital Account Credit (Billions of EUR) |
|
|
180
|
+
| `capital_account_debit` | `number` | Capital Account Debit (Billions of EUR) |
|
|
181
|
+
| `assets_total` | `number` | Assets Total (Billions of EUR) |
|
|
182
|
+
| `assets_currency_and_deposits` | `number` | Assets Currency and Deposits (Billions of EUR) |
|
|
183
|
+
| `assets_loans` | `number` | Assets Loans (Billions of EUR) |
|
|
184
|
+
| `assets_trade_credit_and_advances` | `number` | Assets Trade Credits and Advances (Billions of EUR) |
|
|
185
|
+
| `assets_eurosystem` | `number` | Assets Eurosystem (Billions of EUR) |
|
|
186
|
+
| `assets_other_mfi_ex_eurosystem` | `number` | Assets Other MFIs outside Eurosystem (Billions of EUR) |
|
|
187
|
+
| `assets_government` | `number` | Assets Government (Billions of EUR) |
|
|
188
|
+
| `assets_other_sectors` | `number` | Assets Other Sectors (Billions of EUR) |
|
|
189
|
+
| `liabilities_total` | `number` | Liabilities Total (Billions of EUR) |
|
|
190
|
+
| `liabilities_currency_and_deposits` | `number` | Liabilities Currency and Deposits (Billions of EUR) |
|
|
191
|
+
| `liabilities_loans` | `number` | Liabilities Loans (Billions of EUR) |
|
|
192
|
+
| `liabilities_trade_credit_and_advances` | `number` | Liabilities Trade Credits and Advances (Billions of EUR) |
|
|
193
|
+
| `liabilities_eurosystem` | `number` | Liabilities Eurosystem (Billions of EUR) |
|
|
194
|
+
| `liabilities_other_mfi_ex_eurosystem` | `number` | Liabilities Other MFIs outside Eurosystem (Billions of EUR) |
|
|
195
|
+
| `liabilities_government` | `number` | Liabilities Government (Billions of EUR) |
|
|
196
|
+
| `liabilities_other_sectors` | `number` | Liabilities Other Sectors (Billions of EUR) |
|
|
197
|
+
| `assets_equity_and_fund_shares` | `number` | Assets Equity and Investment Fund Shares (Billions of EUR) |
|
|
198
|
+
| `assets_equity_shares` | `number` | Assets Equity Shares (Billions of EUR) |
|
|
199
|
+
| `assets_investment_fund_shares` | `number` | Assets Investment Fund Shares (Billions of EUR) |
|
|
200
|
+
| `assets_debt_short_term` | `number` | Assets Debt Short Term (Billions of EUR) |
|
|
201
|
+
| `assets_debt_long_term` | `number` | Assets Debt Long Term (Billions of EUR) |
|
|
202
|
+
| `assets_resident_sector_eurosystem` | `number` | Assets Resident Sector Eurosystem (Billions of EUR) |
|
|
203
|
+
| `assets_resident_sector_mfi_ex_eurosystem` | `number` | Assets Resident Sector MFIs outside Eurosystem (Billions of EUR) |
|
|
204
|
+
| `assets_resident_sector_government` | `number` | Assets Resident Sector Government (Billions of EUR) |
|
|
205
|
+
| `assets_resident_sector_other` | `number` | Assets Resident Sector Other (Billions of EUR) |
|
|
206
|
+
| `liabilities_equity_and_fund_shares` | `number` | Liabilities Equity and Investment Fund Shares (Billions of EUR) |
|
|
207
|
+
| `liabilities_equity` | `number` | Liabilities Equity (Billions of EUR) |
|
|
208
|
+
| `liabilities_investment_fund_shares` | `number` | Liabilities Investment Fund Shares (Billions of EUR) |
|
|
209
|
+
| `liabilities_debt_short_term` | `number` | Liabilities Debt Short Term (Billions of EUR) |
|
|
210
|
+
| `liabilities_debt_long_term` | `number` | Liabilities Debt Long Term (Billions of EUR) |
|
|
211
|
+
| `liabilities_resident_sector_government` | `number` | Liabilities Resident Sector Government (Billions of EUR) |
|
|
212
|
+
| `liabilities_resident_sector_other` | `number` | Liabilities Resident Sector Other (Billions of EUR) |
|
|
213
|
+
| `assets_equity` | `number` | Assets Equity (Billions of EUR) |
|
|
214
|
+
| `assets_debt_instruments` | `number` | Assets Debt Instruments (Billions of EUR) |
|
|
215
|
+
| `assets_mfi` | `number` | Assets MFIs (Billions of EUR) |
|
|
216
|
+
| `assets_non_mfi` | `number` | Assets Non MFIs (Billions of EUR) |
|
|
217
|
+
| `assets_direct_investment_abroad` | `number` | Assets Direct Investment Abroad (Billions of EUR) |
|
|
218
|
+
| `liabilities_debt_instruments` | `number` | Liabilities Debt Instruments (Billions of EUR) |
|
|
219
|
+
| `liabilities_mfi` | `number` | Liabilities MFIs (Billions of EUR) |
|
|
220
|
+
| `liabilities_non_mfi` | `number` | Liabilities Non MFIs (Billions of EUR) |
|
|
221
|
+
| `liabilities_direct_investment_euro_area` | `number` | Liabilities Direct Investment in Euro Area (Billions of EUR) |
|
|
222
|
+
| `investment_total_credit` | `number` | Investment Total Credit (Billions of EUR) |
|
|
223
|
+
| `investment_total_debit` | `number` | Investment Total Debit (Billions of EUR) |
|
|
224
|
+
| `equity_credit` | `number` | Equity Credit (Billions of EUR) |
|
|
225
|
+
| `equity_reinvested_earnings_credit` | `number` | Equity Reinvested Earnings Credit (Billions of EUR) |
|
|
226
|
+
| `equity_debit` | `number` | Equity Debit (Billions of EUR) |
|
|
227
|
+
| `equity_reinvested_earnings_debit` | `number` | Equity Reinvested Earnings Debit (Billions of EUR) |
|
|
228
|
+
| `debt_instruments_credit` | `number` | Debt Instruments Credit (Billions of EUR) |
|
|
229
|
+
| `debt_instruments_debit` | `number` | Debt Instruments Debit (Billions of EUR) |
|
|
230
|
+
| `portfolio_investment_equity_credit` | `number` | Portfolio Investment Equity Credit (Billions of EUR) |
|
|
231
|
+
| `portfolio_investment_equity_debit` | `number` | Portfolio Investment Equity Debit (Billions of EUR) |
|
|
232
|
+
| `portfolio_investment_debt_instruments_credit` | `number` | Portfolio Investment Debt Instruments Credit (Billions of EUR) |
|
|
233
|
+
| `portofolio_investment_debt_instruments_debit` | `number` | Portfolio Investment Debt Instruments Debit (Billions of EUR) |
|
|
234
|
+
| `other_investment_credit` | `number` | Other Investment Credit (Billions of EUR) |
|
|
235
|
+
| `other_investment_debit` | `number` | Other Investment Debit (Billions of EUR) |
|
|
236
|
+
| `reserve_assets_credit` | `number` | Reserve Assets Credit (Billions of EUR) |
|
|
237
|
+
| `services_total_credit` | `number` | Services Total Credit (Billions of EUR) |
|
|
238
|
+
| `services_total_debit` | `number` | Services Total Debit (Billions of EUR) |
|
|
239
|
+
| `transport_credit` | `number` | Transport Credit (Billions of EUR) |
|
|
240
|
+
| `transport_debit` | `number` | Transport Debit (Billions of EUR) |
|
|
241
|
+
| `travel_credit` | `number` | Travel Credit (Billions of EUR) |
|
|
242
|
+
| `travel_debit` | `number` | Travel Debit (Billions of EUR) |
|
|
243
|
+
| `financial_services_credit` | `number` | Financial Services Credit (Billions of EUR) |
|
|
244
|
+
| `financial_services_debit` | `number` | Financial Services Debit (Billions of EUR) |
|
|
245
|
+
| `communications_credit` | `number` | Communications Credit (Billions of EUR) |
|
|
246
|
+
| `communications_debit` | `number` | Communications Debit (Billions of EUR) |
|
|
247
|
+
| `other_business_services_credit` | `number` | Other Business Services Credit (Billions of EUR) |
|
|
248
|
+
| `other_business_services_debit` | `number` | Other Business Services Debit (Billions of EUR) |
|
|
249
|
+
| `other_services_credit` | `number` | Other Services Credit (Billions of EUR) |
|
|
250
|
+
| `other_services_debit` | `number` | Other Services Debit (Billions of EUR) |
|
|
251
|
+
| `primary_income_employee_compensation_credit` | `number` | Primary Income Employee Compensation Credit (Billions of EUR) |
|
|
252
|
+
| `primary_income_employee_compensation_debit` | `number` | Primary Income Employee Compensation Debit (Billions of EUR) |
|
|
253
|
+
| `current_account` | `number` | Current Account Balance (Billions of EUR) |
|
|
254
|
+
| `goods` | `number` | Goods Balance (Billions of EUR) |
|
|
255
|
+
| `services` | `number` | Services Balance (Billions of EUR) |
|
|
256
|
+
| `primary_income` | `number` | Primary Income Balance (Billions of EUR) |
|
|
257
|
+
| `secondary_income` | `number` | Secondary Income Balance (Billions of EUR) |
|
|
258
|
+
| `capital_account` | `number` | Capital Account Balance (Billions of EUR) |
|
|
259
|
+
| `net_lending_to_rest_of_world` | `number` | Balance of net lending to the rest of the world (Billions of EUR) |
|
|
260
|
+
| `financial_account` | `number` | Financial Account Balance (Billions of EUR) |
|
|
261
|
+
| `direct_investment` | `number` | Direct Investment Balance (Billions of EUR) |
|
|
262
|
+
| `portfolio_investment` | `number` | Portfolio Investment Balance (Billions of EUR) |
|
|
263
|
+
| `financial_derivatives` | `number` | Financial Derivatives Balance (Billions of EUR) |
|
|
264
|
+
| `other_investment` | `number` | Other Investment Balance (Billions of EUR) |
|
|
265
|
+
| `reserve_assets` | `number` | Reserve Assets Balance (Billions of EUR) |
|
|
266
|
+
| `errors_and_omissions` | `number` | Errors and Omissions (Billions of EUR) |
|
|
267
|
+
|
|
109
268
|
---
|
|
110
269
|
|
|
111
270
|
### `economy.calendar`
|
|
@@ -137,6 +296,37 @@ Summary: Calendar
|
|
|
137
296
|
| `group` | `no` | `string | null` | `-` | Grouping of events. |
|
|
138
297
|
| `calendar_id` | `no` | `integer | string | null` | `-` | Get events by TradingEconomics Calendar ID. Multiple comma separated items allowed. |
|
|
139
298
|
|
|
299
|
+
#### Response fields
|
|
300
|
+
|
|
301
|
+
| Field | Type | Notes |
|
|
302
|
+
|---|---|---|
|
|
303
|
+
| `date` | `string` | The date of the data. |
|
|
304
|
+
| `country` | `string` | Country of event. |
|
|
305
|
+
| `category` | `string` | Category of event. |
|
|
306
|
+
| `event` | `string` | Event name. |
|
|
307
|
+
| `importance` | `string` | The importance level for the event. |
|
|
308
|
+
| `source` | `string` | Source of the data. |
|
|
309
|
+
| `currency` | `string` | Currency of the data. |
|
|
310
|
+
| `unit` | `string` | Unit of the data. |
|
|
311
|
+
| `consensus` | `string` | Average forecast among a representative group of economists. |
|
|
312
|
+
| `previous` | `string` | Value for the previous period after the revision (if revision is applicable). |
|
|
313
|
+
| `revised` | `string` | Revised previous value, if applicable. |
|
|
314
|
+
| `actual` | `string` | Latest released value. |
|
|
315
|
+
| `release_id` | `integer` | Release ID associated with the economic event. |
|
|
316
|
+
| `description` | `string` | Event description. |
|
|
317
|
+
| `change` | `number` | Value change since previous. |
|
|
318
|
+
| `change_percent` | `number` | Percentage change since previous. |
|
|
319
|
+
| `forecast` | `string` | TradingEconomics projections. |
|
|
320
|
+
| `reference` | `string` | Abbreviated period for which released data refers to. |
|
|
321
|
+
| `reference_date` | `string` | Date for the reference period. |
|
|
322
|
+
| `calendar_id` | `integer` | TradingEconomics Calendar ID. |
|
|
323
|
+
| `date_span` | `integer` | Date span of the event. |
|
|
324
|
+
| `symbol` | `string` | TradingEconomics Symbol. |
|
|
325
|
+
| `ticker` | `string` | TradingEconomics Ticker symbol. |
|
|
326
|
+
| `te_url` | `string` | TradingEconomics URL path. |
|
|
327
|
+
| `source_url` | `string` | Source URL. |
|
|
328
|
+
| `last_updated` | `string` | Last update of the data. |
|
|
329
|
+
|
|
140
330
|
---
|
|
141
331
|
|
|
142
332
|
### `economy.central_bank_holdings`
|
|
@@ -167,6 +357,35 @@ Summary: Central Bank Holdings
|
|
|
167
357
|
| `wam` | `no` | `boolean` | `false` | If True, returns weighted average maturity aggregated by agency or treasury securities. This parameter takes priority over `holding_type`, `cusip`, and `monthly`. |
|
|
168
358
|
| `monthly` | `no` | `boolean` | `false` | If True, returns historical data for all Treasury securities at a monthly interval. This parameter takes priority over other parameters, except `wam`. Only valid when `holding_type` is set to: 'all_treasury', 'bills', 'notesbonds', 'frn', 'tips'. |
|
|
169
359
|
|
|
360
|
+
#### Response fields
|
|
361
|
+
|
|
362
|
+
| Field | Type | Notes |
|
|
363
|
+
|---|---|---|
|
|
364
|
+
| `date` | `string` | The date of the data. |
|
|
365
|
+
| `security_type` | `string` | Type of security - i.e. TIPs, FRNs, etc. |
|
|
366
|
+
| `description` | `string` | Description of the security. Only returned for Agency securities. |
|
|
367
|
+
| `is_aggregated` | `string` | Whether the security is aggregated. Only returned for Agency securities. |
|
|
368
|
+
| `cusip` | `string` | cusip |
|
|
369
|
+
| `issuer` | `string` | Issuer of the security. |
|
|
370
|
+
| `maturity_date` | `string` | Maturity date of the security. |
|
|
371
|
+
| `term` | `string` | Term of the security. Only returned for Agency securities. |
|
|
372
|
+
| `face_value` | `number` | Current face value of the security (Thousands of $USD). |
|
|
373
|
+
| `par_value` | `number` | Par value of the security (Thousands of $USD). |
|
|
374
|
+
| `coupon` | `number` | Coupon rate of the security. |
|
|
375
|
+
| `spread` | `number` | Spread to the current reference rate, as determined at each security's initial auction. |
|
|
376
|
+
| `percent_outstanding` | `number` | Total percent of the outstanding CUSIP issuance. |
|
|
377
|
+
| `bills` | `number` | Treasury bills amount (Thousands of $USD). Only returned when 'summary' is True. |
|
|
378
|
+
| `frn` | `number` | Floating rate Treasury notes amount (Thousands of $USD). Only returned when 'summary' is True. |
|
|
379
|
+
| `notes_and_bonds` | `number` | Treasury Notes and bonds amount (Thousands of $USD). Only returned when 'summary' is True. |
|
|
380
|
+
| `tips` | `number` | Treasury inflation-protected securities amount (Thousands of $USD). Only returned when 'summary' is True. |
|
|
381
|
+
| `mbs` | `number` | Mortgage-backed securities amount (Thousands of $USD). Only returned when 'summary' is True. |
|
|
382
|
+
| `cmbs` | `number` | Commercial mortgage-backed securities amount (Thousands of $USD). Only returned when 'summary' is True. |
|
|
383
|
+
| `agencies` | `number` | Agency securities amount (Thousands of $USD). Only returned when 'summary' is True. |
|
|
384
|
+
| `total` | `number` | Total SOMA holdings amount (Thousands of $USD). Only returned when 'summary' is True. |
|
|
385
|
+
| `inflationCompensation` | `number` | Treasury inflation-protected securities inflation compensation amount (Thousands of $USD). Only returned when 'summary' is True. |
|
|
386
|
+
| `change_prior_week` | `number` | Change in SOMA holdings from the prior week (Thousands of $USD). |
|
|
387
|
+
| `change_prior_year` | `number` | Change in SOMA holdings from the prior year (Thousands of $USD). |
|
|
388
|
+
|
|
170
389
|
---
|
|
171
390
|
|
|
172
391
|
### `economy.composite_leading_indicator`
|
|
@@ -196,6 +415,14 @@ Summary: Composite Leading Indicator
|
|
|
196
415
|
| `adjustment` | `no` | `string` | `amplitude` | Adjustment of the data, either 'amplitude' or 'normalized'. Default is amplitude. |
|
|
197
416
|
| `growth_rate` | `no` | `boolean` | `false` | Return the 1-year growth rate (%) of the CLI, default is False. |
|
|
198
417
|
|
|
418
|
+
#### Response fields
|
|
419
|
+
|
|
420
|
+
| Field | Type | Notes |
|
|
421
|
+
|---|---|---|
|
|
422
|
+
| `date` | `string` | The date of the data. |
|
|
423
|
+
| `value` | `number` | CLI value |
|
|
424
|
+
| `country` | `string` | Country for the CLI value. |
|
|
425
|
+
|
|
199
426
|
---
|
|
200
427
|
|
|
201
428
|
### `economy.country_profile`
|
|
@@ -223,6 +450,25 @@ Summary: Country Profile
|
|
|
223
450
|
| `latest` | `no` | `boolean` | `true` | If True, return only the latest data. If False, return all available data for each indicator. |
|
|
224
451
|
| `use_cache` | `no` | `boolean` | `true` | If True, the request will be cached for one day.Using cache is recommended to avoid needlessly requesting the same data. |
|
|
225
452
|
|
|
453
|
+
#### Response fields
|
|
454
|
+
|
|
455
|
+
| Field | Type | Notes |
|
|
456
|
+
|---|---|---|
|
|
457
|
+
| `country` | `string` | country |
|
|
458
|
+
| `population` | `integer` | Population. |
|
|
459
|
+
| `gdp_usd` | `number` | Gross Domestic Product, in billions of USD. |
|
|
460
|
+
| `gdp_qoq` | `number` | GDP growth quarter-over-quarter change, as a normalized percent. |
|
|
461
|
+
| `gdp_yoy` | `number` | GDP growth year-over-year change, as a normalized percent. |
|
|
462
|
+
| `cpi_yoy` | `number` | Consumer Price Index year-over-year change, as a normalized percent. |
|
|
463
|
+
| `core_yoy` | `number` | Core Consumer Price Index year-over-year change, as a normalized percent. |
|
|
464
|
+
| `retail_sales_yoy` | `number` | Retail Sales year-over-year change, as a normalized percent. |
|
|
465
|
+
| `industrial_production_yoy` | `number` | Industrial Production year-over-year change, as a normalized percent. |
|
|
466
|
+
| `policy_rate` | `number` | Short term policy rate, as a normalized percent. |
|
|
467
|
+
| `yield_10y` | `number` | 10-year government bond yield, as a normalized percent. |
|
|
468
|
+
| `govt_debt_gdp` | `number` | Government debt as a percent (normalized) of GDP. |
|
|
469
|
+
| `current_account_gdp` | `number` | Current account balance as a percent (normalized) of GDP. |
|
|
470
|
+
| `jobless_rate` | `number` | Unemployment rate, as a normalized percent. |
|
|
471
|
+
|
|
226
472
|
---
|
|
227
473
|
|
|
228
474
|
### `economy.cpi`
|
|
@@ -255,6 +501,21 @@ Summary: Cpi
|
|
|
255
501
|
| `expenditure` | `no` | `string` | `total` | Expenditure component of CPI. |
|
|
256
502
|
| `limit` | `no` | `integer | null` | `-` | Maximum number of records to retrieve per series and country. If None, retrieves all available records. |
|
|
257
503
|
|
|
504
|
+
#### Response fields
|
|
505
|
+
|
|
506
|
+
| Field | Type | Notes |
|
|
507
|
+
|---|---|---|
|
|
508
|
+
| `date` | `string` | The date of the data. |
|
|
509
|
+
| `country` | `string` | Country |
|
|
510
|
+
| `value` | `number` | CPI index value or period change. |
|
|
511
|
+
| `expenditure` | `string` | Expenditure component of CPI. |
|
|
512
|
+
| `unit` | `string` | Unit of measurement. |
|
|
513
|
+
| `unit_multiplier` | `integer` | Unit multiplier for the observation value. |
|
|
514
|
+
| `country_code` | `string` | ISO3 country code. |
|
|
515
|
+
| `series_id` | `string` | IMF series identifier. |
|
|
516
|
+
| `title` | `string` | Complete reference title for the series. |
|
|
517
|
+
| `order` | `integer` | Sort order for expenditure categories and table presentations. |
|
|
518
|
+
|
|
258
519
|
---
|
|
259
520
|
|
|
260
521
|
### `economy.direction_of_trade`
|
|
@@ -286,6 +547,22 @@ Summary: Direction Of Trade
|
|
|
286
547
|
| `frequency` | `no` | `string` | `month` | The frequency of the data. |
|
|
287
548
|
| `limit` | `no` | `integer | null` | `-` | Limit the number of results returned, the most recent data points first. |
|
|
288
549
|
|
|
550
|
+
#### Response fields
|
|
551
|
+
|
|
552
|
+
| Field | Type | Notes |
|
|
553
|
+
|---|---|---|
|
|
554
|
+
| `date` | `string` | The date of the data. |
|
|
555
|
+
| `symbol` | `string` | Symbol representing the entity requested in the data. Concatenated series identifier. |
|
|
556
|
+
| `country` | `string` | The country or region to the trade. |
|
|
557
|
+
| `counterpart` | `string` | Counterpart country or region to the trade. |
|
|
558
|
+
| `title` | `string` | Title corresponding to the symbol. |
|
|
559
|
+
| `value` | `number` | Trade value. |
|
|
560
|
+
| `scale` | `string` | Scale of the value. |
|
|
561
|
+
| `unit` | `string` | Unit of the value. |
|
|
562
|
+
| `country_code` | `string` | IMF country code. |
|
|
563
|
+
| `counterpart_code` | `string` | IMF counterpart country code. |
|
|
564
|
+
| `unit_multiplier` | `integer` | Unit multiplier of the value. |
|
|
565
|
+
|
|
289
566
|
---
|
|
290
567
|
|
|
291
568
|
### `economy.export_destinations`
|
|
@@ -311,6 +588,17 @@ Summary: Export Destinations
|
|
|
311
588
|
|---|---|---|---|---|
|
|
312
589
|
| `country` | `yes` | `string` | `-` | The country to get data. Multiple comma separated items allowed |
|
|
313
590
|
|
|
591
|
+
#### Response fields
|
|
592
|
+
|
|
593
|
+
| Field | Type | Notes |
|
|
594
|
+
|---|---|---|
|
|
595
|
+
| `origin_country` | `string` | The country of origin. |
|
|
596
|
+
| `destination_country` | `string` | The destination country. |
|
|
597
|
+
| `value` | `number` | The value of the export. |
|
|
598
|
+
| `units` | `string` | The units of measurement for the value. |
|
|
599
|
+
| `title` | `string` | The title of the data. |
|
|
600
|
+
| `footnote` | `string` | The footnote for the data. |
|
|
601
|
+
|
|
314
602
|
---
|
|
315
603
|
|
|
316
604
|
### `economy.fomc_documents`
|
|
@@ -337,6 +625,15 @@ Summary: Fomc Documents
|
|
|
337
625
|
| `year` | `no` | `integer | null` | `-` | The year of FOMC documents to retrieve. If None, all years since 1959 are returned. |
|
|
338
626
|
| `document_type` | `no` | `string | null` | `-` | Filter by document type. Default is all. Choose from: all, monetary_policy, minutes, projections, materials, press_release, press_conference, agenda, transcript, speaker_key, beige_book, teal_book, green_book, blue_book, red_book |
|
|
339
627
|
|
|
628
|
+
#### Response fields
|
|
629
|
+
|
|
630
|
+
| Field | Type | Notes |
|
|
631
|
+
|---|---|---|
|
|
632
|
+
| `date` | `string` | The date of the document, formatted as YYYY-MM-DD. |
|
|
633
|
+
| `doc_type` | `string` | The type of the FOMC document. |
|
|
634
|
+
| `doc_format` | `string` | The format of the document (e.g., pdf, htm). |
|
|
635
|
+
| `url` | `string` | The URL of the document. |
|
|
636
|
+
|
|
340
637
|
---
|
|
341
638
|
|
|
342
639
|
### `economy.fred_regional`
|
|
@@ -372,6 +669,16 @@ Summary: Fred Regional
|
|
|
372
669
|
| `aggregation_method` | `no` | `string | null` | `eop` | A key that indicates the aggregation method used for frequency aggregation. This parameter has no affect if the frequency parameter is not set. avg = Average sum = Sum eop = End of Period |
|
|
373
670
|
| `transform` | `no` | `string | null` | `-` | Transformation type None = No transformation chg = Change ch1 = Change from Year Ago pch = Percent Change pc1 = Percent Change from Year Ago pca = Compounded Annual Rate of Change cch = Continuously Compounded Rate of Change cca = Continuously Compounded Annual Rate of Change log = Natural Log |
|
|
374
671
|
|
|
672
|
+
#### Response fields
|
|
673
|
+
|
|
674
|
+
| Field | Type | Notes |
|
|
675
|
+
|---|---|---|
|
|
676
|
+
| `date` | `string` | The date of the data. |
|
|
677
|
+
| `region` | `string` | The name of the region. |
|
|
678
|
+
| `code` | `string` | The code of the region. |
|
|
679
|
+
| `value` | `integer` | The observation value. The units are defined in the search results by series ID. |
|
|
680
|
+
| `series_id` | `string` | The individual series ID for the region. |
|
|
681
|
+
|
|
375
682
|
---
|
|
376
683
|
|
|
377
684
|
### `economy.fred_release_table`
|
|
@@ -399,6 +706,21 @@ Summary: Fred Release Table
|
|
|
399
706
|
| `element_id` | `no` | `string | null` | `-` | The element ID of a specific table in the release. |
|
|
400
707
|
| `date` | `no` | `string | null` | `-` | A specific date to get data for. Multiple comma separated items allowed |
|
|
401
708
|
|
|
709
|
+
#### Response fields
|
|
710
|
+
|
|
711
|
+
| Field | Type | Notes |
|
|
712
|
+
|---|---|---|
|
|
713
|
+
| `date` | `string` | The date of the data. |
|
|
714
|
+
| `level` | `integer` | The indentation level of the element. |
|
|
715
|
+
| `element_type` | `string` | The type of the element. |
|
|
716
|
+
| `line` | `integer` | The line number of the element. |
|
|
717
|
+
| `element_id` | `string` | The element id in the parent/child relationship. |
|
|
718
|
+
| `parent_id` | `string` | The parent id in the parent/child relationship. |
|
|
719
|
+
| `children` | `string` | The element_id of each child, as a comma-separated string. |
|
|
720
|
+
| `symbol` | `string` | Symbol representing the entity requested in the data. |
|
|
721
|
+
| `name` | `string` | The name of the series. |
|
|
722
|
+
| `value` | `number` | The reported value of the series. |
|
|
723
|
+
|
|
402
724
|
---
|
|
403
725
|
|
|
404
726
|
### `economy.fred_search`
|
|
@@ -435,6 +757,33 @@ Summary: Fred Search
|
|
|
435
757
|
| `exclude_tag_names` | `no` | `string | null` | `-` | A semicolon delimited list of tag names that series match none of. Example: 'imports;services'. Requires that variable tag_names also be set to limit the number of matching series. This parameter is ignored when search_type is 'release'. Multiple comma separated items allowed. |
|
|
436
758
|
| `series_id` | `no` | `string | null` | `-` | A FRED Series ID to return series group information for. This returns the required information to query for regional data. Not all series that are in FRED have geographical data. Entering a value for series_id will override all other parameters. Multiple series_ids can be separated by commas. |
|
|
437
759
|
|
|
760
|
+
#### Response fields
|
|
761
|
+
|
|
762
|
+
| Field | Type | Notes |
|
|
763
|
+
|---|---|---|
|
|
764
|
+
| `release_id` | `string` | The release ID for queries. |
|
|
765
|
+
| `series_id` | `string` | The series ID for the item in the release. |
|
|
766
|
+
| `series_group` | `string` | The series group ID of the series. This value is used to query for regional data. |
|
|
767
|
+
| `region_type` | `string` | The region type of the series. |
|
|
768
|
+
| `name` | `string` | The name of the release. |
|
|
769
|
+
| `title` | `string` | The title of the series. |
|
|
770
|
+
| `observation_start` | `string` | The date of the first observation in the series. |
|
|
771
|
+
| `observation_end` | `string` | The date of the last observation in the series. |
|
|
772
|
+
| `frequency` | `string` | The frequency of the data. |
|
|
773
|
+
| `frequency_short` | `string` | Short form of the data frequency. |
|
|
774
|
+
| `units` | `string` | The units of the data. |
|
|
775
|
+
| `units_short` | `string` | Short form of the data units. |
|
|
776
|
+
| `seasonal_adjustment` | `string` | The seasonal adjustment of the data. |
|
|
777
|
+
| `seasonal_adjustment_short` | `string` | Short form of the data seasonal adjustment. |
|
|
778
|
+
| `last_updated` | `string` | The datetime of the last update to the data. |
|
|
779
|
+
| `popularity` | `integer` | Popularity of the series |
|
|
780
|
+
| `group_popularity` | `integer` | Group popularity of the release |
|
|
781
|
+
| `realtime_start` | `string` | The realtime start date of the series. |
|
|
782
|
+
| `realtime_end` | `string` | The realtime end date of the series. |
|
|
783
|
+
| `notes` | `string` | Description of the release. |
|
|
784
|
+
| `press_release` | `boolean` | If the release is a press release. |
|
|
785
|
+
| `url` | `string` | URL to the release. |
|
|
786
|
+
|
|
438
787
|
---
|
|
439
788
|
|
|
440
789
|
### `economy.fred_series`
|
|
@@ -468,6 +817,13 @@ Summary: Fred Series
|
|
|
468
817
|
| `all_pages` | `no` | `boolean | null` | `false` | Returns all pages of data from the API call at once. |
|
|
469
818
|
| `sleep` | `no` | `number | null` | `1.0` | Time to sleep between requests to avoid rate limiting. |
|
|
470
819
|
|
|
820
|
+
#### Response fields
|
|
821
|
+
|
|
822
|
+
| Field | Type | Notes |
|
|
823
|
+
|---|---|---|
|
|
824
|
+
| `date` | `string` | The date of the data. |
|
|
825
|
+
| `value` | `number` | Value of the index. |
|
|
826
|
+
|
|
471
827
|
---
|
|
472
828
|
|
|
473
829
|
### `economy.gdp.forecast`
|
|
@@ -497,6 +853,14 @@ Summary: Forecast
|
|
|
497
853
|
| `frequency` | `no` | `string` | `annual` | Frequency of the data, default is annual. |
|
|
498
854
|
| `units` | `no` | `string` | `volume` | Units of the data, default is volume (chain linked volume, 2015). 'current_prices', 'volume', and 'capita' are expressed in USD; 'growth' as a percent; 'deflator' as an index. |
|
|
499
855
|
|
|
856
|
+
#### Response fields
|
|
857
|
+
|
|
858
|
+
| Field | Type | Notes |
|
|
859
|
+
|---|---|---|
|
|
860
|
+
| `date` | `string` | The date of the data. |
|
|
861
|
+
| `country` | `string` | Country |
|
|
862
|
+
| `value` | `integer` | Forecasted GDP value for the country and date. |
|
|
863
|
+
|
|
500
864
|
---
|
|
501
865
|
|
|
502
866
|
### `economy.gdp.nominal`
|
|
@@ -528,6 +892,16 @@ Summary: Nominal
|
|
|
528
892
|
| `units` | `no` | `string` | `level` | enum: level, index, capita The unit of measurement for the data.Both 'level' and 'capita' (per) are measured in USD. |
|
|
529
893
|
| `price_base` | `no` | `string` | `current_prices` | enum: current_prices, volume Price base for the data, volume is chain linked volume. |
|
|
530
894
|
|
|
895
|
+
#### Response fields
|
|
896
|
+
|
|
897
|
+
| Field | Type | Notes |
|
|
898
|
+
|---|---|---|
|
|
899
|
+
| `date` | `string` | The date of the data. |
|
|
900
|
+
| `country` | `string` | The country represented by the GDP value. |
|
|
901
|
+
| `value` | `integer` | GDP value for the country and date. |
|
|
902
|
+
| `nominal_growth_qoq` | `number` | Nominal GDP growth rate quarter over quarter. |
|
|
903
|
+
| `nominal_growth_yoy` | `number` | Nominal GDP growth rate year over year. |
|
|
904
|
+
|
|
531
905
|
---
|
|
532
906
|
|
|
533
907
|
### `economy.gdp.real`
|
|
@@ -557,6 +931,16 @@ Summary: Real
|
|
|
557
931
|
| `use_cache` | `no` | `boolean` | `true` | If True, the request will be cached for one day. Using cache is recommended to avoid needlessly requesting the same data. |
|
|
558
932
|
| `frequency` | `no` | `string` | `quarter` | enum: quarter, annual Frequency of the data. |
|
|
559
933
|
|
|
934
|
+
#### Response fields
|
|
935
|
+
|
|
936
|
+
| Field | Type | Notes |
|
|
937
|
+
|---|---|---|
|
|
938
|
+
| `date` | `string` | The date of the data. |
|
|
939
|
+
| `country` | `string` | The country represented by the Real GDP value. |
|
|
940
|
+
| `value` | `integer` | Real GDP value for the country and date. |
|
|
941
|
+
| `real_growth_qoq` | `number` | Real GDP growth rate quarter over quarter. |
|
|
942
|
+
| `real_growth_yoy` | `number` | Real GDP growth rate year over year. |
|
|
943
|
+
|
|
560
944
|
---
|
|
561
945
|
|
|
562
946
|
### `economy.house_price_index`
|
|
@@ -586,6 +970,14 @@ Summary: House Price Index
|
|
|
586
970
|
| `frequency` | `no` | `string` | `quarter` | The frequency of the data. |
|
|
587
971
|
| `transform` | `no` | `string` | `index` | Transformation of the CPI data. Period represents the change since previous. Defaults to change from one year ago (yoy). |
|
|
588
972
|
|
|
973
|
+
#### Response fields
|
|
974
|
+
|
|
975
|
+
| Field | Type | Notes |
|
|
976
|
+
|---|---|---|
|
|
977
|
+
| `date` | `string` | The date of the data. |
|
|
978
|
+
| `country` | `string` | country |
|
|
979
|
+
| `value` | `number` | Share price index value. |
|
|
980
|
+
|
|
589
981
|
---
|
|
590
982
|
|
|
591
983
|
### `economy.indicators`
|
|
@@ -620,6 +1012,24 @@ Summary: Indicators
|
|
|
620
1012
|
| `limit` | `no` | `integer | null` | `-` | Maximum number of records to retrieve per series. |
|
|
621
1013
|
| `pivot` | `no` | `boolean` | `false` | If True, pivots the data to presentation view with 'indicator' and 'country' as the index, date as values. |
|
|
622
1014
|
|
|
1015
|
+
#### Response fields
|
|
1016
|
+
|
|
1017
|
+
| Field | Type | Notes |
|
|
1018
|
+
|---|---|---|
|
|
1019
|
+
| `date` | `string` | The date of the data. |
|
|
1020
|
+
| `symbol_root` | `string` | The root symbol for the indicator (e.g. GDP). |
|
|
1021
|
+
| `symbol` | `string` | Symbol representing the entity requested in the data. |
|
|
1022
|
+
| `country` | `string` | The country represented by the data. |
|
|
1023
|
+
| `value` | `integer` | value |
|
|
1024
|
+
| `unit` | `string` | The unit of measurement. |
|
|
1025
|
+
| `unit_multiplier` | `integer` | The multiplier for the unit. |
|
|
1026
|
+
| `scale` | `string` | The scale/multiplier of the value. |
|
|
1027
|
+
| `order` | `integer` | Sort order within the table hierarchy. |
|
|
1028
|
+
| `level` | `integer` | Indentation level in the table hierarchy. |
|
|
1029
|
+
| `Indicator` | `string` | Human-readable title of the series. |
|
|
1030
|
+
| `description` | `string` | Description of the indicator. |
|
|
1031
|
+
| `country_code` | `string` | ISO3 country code. |
|
|
1032
|
+
|
|
623
1033
|
---
|
|
624
1034
|
|
|
625
1035
|
### `economy.interest_rates`
|
|
@@ -649,6 +1059,14 @@ Summary: Interest Rates
|
|
|
649
1059
|
| `duration` | `no` | `string` | `short` | enum: immediate, short, long Duration of the interest rate. 'immediate' is the overnight rate, 'short' is the 3-month rate, and 'long' is the 10-year rate. |
|
|
650
1060
|
| `frequency` | `no` | `string` | `monthly` | enum: monthly, quarter, annual Frequency to get interest rate for for. |
|
|
651
1061
|
|
|
1062
|
+
#### Response fields
|
|
1063
|
+
|
|
1064
|
+
| Field | Type | Notes |
|
|
1065
|
+
|---|---|---|
|
|
1066
|
+
| `date` | `string` | The date of the data. |
|
|
1067
|
+
| `value` | `number` | The interest rate value. |
|
|
1068
|
+
| `country` | `string` | Country for which the interest rate is given. |
|
|
1069
|
+
|
|
652
1070
|
---
|
|
653
1071
|
|
|
654
1072
|
### `economy.money_measures`
|
|
@@ -676,6 +1094,19 @@ Summary: Money Measures
|
|
|
676
1094
|
| `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. |
|
|
677
1095
|
| `adjusted` | `no` | `boolean | null` | `true` | Whether to return seasonally adjusted data. |
|
|
678
1096
|
|
|
1097
|
+
#### Response fields
|
|
1098
|
+
|
|
1099
|
+
| Field | Type | Notes |
|
|
1100
|
+
|---|---|---|
|
|
1101
|
+
| `month` | `string` | The date of the data. |
|
|
1102
|
+
| `m1` | `number` | Value of the M1 money supply in billions. |
|
|
1103
|
+
| `m2` | `number` | Value of the M2 money supply in billions. |
|
|
1104
|
+
| `currency` | `number` | Value of currency in circulation in billions. |
|
|
1105
|
+
| `demand_deposits` | `number` | Value of demand deposits in billions. |
|
|
1106
|
+
| `retail_money_market_funds` | `number` | Value of retail money market funds in billions. |
|
|
1107
|
+
| `other_liquid_deposits` | `number` | Value of other liquid deposits in billions. |
|
|
1108
|
+
| `small_denomination_time_deposits` | `number` | Value of small denomination time deposits in billions. |
|
|
1109
|
+
|
|
679
1110
|
---
|
|
680
1111
|
|
|
681
1112
|
### `economy.pce`
|
|
@@ -702,6 +1133,20 @@ Summary: Pce
|
|
|
702
1133
|
| `date` | `no` | `string | null` | `-` | A specific date to get data for. Default is the latest report. Multiple comma separated items allowed |
|
|
703
1134
|
| `category` | `no` | `string` | `personal_income` | The category to query. |
|
|
704
1135
|
|
|
1136
|
+
#### Response fields
|
|
1137
|
+
|
|
1138
|
+
| Field | Type | Notes |
|
|
1139
|
+
|---|---|---|
|
|
1140
|
+
| `date` | `string` | The date of the data. |
|
|
1141
|
+
| `symbol` | `string` | Symbol representing the entity requested in the data. |
|
|
1142
|
+
| `value` | `number` | value |
|
|
1143
|
+
| `name` | `string` | The name of the series. |
|
|
1144
|
+
| `element_id` | `string` | The element id in the parent/child relationship. |
|
|
1145
|
+
| `parent_id` | `string` | The parent id in the parent/child relationship. |
|
|
1146
|
+
| `children` | `string` | The element_id of each child, as a comma-separated string. |
|
|
1147
|
+
| `level` | `integer` | The indentation level of the element. |
|
|
1148
|
+
| `line` | `integer` | The line number of the series in the table. |
|
|
1149
|
+
|
|
705
1150
|
---
|
|
706
1151
|
|
|
707
1152
|
### `economy.primary_dealer_fails`
|
|
@@ -730,6 +1175,15 @@ Summary: Primary Dealer Fails
|
|
|
730
1175
|
| `asset_class` | `no` | `string` | `all` | enum: all, treasuries, tips, agency, mbs, corporate Asset class to return, default is 'all'. |
|
|
731
1176
|
| `unit` | `no` | `string` | `value` | enum: value, percent Unit of the data returned to the 'value' field. Default is 'value', which represents millions of USD. 'percent' returns data as the percentage of the total fails-to-receive and fails-to-deliver, by asset class. |
|
|
732
1177
|
|
|
1178
|
+
#### Response fields
|
|
1179
|
+
|
|
1180
|
+
| Field | Type | Notes |
|
|
1181
|
+
|---|---|---|
|
|
1182
|
+
| `date` | `string` | The date of the data. |
|
|
1183
|
+
| `symbol` | `string` | Symbol representing the entity requested in the data. |
|
|
1184
|
+
| `title` | `string` | Title of the series' symbol. |
|
|
1185
|
+
| `value` | `integer` | Value of the data returned, in millions of USD if the `unit` parameter is 'value' else a normalized percent. |
|
|
1186
|
+
|
|
733
1187
|
---
|
|
734
1188
|
|
|
735
1189
|
### `economy.primary_dealer_positioning`
|
|
@@ -757,6 +1211,16 @@ Summary: Primary Dealer Positioning
|
|
|
757
1211
|
| `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. |
|
|
758
1212
|
| `category` | `no` | `string` | `treasuries` | The category of asset to return, defaults to 'treasuries'. |
|
|
759
1213
|
|
|
1214
|
+
#### Response fields
|
|
1215
|
+
|
|
1216
|
+
| Field | Type | Notes |
|
|
1217
|
+
|---|---|---|
|
|
1218
|
+
| `date` | `string` | The date of the data. |
|
|
1219
|
+
| `symbol` | `string` | Symbol representing the entity requested in the data. |
|
|
1220
|
+
| `value` | `integer` | The reported value of the net position (long - short), in millions of $USD. |
|
|
1221
|
+
| `name` | `string` | Short name for the series. |
|
|
1222
|
+
| `title` | `string` | Title of the series. |
|
|
1223
|
+
|
|
760
1224
|
---
|
|
761
1225
|
|
|
762
1226
|
### `economy.retail_prices`
|
|
@@ -788,6 +1252,16 @@ Summary: Retail Prices
|
|
|
788
1252
|
| `frequency` | `no` | `string` | `monthly` | The frequency of the data. |
|
|
789
1253
|
| `transform` | `no` | `string | null` | `-` | Transformation type None = No transformation chg = Change ch1 = Change from Year Ago pch = Percent Change pc1 = Percent Change from Year Ago pca = Compounded Annual Rate of Change cch = Continuously Compounded Rate of Change cca = Continuously Compounded Annual Rate of Change log = Natural Log |
|
|
790
1254
|
|
|
1255
|
+
#### Response fields
|
|
1256
|
+
|
|
1257
|
+
| Field | Type | Notes |
|
|
1258
|
+
|---|---|---|
|
|
1259
|
+
| `date` | `string` | The date of the data. |
|
|
1260
|
+
| `symbol` | `string` | Symbol representing the entity requested in the data. |
|
|
1261
|
+
| `country` | `string` | country |
|
|
1262
|
+
| `description` | `string` | Description of the item. |
|
|
1263
|
+
| `value` | `number` | Price, or change in price, per unit. |
|
|
1264
|
+
|
|
791
1265
|
---
|
|
792
1266
|
|
|
793
1267
|
### `economy.risk_premium`
|
|
@@ -812,6 +1286,15 @@ Summary: Risk Premium
|
|
|
812
1286
|
| Param | Required | Type | Default | Notes |
|
|
813
1287
|
|---|---|---|---|---|
|
|
814
1288
|
|
|
1289
|
+
#### Response fields
|
|
1290
|
+
|
|
1291
|
+
| Field | Type | Notes |
|
|
1292
|
+
|---|---|---|
|
|
1293
|
+
| `country` | `string` | Market country. |
|
|
1294
|
+
| `continent` | `string` | Continent of the country. |
|
|
1295
|
+
| `total_equity_risk_premium` | `number` | Total equity risk premium for the country. |
|
|
1296
|
+
| `country_risk_premium` | `number` | Country-specific risk premium. |
|
|
1297
|
+
|
|
815
1298
|
---
|
|
816
1299
|
|
|
817
1300
|
### `economy.share_price_index`
|
|
@@ -840,6 +1323,14 @@ Summary: Share Price Index
|
|
|
840
1323
|
| `country` | `no` | `string` | `united_states` | The country to get data. Multiple comma separated items allowed |
|
|
841
1324
|
| `frequency` | `no` | `string` | `monthly` | The frequency of the data. |
|
|
842
1325
|
|
|
1326
|
+
#### Response fields
|
|
1327
|
+
|
|
1328
|
+
| Field | Type | Notes |
|
|
1329
|
+
|---|---|---|
|
|
1330
|
+
| `date` | `string` | The date of the data. |
|
|
1331
|
+
| `country` | `string` | country |
|
|
1332
|
+
| `value` | `number` | Share price index value. |
|
|
1333
|
+
|
|
843
1334
|
---
|
|
844
1335
|
|
|
845
1336
|
### `economy.shipping.chokepoint_info`
|
|
@@ -865,6 +1356,24 @@ Summary: Chokepoint Info
|
|
|
865
1356
|
|---|---|---|---|---|
|
|
866
1357
|
| `theme` | `no` | `string | null` | `-` | Theme for the map. Only valid if `openbb-charting` is installed and `chart` parameter is set to `true`. Default is the 'chart_style' setting in `user_settings.json`, if available, otherwise 'dark'. |
|
|
867
1358
|
|
|
1359
|
+
#### Response fields
|
|
1360
|
+
|
|
1361
|
+
| Field | Type | Notes |
|
|
1362
|
+
|---|---|---|
|
|
1363
|
+
| `chokepoint_code` | `string` | Unique ID assigned to the chokepoint by the source. |
|
|
1364
|
+
| `name` | `string` | Port name. |
|
|
1365
|
+
| `latitude` | `number` | Latitude of the chokepoint location. |
|
|
1366
|
+
| `longitude` | `number` | Longitude of the chokepoint location. |
|
|
1367
|
+
| `vessel_count_total` | `integer` | Yearly average number of all ships transiting through the chokepoint. |
|
|
1368
|
+
| `vessel_count_tanker` | `integer` | Yearly average number of tankers transiting through the chokepoint. |
|
|
1369
|
+
| `vessel_count_container` | `integer` | Yearly average number of containers transiting through the chokepoint. |
|
|
1370
|
+
| `vessel_count_general_cargo` | `integer` | Yearly average number of general cargo ships transiting through the chokepoint. |
|
|
1371
|
+
| `vessel_count_dry_bulk` | `integer` | Yearly average number of dry bulk carriers transiting through the chokepoint. |
|
|
1372
|
+
| `vessel_count_roro` | `integer` | Yearly average number of Ro-Ro ships transiting through the chokepoint. |
|
|
1373
|
+
| `industry_top_1` | `string` | First dominant traded industries based on the volume of goods estimated to flow through the chokepoint. |
|
|
1374
|
+
| `industry_top_2` | `string` | Second dominant traded industries based on the volume of goods estimated to flow through the chokepoint. |
|
|
1375
|
+
| `industry_top_3` | `string` | Third dominant traded industries based on the volume of goods estimated to flow through the chokepoint. |
|
|
1376
|
+
|
|
868
1377
|
---
|
|
869
1378
|
|
|
870
1379
|
### `economy.shipping.chokepoint_volume`
|
|
@@ -892,6 +1401,27 @@ Summary: Chokepoint Volume
|
|
|
892
1401
|
| `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. |
|
|
893
1402
|
| `chokepoint` | `no` | `string | null` | `-` | Name of the chokepoint. Use `None` for all chokepoints. Choices are: - suez_canal - panama_canal - bosporus_strait - bab_el_mandeb_strait - malacca_strait - strait_of_hormuz - cape_of_good_hope - gibraltar_strait - dover_strait - oresund_strait - taiwan_strait - korea_strait - tsugaru_strait - luzon_strait - lombok_strait - ombai_strait - bohai_strait - torres_strait - sunda_strait - makassar_strait - magellan_strait - yucatan_channel - windward_passage - mona_passage Multiple comma separated items allowed. |
|
|
894
1403
|
|
|
1404
|
+
#### Response fields
|
|
1405
|
+
|
|
1406
|
+
| Field | Type | Notes |
|
|
1407
|
+
|---|---|---|
|
|
1408
|
+
| `date` | `string` | The date of the data. |
|
|
1409
|
+
| `chokepoint` | `string` | Name of the chokepoint. |
|
|
1410
|
+
| `vessels_total` | `integer` | Number of all ships transiting through the chokepoint on that date. |
|
|
1411
|
+
| `vessels_cargo` | `integer` | Total number of ships (excluding tankers) transiting through the chokepoint at this date. |
|
|
1412
|
+
| `vessels_tanker` | `integer` | Number of tankers transiting through the chokepoint on that date. |
|
|
1413
|
+
| `vessels_container` | `integer` | Number of containers transiting through the chokepoint on that date. |
|
|
1414
|
+
| `vessels_general_cargo` | `integer` | Number of general cargo ships transiting through the chokepoint on that date. |
|
|
1415
|
+
| `vessels_dry_bulk` | `integer` | Yearly average number of dry bulk carriers transiting through the chokepoint. |
|
|
1416
|
+
| `vessels_roro` | `integer` | Yearly average number of Ro-Ro ships transiting through the chokepoint. |
|
|
1417
|
+
| `capacity_total` | `number` | Total trade volume (in metric tons) of all ships transiting through the chokepoint at this date. |
|
|
1418
|
+
| `capacity_cargo` | `number` | Total trade volume (in metric tons) of all ships (excluding tankers) transiting through the chokepoint at this date. |
|
|
1419
|
+
| `capacity_tanker` | `number` | Total trade volume (in metric tons) of tankers transiting through the chokepoint at this date. |
|
|
1420
|
+
| `capacity_container` | `number` | Total trade volume (in metric tons) of containers transiting through the chokepoint at this date. |
|
|
1421
|
+
| `capacity_general_cargo` | `number` | Total trade volume (in metric tons) of general cargo Vessels transiting through the chokepoint at this date. |
|
|
1422
|
+
| `capacity_dry_bulk` | `number` | Total trade volume (in metric tons) of dry bulk carriers transiting through the chokepoint at this date. |
|
|
1423
|
+
| `capacity_roro` | `number` | Total trade volume (in metric tons) of Ro-Ro ships transiting through the chokepoint at this date. |
|
|
1424
|
+
|
|
895
1425
|
---
|
|
896
1426
|
|
|
897
1427
|
### `economy.shipping.port_info`
|
|
@@ -920,6 +1450,30 @@ Summary: Port Info
|
|
|
920
1450
|
| `port_code` | `no` | `string | null` | `-` | This is a dummy parameter to allow grouping in OpenBB Workspace widgets. |
|
|
921
1451
|
| `limit` | `no` | `integer | null` | `-` | Limit the number of results returned. Limit is determined by the annual average number of vessels transiting through the port. If not provided, all ports are returned. |
|
|
922
1452
|
|
|
1453
|
+
#### Response fields
|
|
1454
|
+
|
|
1455
|
+
| Field | Type | Notes |
|
|
1456
|
+
|---|---|---|
|
|
1457
|
+
| `port_code` | `string` | Unique ID assigned to the port. |
|
|
1458
|
+
| `continent` | `string` | Continent where the port is located. |
|
|
1459
|
+
| `country` | `string` | Country where the port is located. |
|
|
1460
|
+
| `country_code` | `string` | 3-letter ISO code of the country where the port is located. |
|
|
1461
|
+
| `port_name` | `string` | Port name. |
|
|
1462
|
+
| `port_full_name` | `string` | Full name of the port. |
|
|
1463
|
+
| `latitude` | `number` | Latitude of the port. |
|
|
1464
|
+
| `longitude` | `number` | Longitude of the port. |
|
|
1465
|
+
| `vessel_count_total` | `integer` | Yearly average number of all ships transiting through the port. |
|
|
1466
|
+
| `vessel_count_tanker` | `integer` | Yearly average number of tankers transiting through the port. |
|
|
1467
|
+
| `vessel_count_container` | `integer` | Yearly average number of containers transiting through the port. |
|
|
1468
|
+
| `vessel_count_general_cargo` | `integer` | Yearly average number of general cargo ships transiting through the port. |
|
|
1469
|
+
| `vessel_count_dry_bulk` | `integer` | Yearly average number of dry bulk carriers transiting through the port. |
|
|
1470
|
+
| `vessel_count_roro` | `integer` | Yearly average number of Ro-Ro ships transiting through the port. |
|
|
1471
|
+
| `industry_top_1` | `string` | First dominant traded industries based on the volume of goods estimated to flow through the port. |
|
|
1472
|
+
| `industry_top_2` | `string` | Second dominant traded industries based on the volume of goods estimated to flow through the port. |
|
|
1473
|
+
| `industry_top_3` | `string` | Third dominant traded industries based on the volume of goods estimated to flow through the port. |
|
|
1474
|
+
| `share_country_maritime_import` | `number` | Share of the total maritime imports of the country that are estimated to flow through the port. |
|
|
1475
|
+
| `share_country_maritime_export` | `number` | Share of the total maritime exports of the country that are estimated to flow through the port. |
|
|
1476
|
+
|
|
923
1477
|
---
|
|
924
1478
|
|
|
925
1479
|
### `economy.shipping.port_volume`
|
|
@@ -948,6 +1502,40 @@ Summary: Port Volume
|
|
|
948
1502
|
| `port_code` | `no` | `string | null` | `-` | Port code to filter results by a specific port. This parameter is ignored if `country` parameter is provided. To get a list of available ports, use `obb.economy.shipping.port_info()`. Multiple comma separated items allowed. |
|
|
949
1503
|
| `country` | `no` | `string | null` | `-` | Country to focus on. Enter as a 3-letter ISO country code. This parameter is overridden by `port_code` if both are provided. |
|
|
950
1504
|
|
|
1505
|
+
#### Response fields
|
|
1506
|
+
|
|
1507
|
+
| Field | Type | Notes |
|
|
1508
|
+
|---|---|---|
|
|
1509
|
+
| `date` | `string` | The date of the data. |
|
|
1510
|
+
| `port_code` | `string` | Port code. |
|
|
1511
|
+
| `port_name` | `string` | Port name. |
|
|
1512
|
+
| `country` | `string` | Country where the port is located. |
|
|
1513
|
+
| `country_code` | `string` | 3-letter ISO country code of the country where the port is located. |
|
|
1514
|
+
| `portcalls` | `integer` | Total number of ships entering the port at this date. |
|
|
1515
|
+
| `portcalls_tanker` | `integer` | Number of tankers transiting through the chokepoint or making a port call. |
|
|
1516
|
+
| `portcalls_container` | `integer` | Number of containers transiting through the chokepoint or making a port call. |
|
|
1517
|
+
| `portcalls_general_cargo` | `integer` | Number of general cargo ships transiting through the chokepoint or making a port call. |
|
|
1518
|
+
| `portcalls_dry_bulk` | `integer` | Number of dry bulk carriers transiting through the chokepoint or making a port call. |
|
|
1519
|
+
| `portcalls_roro` | `integer` | Number of Ro-Ro ships transiting through the chokepoint or making a port call. |
|
|
1520
|
+
| `imports` | `number` | Total import volume (in metric tons) of all ships entering the port at this date. |
|
|
1521
|
+
| `imports_cargo` | `number` | Total import volume (in metric tons) of all ships (excluding tankers) entering the port at this date. |
|
|
1522
|
+
| `imports_tanker` | `number` | Total import volume (in metric tons) of tankers entering the port at this date. |
|
|
1523
|
+
| `imports_container` | `number` | Total import volume (in metric tons) of all container ships entering the port at this date. |
|
|
1524
|
+
| `imports_general_cargo` | `number` | Total import volume (in metric tons) of general cargo ships entering the port at this date. |
|
|
1525
|
+
| `imports_dry_bulk` | `number` | Total import volume (in metric tons) of dry bulk carriers entering the port at this date. |
|
|
1526
|
+
| `imports_roro` | `number` | Total import volume (in metric tons) of Ro-Ro ships entering the port at this date. |
|
|
1527
|
+
| `exports` | `number` | Total export volume (in metric tons) of all ships entering the port at this date. |
|
|
1528
|
+
| `exports_cargo` | `number` | Total export volume (in metric tons) of all ships (excluding tankers) entering the port at this date. |
|
|
1529
|
+
| `exports_tanker` | `number` | Total export volume (in metric tons) of tankers entering the port at this date. |
|
|
1530
|
+
| `exports_container` | `number` | Total export volume (in metric tons) of all container ships entering the port at this date. |
|
|
1531
|
+
| `exports_general_cargo` | `number` | Total export volume (in metric tons) of general cargo ships entering the port at this date. |
|
|
1532
|
+
| `exports_dry_bulk` | `number` | Total export volume (in metric tons) of dry bulk carriers entering the port at this date. |
|
|
1533
|
+
| `exports_roro` | `number` | Total export volume (in metric tons) of Ro-Ro ships entering the port at this date. |
|
|
1534
|
+
| `export_dwell_time` | `number` | EconDB model estimate for the average number of days from when a container enters the terminal gates until it is loaded on a vessel. |
|
|
1535
|
+
| `import_dwell_time` | `number` | EconDB model estimate for the average number of days from when a container is discharged from a vessel until it exits the terminal gates. |
|
|
1536
|
+
| `import_teu` | `integer` | EconDB model estimate for the number of TEUs of containers imported through the port. |
|
|
1537
|
+
| `export_teu` | `integer` | EconDB model estimate for the number of TEUs of containers exported through the port. |
|
|
1538
|
+
|
|
951
1539
|
---
|
|
952
1540
|
|
|
953
1541
|
### `economy.survey.bls_search`
|
|
@@ -976,6 +1564,14 @@ Summary: Bls Search
|
|
|
976
1564
|
| `include_extras` | `no` | `boolean` | `false` | Include additional information in the search results. Extra fields returned are metadata and vary by survey. Fields are undefined strings that typically have names ending with '_code'. |
|
|
977
1565
|
| `include_code_map` | `no` | `boolean` | `false` | When True, includes the complete code map for eaçh survey in the category, returned separately as a nested JSON to the `extras['results_metadata']` property of the response. Example content is the NAICS industry map for PPI surveys. Each code is a value within the 'symbol' of the time series. |
|
|
978
1566
|
|
|
1567
|
+
#### Response fields
|
|
1568
|
+
|
|
1569
|
+
| Field | Type | Notes |
|
|
1570
|
+
|---|---|---|
|
|
1571
|
+
| `symbol` | `string` | Symbol representing the entity requested in the data. |
|
|
1572
|
+
| `title` | `string` | The title of the series. |
|
|
1573
|
+
| `survey_name` | `string` | The name of the survey. |
|
|
1574
|
+
|
|
979
1575
|
---
|
|
980
1576
|
|
|
981
1577
|
### `economy.survey.bls_series`
|
|
@@ -1006,6 +1602,25 @@ Summary: Bls Series
|
|
|
1006
1602
|
| `annual_average` | `no` | `boolean` | `false` | Include annual averages in the response, if available. Default is False. |
|
|
1007
1603
|
| `aspects` | `no` | `boolean` | `false` | Include all aspects associated with a data point for a given BLS series ID, if available. Returned with the series metadata, under `extras` of the response object. Default is False. |
|
|
1008
1604
|
|
|
1605
|
+
#### Response fields
|
|
1606
|
+
|
|
1607
|
+
| Field | Type | Notes |
|
|
1608
|
+
|---|---|---|
|
|
1609
|
+
| `date` | `string` | The date of the data. |
|
|
1610
|
+
| `symbol` | `string` | Symbol representing the entity requested in the data. |
|
|
1611
|
+
| `title` | `string` | Title of the series. |
|
|
1612
|
+
| `value` | `number` | Observation value for the symbol and date. |
|
|
1613
|
+
| `change_1_m` | `number` | One month change in value. |
|
|
1614
|
+
| `change_3_m` | `number` | Three month change in value. |
|
|
1615
|
+
| `change_6_m` | `number` | Six month change in value. |
|
|
1616
|
+
| `change_12_m` | `number` | One year change in value. |
|
|
1617
|
+
| `change_percent_1_m` | `number` | One month change in percent. |
|
|
1618
|
+
| `change_percent_3_m` | `number` | Three month change in percent. |
|
|
1619
|
+
| `change_percent_6_m` | `number` | Six month change in percent. |
|
|
1620
|
+
| `change_percent_12_m` | `number` | One year change in percent. |
|
|
1621
|
+
| `latest` | `boolean` | Latest value indicator. |
|
|
1622
|
+
| `footnotes` | `string` | Footnotes accompanying the value. |
|
|
1623
|
+
|
|
1009
1624
|
---
|
|
1010
1625
|
|
|
1011
1626
|
### `economy.survey.economic_conditions_chicago`
|
|
@@ -1035,6 +1650,21 @@ Summary: Economic Conditions Chicago
|
|
|
1035
1650
|
| `aggregation_method` | `no` | `string | null` | `-` | A key that indicates the aggregation method used for frequency aggregation. avg = Average sum = Sum eop = End of Period |
|
|
1036
1651
|
| `transform` | `no` | `string | null` | `-` | Transformation type None = No transformation chg = Change ch1 = Change from Year Ago pch = Percent Change pc1 = Percent Change from Year Ago pca = Compounded Annual Rate of Change cch = Continuously Compounded Rate of Change cca = Continuously Compounded Annual Rate of Change log = Natural Log |
|
|
1037
1652
|
|
|
1653
|
+
#### Response fields
|
|
1654
|
+
|
|
1655
|
+
| Field | Type | Notes |
|
|
1656
|
+
|---|---|---|
|
|
1657
|
+
| `date` | `string` | The date of the data. |
|
|
1658
|
+
| `activity_index` | `number` | Activity Index. |
|
|
1659
|
+
| `one_year_outlook` | `number` | One Year Outlook Index. |
|
|
1660
|
+
| `manufacturing_activity` | `number` | Manufacturing Activity Index. |
|
|
1661
|
+
| `non_manufacturing_activity` | `number` | Non-Manufacturing Activity Index. |
|
|
1662
|
+
| `capital_expenditures_expectations` | `number` | Capital Expenditures Expectations Index. |
|
|
1663
|
+
| `hiring_expectations` | `number` | Hiring Expectations Index. |
|
|
1664
|
+
| `current_hiring` | `number` | Current Hiring Index. |
|
|
1665
|
+
| `labor_costs` | `number` | Labor Costs Index. |
|
|
1666
|
+
| `non_labor_costs` | `number` | Non-Labor Costs Index. |
|
|
1667
|
+
|
|
1038
1668
|
---
|
|
1039
1669
|
|
|
1040
1670
|
### `economy.survey.inflation_expectations`
|
|
@@ -1061,6 +1691,15 @@ Summary: Inflation Expectations
|
|
|
1061
1691
|
| `start_date` | `no` | `string | null` | `-` | Start date of the data, in YYYY-MM-DD format. Data begins from 1970-04-01 and is quarterly. |
|
|
1062
1692
|
| `end_date` | `no` | `string | null` | `-` | End date of the data, in YYYY-MM-DD format. |
|
|
1063
1693
|
|
|
1694
|
+
#### Response fields
|
|
1695
|
+
|
|
1696
|
+
| Field | Type | Notes |
|
|
1697
|
+
|---|---|---|
|
|
1698
|
+
| `date` | `string` | The date of the survey (first day of the survey quarter). |
|
|
1699
|
+
| `infpgdp1yr` | `number` | One-year-ahead annual-average GDP price index inflation forecast. |
|
|
1700
|
+
| `infcpi1yr` | `number` | One-year-ahead annual-average CPI inflation forecast. |
|
|
1701
|
+
| `infcpi10yr` | `number` | Ten-year-ahead annual-average CPI inflation forecast. |
|
|
1702
|
+
|
|
1064
1703
|
---
|
|
1065
1704
|
|
|
1066
1705
|
### `economy.survey.manufacturing_outlook_ny`
|
|
@@ -1092,6 +1731,17 @@ Summary: Manufacturing Outlook Ny
|
|
|
1092
1731
|
| `aggregation_method` | `no` | `string | null` | `-` | A key that indicates the aggregation method used for frequency aggregation. avg = Average sum = Sum eop = End of Period |
|
|
1093
1732
|
| `transform` | `no` | `string | null` | `-` | Transformation type None = No transformation chg = Change ch1 = Change from Year Ago pch = Percent Change pc1 = Percent Change from Year Ago pca = Compounded Annual Rate of Change cch = Continuously Compounded Rate of Change cca = Continuously Compounded Annual Rate of Change log = Natural Log |
|
|
1094
1733
|
|
|
1734
|
+
#### Response fields
|
|
1735
|
+
|
|
1736
|
+
| Field | Type | Notes |
|
|
1737
|
+
|---|---|---|
|
|
1738
|
+
| `date` | `string` | The date of the data. |
|
|
1739
|
+
| `topic` | `string` | Topic of the survey response. |
|
|
1740
|
+
| `diffusion_index` | `number` | Diffusion Index. |
|
|
1741
|
+
| `percent_reporting_increase` | `number` | Percent of respondents reporting an increase over the last month. |
|
|
1742
|
+
| `percent_reporting_decrease` | `number` | Percent of respondents reporting a decrease over the last month. |
|
|
1743
|
+
| `percent_reporting_no_change` | `number` | Percent of respondents reporting no change over the last month. |
|
|
1744
|
+
|
|
1095
1745
|
---
|
|
1096
1746
|
|
|
1097
1747
|
### `economy.survey.manufacturing_outlook_texas`
|
|
@@ -1122,6 +1772,17 @@ Summary: Manufacturing Outlook Texas
|
|
|
1122
1772
|
| `aggregation_method` | `no` | `string | null` | `-` | A key that indicates the aggregation method used for frequency aggregation. avg = Average sum = Sum eop = End of Period |
|
|
1123
1773
|
| `transform` | `no` | `string | null` | `-` | Transformation type None = No transformation chg = Change ch1 = Change from Year Ago pch = Percent Change pc1 = Percent Change from Year Ago pca = Compounded Annual Rate of Change cch = Continuously Compounded Rate of Change cca = Continuously Compounded Annual Rate of Change log = Natural Log |
|
|
1124
1774
|
|
|
1775
|
+
#### Response fields
|
|
1776
|
+
|
|
1777
|
+
| Field | Type | Notes |
|
|
1778
|
+
|---|---|---|
|
|
1779
|
+
| `date` | `string` | The date of the data. |
|
|
1780
|
+
| `topic` | `string` | Topic of the survey response. |
|
|
1781
|
+
| `diffusion_index` | `number` | Diffusion Index. |
|
|
1782
|
+
| `percent_reporting_increase` | `number` | Percent of respondents reporting an increase over the last month. |
|
|
1783
|
+
| `percent_reporting_decrease` | `number` | Percent of respondents reporting a decrease over the last month. |
|
|
1784
|
+
| `percent_reporting_no_change` | `number` | Percent of respondents reporting no change over the last month. |
|
|
1785
|
+
|
|
1125
1786
|
---
|
|
1126
1787
|
|
|
1127
1788
|
### `economy.survey.nonfarm_payrolls`
|
|
@@ -1148,6 +1809,19 @@ Summary: Nonfarm Payrolls
|
|
|
1148
1809
|
| `date` | `no` | `string | null` | `-` | A specific date to get data for. Default is the latest report. Multiple comma separated items allowed |
|
|
1149
1810
|
| `category` | `no` | `string` | `employees_nsa` | The category to query. |
|
|
1150
1811
|
|
|
1812
|
+
#### Response fields
|
|
1813
|
+
|
|
1814
|
+
| Field | Type | Notes |
|
|
1815
|
+
|---|---|---|
|
|
1816
|
+
| `date` | `string` | The date of the data. |
|
|
1817
|
+
| `symbol` | `string` | Symbol representing the entity requested in the data. |
|
|
1818
|
+
| `value` | `number` | value |
|
|
1819
|
+
| `name` | `string` | The name of the series. |
|
|
1820
|
+
| `element_id` | `string` | The element id in the parent/child relationship. |
|
|
1821
|
+
| `parent_id` | `string` | The parent id in the parent/child relationship. |
|
|
1822
|
+
| `children` | `string` | The element_id of each child, as a comma-separated string. |
|
|
1823
|
+
| `level` | `integer` | The indentation level of the element. |
|
|
1824
|
+
|
|
1151
1825
|
---
|
|
1152
1826
|
|
|
1153
1827
|
### `economy.survey.sloos`
|
|
@@ -1176,6 +1850,15 @@ Summary: Sloos
|
|
|
1176
1850
|
| `category` | `no` | `string` | `spreads` | Category of survey response. |
|
|
1177
1851
|
| `transform` | `no` | `string | null` | `-` | Transformation type None = No transformation chg = Change ch1 = Change from Year Ago pch = Percent Change pc1 = Percent Change from Year Ago pca = Compounded Annual Rate of Change cch = Continuously Compounded Rate of Change cca = Continuously Compounded Annual Rate of Change log = Natural Log |
|
|
1178
1852
|
|
|
1853
|
+
#### Response fields
|
|
1854
|
+
|
|
1855
|
+
| Field | Type | Notes |
|
|
1856
|
+
|---|---|---|
|
|
1857
|
+
| `date` | `string` | The date of the data. |
|
|
1858
|
+
| `symbol` | `string` | Symbol representing the entity requested in the data. |
|
|
1859
|
+
| `value` | `number` | Survey value. |
|
|
1860
|
+
| `title` | `string` | Survey title. |
|
|
1861
|
+
|
|
1179
1862
|
---
|
|
1180
1863
|
|
|
1181
1864
|
### `economy.survey.university_of_michigan`
|
|
@@ -1205,6 +1888,14 @@ Summary: University Of Michigan
|
|
|
1205
1888
|
| `aggregation_method` | `no` | `string | null` | `-` | A key that indicates the aggregation method used for frequency aggregation. avg = Average sum = Sum eop = End of Period |
|
|
1206
1889
|
| `transform` | `no` | `string | null` | `-` | Transformation type None = No transformation chg = Change ch1 = Change from Year Ago pch = Percent Change pc1 = Percent Change from Year Ago pca = Compounded Annual Rate of Change cch = Continuously Compounded Rate of Change cca = Continuously Compounded Annual Rate of Change log = Natural Log |
|
|
1207
1890
|
|
|
1891
|
+
#### Response fields
|
|
1892
|
+
|
|
1893
|
+
| Field | Type | Notes |
|
|
1894
|
+
|---|---|---|
|
|
1895
|
+
| `date` | `string` | The date of the data. |
|
|
1896
|
+
| `consumer_sentiment` | `number` | Index of the results of the University of Michigan's monthly Survey of Consumers (1966:Q1=100). |
|
|
1897
|
+
| `inflation_expectation` | `number` | Median expected price change next 12 months, Surveys of Consumers. |
|
|
1898
|
+
|
|
1208
1899
|
---
|
|
1209
1900
|
|
|
1210
1901
|
### `economy.total_factor_productivity`
|
|
@@ -1232,6 +1923,43 @@ Summary: Total Factor Productivity
|
|
|
1232
1923
|
| `start_date` | `no` | `string | null` | `-` | Start date of the data, in YYYY-MM-DD format. Only applicable for time series data (quarter/annual). |
|
|
1233
1924
|
| `end_date` | `no` | `string | null` | `-` | End date of the data, in YYYY-MM-DD format. Only applicable for time series data (quarter/annual). |
|
|
1234
1925
|
|
|
1926
|
+
#### Response fields
|
|
1927
|
+
|
|
1928
|
+
| Field | Type | Notes |
|
|
1929
|
+
|---|---|---|
|
|
1930
|
+
| `variable` | `string` | The variable name (e.g., 'd_y', 'd_tfp', 'd_tfp_util'). |
|
|
1931
|
+
| `variable_title` | `string` | Human-readable title for the variable. |
|
|
1932
|
+
| `full_sample_mean` | `number` | Mean value over the full sample period. |
|
|
1933
|
+
| `past_4_quarters` | `number` | Mean value over the past 4 quarters. |
|
|
1934
|
+
| `past_8_quarters` | `number` | Mean value over the past 8 quarters. |
|
|
1935
|
+
| `since_2019` | `number` | Mean value since 2019:Q4. |
|
|
1936
|
+
| `period_2004_2019` | `number` | Mean value for the period 2004:Q4 to 2019:Q4. |
|
|
1937
|
+
| `period_1995_2004` | `number` | Mean value for the period 1995:Q4 to 2004:Q4. |
|
|
1938
|
+
| `period_1973_1995` | `number` | Mean value for the period 1973:Q1 to 1995:Q4. |
|
|
1939
|
+
| `period_1947_1973` | `number` | Mean value for the period 1947:Q1 to 1973:Q1. |
|
|
1940
|
+
| `date` | `string` | The date of the data. |
|
|
1941
|
+
| `d_y_prod` | `number` | Business output, expenditure (product) side. |
|
|
1942
|
+
| `d_y_inc` | `number` | Business output, measured from income side. |
|
|
1943
|
+
| `d_y` | `number` | Output. Average of d_y_prod and d_y_inc. |
|
|
1944
|
+
| `d_hours` | `number` | Hours worked in the business sector. |
|
|
1945
|
+
| `d_lp` | `number` | Business-sector labor productivity. |
|
|
1946
|
+
| `d_k` | `number` | Capital input. |
|
|
1947
|
+
| `d_lq_bls_interpolated` | `number` | Labor composition/quality from BLS (pre-1979 interpolated). |
|
|
1948
|
+
| `d_lq_aaronson_sullivan` | `number` | Labor composition/quality following Aaronson-Sullivan (1979 onwards). |
|
|
1949
|
+
| `d_lq` | `number` | Labor composition/quality actually used. |
|
|
1950
|
+
| `alpha` | `number` | Capital's share of income (ratio between 0 and 1). |
|
|
1951
|
+
| `d_tfp` | `number` | Business sector Total Factor Productivity. |
|
|
1952
|
+
| `d_util` | `number` | Utilization adjustment for capital and labor. |
|
|
1953
|
+
| `d_tfp_util` | `number` | Utilization-adjusted Total Factor Productivity. |
|
|
1954
|
+
| `relative_price` | `number` | Relative price growth of 'consumption' to price of 'equipment'. |
|
|
1955
|
+
| `inv_share` | `number` | Equipment and consumer durables share of business output (ratio between 0 and 1). |
|
|
1956
|
+
| `d_tfp_i` | `number` | TFP in equipment and consumer durables sector. |
|
|
1957
|
+
| `d_tfp_c` | `number` | TFP in non-equipment business output ('consumption' goods and services). |
|
|
1958
|
+
| `d_u_invest` | `number` | Utilization adjustment in producing investment goods. |
|
|
1959
|
+
| `d_u_consumption` | `number` | Utilization adjustment in producing non-investment business output. |
|
|
1960
|
+
| `d_tfp_i_util` | `number` | Utilization-adjusted TFP in producing equipment and consumer durables. |
|
|
1961
|
+
| `d_tfp_c_util` | `number` | Utilization-adjusted TFP in producing non-equipment business output. |
|
|
1962
|
+
|
|
1235
1963
|
---
|
|
1236
1964
|
|
|
1237
1965
|
### `economy.unemployment`
|
|
@@ -1262,3 +1990,11 @@ Summary: Unemployment
|
|
|
1262
1990
|
| `sex` | `no` | `string` | `total` | Sex to get unemployment for. |
|
|
1263
1991
|
| `age` | `no` | `string` | `total` | Age group to get unemployment for. Total indicates 15 years or over |
|
|
1264
1992
|
| `seasonal_adjustment` | `no` | `boolean` | `false` | Whether to get seasonally adjusted unemployment. Defaults to False. |
|
|
1993
|
+
|
|
1994
|
+
#### Response fields
|
|
1995
|
+
|
|
1996
|
+
| Field | Type | Notes |
|
|
1997
|
+
|---|---|---|
|
|
1998
|
+
| `date` | `string` | The date of the data. |
|
|
1999
|
+
| `country` | `string` | Country for which unemployment rate is given |
|
|
2000
|
+
| `value` | `number` | Unemployment rate, as a normalized percent. |
|