economicIndicators_durableGoodsOrders
Analyze US durable goods orders data to assess economic trends and manufacturing activity. Retrieve data in JSON or CSV format for informed financial decisions.
Instructions
Retrieves US durable goods orders data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
datatype | No | Data format for the response. | json |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"description": "Common parameter schema accepting only datatype.",
"properties": {
"datatype": {
"default": "json",
"description": "Data format for the response.",
"enum": [
"json",
"csv"
],
"type": "string"
}
},
"type": "object"
}