nonfarm_payroll
Retrieve nonfarm payroll data to analyze employment trends and economic indicators for informed financial decision-making.
Instructions
Fetch nonfarm payroll
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datatype | No |
Input Schema (JSON Schema)
{
"properties": {
"datatype": {
"type": "string"
}
},
"required": [],
"type": "object"
}