id stringlengths 53 86 | api_name stringlengths 2 76 | api_description stringlengths 1 500 ⌀ | api_score float64 0 10 ⌀ | endpoint_name stringlengths 1 190 | endpoint_description stringlengths 0 500 | response_status_code int64 100 505 | response_summary stringlengths 1 68 ⌀ | response_json stringlengths 6 50k | response_json_schema stringlengths 14 150k |
|---|---|---|---|---|---|---|---|---|---|
7eaa3365-9486-4a24-9af1-bdba5325b13d/bbf49875-51d7-4c6f-bbb7-1e497e752d39/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_mail_templates__template_id__patch | Update custom template by ID | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/65359a37-cbba-475d-ad04-02bb85a1056c/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_domains_mailbox_domains_get | Get domains | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/65359a37-cbba-475d-ad04-02bb85a1056c/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_domains_mailbox_domains_get | Get domains | 200 | null | {"data": [{"id": "", "partner_id": "", "domain": "", "status": "", "provider": "", "dns_records": {}}]} | {"title": "DomainListResponse", "required": ["data"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "DomainResponse", "required": ["id", "partner_id", "domain", "status", "provider", "dns_records"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "description": "Entry UUID", "format": "uuid4"}, "partner_id": {"title": "Partner Id", "type": "string", "format": "uuid4"}, "domain": {"title": "Domain", "type": "string"}, "status": {"title": "Status", "type": "string"}, "provider": {"title": "Provider", "type": "string"}, "dns_records": {"title": "Dns Records", "type": "object"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/65359a37-cbba-475d-ad04-02bb85a1056c/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_domains_mailbox_domains_get | Get domains | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/65359a37-cbba-475d-ad04-02bb85a1056c/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_domains_mailbox_domains_get | Get domains | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/65359a37-cbba-475d-ad04-02bb85a1056c/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_domains_mailbox_domains_get | Get domains | 400 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/65359a37-cbba-475d-ad04-02bb85a1056c/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_domains_mailbox_domains_get | Get domains | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f04b18b4-968b-4273-805d-08f0ac562cb3/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_single_pipeline_workflows_pipelines__pipeline_id__get | Get pipeline | 200 | null | {"id": "", "object_type": "", "object_id": "", "error_text": "", "status": "in_progress", "workflow_id": "", "created_at": "", "updated_at": ""} | {"title": "PipelineResponseSchema", "required": ["id", "object_type", "object_id", "status", "workflow_id", "created_at", "updated_at"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "format": "uuid4"}, "object_type": {"title": "Object Type", "type": "string"}, "object_id": {"title": "Object Id", "type": "string", "format": "uuid4"}, "error_text": {"title": "Error Text", "type": "string"}, "status": {"title": "WorkflowPipelineStatusEnum", "enum": ["in_progress", "failed", "done", "pending", "outdated"], "type": "string", "description": "An enumeration."}, "workflow_id": {"title": "Workflow Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f04b18b4-968b-4273-805d-08f0ac562cb3/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_single_pipeline_workflows_pipelines__pipeline_id__get | Get pipeline | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f04b18b4-968b-4273-805d-08f0ac562cb3/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_single_pipeline_workflows_pipelines__pipeline_id__get | Get pipeline | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f04b18b4-968b-4273-805d-08f0ac562cb3/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_single_pipeline_workflows_pipelines__pipeline_id__get | Get pipeline | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f04b18b4-968b-4273-805d-08f0ac562cb3/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_single_pipeline_workflows_pipelines__pipeline_id__get | Get pipeline | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f04b18b4-968b-4273-805d-08f0ac562cb3/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_single_pipeline_workflows_pipelines__pipeline_id__get | Get pipeline | 400 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f04b18b4-968b-4273-805d-08f0ac562cb3/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_single_pipeline_workflows_pipelines__pipeline_id__get | Get pipeline | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/f04b18b4-968b-4273-805d-08f0ac562cb3/7/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_single_pipeline_workflows_pipelines__pipeline_id__get | Get pipeline | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/2dc6a0a8-fc9f-41fe-9da5-b31d5ce311b9/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_by_id_approvals__approval_id__get | Get approval by ID | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/2dc6a0a8-fc9f-41fe-9da5-b31d5ce311b9/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_by_id_approvals__approval_id__get | Get approval by ID | 400 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/2dc6a0a8-fc9f-41fe-9da5-b31d5ce311b9/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_by_id_approvals__approval_id__get | Get approval by ID | 406 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/2dc6a0a8-fc9f-41fe-9da5-b31d5ce311b9/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_by_id_approvals__approval_id__get | Get approval by ID | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/2dc6a0a8-fc9f-41fe-9da5-b31d5ce311b9/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_by_id_approvals__approval_id__get | Get approval by ID | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/2dc6a0a8-fc9f-41fe-9da5-b31d5ce311b9/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_by_id_approvals__approval_id__get | Get approval by ID | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/2dc6a0a8-fc9f-41fe-9da5-b31d5ce311b9/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_by_id_approvals__approval_id__get | Get approval by ID | 200 | null | {"id": "", "object_type": "partner", "object_id": "", "action_name": "", "status": "active", "created_at": "", "updated_at": ""} | {"title": "ApprovalResponse", "required": ["id", "object_type", "object_id", "action_name", "status", "created_at", "updated_at"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "format": "uuid4"}, "object_type": {"title": "ObjectType", "enum": ["partner", "partner_internal_config", "partner_token", "partner_settings", "approval", "comment", "export", "entity", "entity_token", "entity_user", "entity_user_token", "entity_bank_account", "payable", "receivable", "reconciliation", "role", "todo_task", "todo_task_mute", "transaction", "workflow", "workflow_pipeline", "counterpart", "counterpart_bank_account", "counterpart_contact_person", "webhook", "audit_trail", "tag"], "type": "string", "description": "An enumeration."}, "object_id": {"title": "Object Id", "type": "string", "format": "uuid4"}, "action_name": {"title": "Action Name", "type": "string"}, "status": {"title": "ApprovalStatusEnum", "enum": ["active", "approved", "rejected", "discarded"], "type": "string", "description": "An enumeration."}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/2dc6a0a8-fc9f-41fe-9da5-b31d5ce311b9/7/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_by_id_approvals__approval_id__get | Get approval by ID | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/82da890b-c5cf-4d1b-a016-0c542ab25824/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_pipelines_workflows_pipelines_get | Get pipelines | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/82da890b-c5cf-4d1b-a016-0c542ab25824/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_pipelines_workflows_pipelines_get | Get pipelines | 400 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/82da890b-c5cf-4d1b-a016-0c542ab25824/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_pipelines_workflows_pipelines_get | Get pipelines | 406 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/82da890b-c5cf-4d1b-a016-0c542ab25824/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_pipelines_workflows_pipelines_get | Get pipelines | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/82da890b-c5cf-4d1b-a016-0c542ab25824/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_pipelines_workflows_pipelines_get | Get pipelines | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/82da890b-c5cf-4d1b-a016-0c542ab25824/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_pipelines_workflows_pipelines_get | Get pipelines | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/82da890b-c5cf-4d1b-a016-0c542ab25824/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_pipelines_workflows_pipelines_get | Get pipelines | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/82da890b-c5cf-4d1b-a016-0c542ab25824/7/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_pipelines_workflows_pipelines_get | Get pipelines | 200 | null | {"data": [{"id": "", "object_type": "", "object_id": "", "error_text": "", "status": "in_progress", "workflow_id": "", "created_at": "", "updated_at": ""}], "prev_pagination_token": "", "next_pagination_token": ""} | {"title": "PipelinesPaginationResponse", "required": ["data"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "PipelineResponseSchema", "required": ["id", "object_type", "object_id", "status", "workflow_id", "created_at", "updated_at"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "format": "uuid4"}, "object_type": {"title": "Object Type", "type": "string"}, "object_id": {"title": "Object Id", "type": "string", "format": "uuid4"}, "error_text": {"title": "Error Text", "type": "string"}, "status": {"title": "WorkflowPipelineStatusEnum", "enum": ["in_progress", "failed", "done", "pending", "outdated"], "type": "string", "description": "An enumeration."}, "workflow_id": {"title": "Workflow Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}}}, "description": "A paginated list of pipelines."}, "prev_pagination_token": {"title": "Prev Pagination Token", "type": "string", "description": "optional querystring with pagination parameters, null if there is no page"}, "next_pagination_token": {"title": "Next Pagination Token", "type": "string", "description": "optional querystring with pagination parameters, null if there is no page"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/82da890b-c5cf-4d1b-a016-0c542ab25824/8/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | read_pipelines_workflows_pipelines_get | Get pipelines | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/e4b34211-9c86-4c06-b96b-043760102efe/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_mailbox_mailboxes__mailbox_id__delete | Remove a mailbox associated with a Monite workflow. | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/e4b34211-9c86-4c06-b96b-043760102efe/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_mailbox_mailboxes__mailbox_id__delete | Remove a mailbox associated with a Monite workflow. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/e4b34211-9c86-4c06-b96b-043760102efe/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_mailbox_mailboxes__mailbox_id__delete | Remove a mailbox associated with a Monite workflow. | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/e4b34211-9c86-4c06-b96b-043760102efe/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_mailbox_mailboxes__mailbox_id__delete | Remove a mailbox associated with a Monite workflow. | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/e4b34211-9c86-4c06-b96b-043760102efe/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_mailbox_mailboxes__mailbox_id__delete | Remove a mailbox associated with a Monite workflow. | 409 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/e4b34211-9c86-4c06-b96b-043760102efe/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_mailbox_mailboxes__mailbox_id__delete | Remove a mailbox associated with a Monite workflow. | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/e4b34211-9c86-4c06-b96b-043760102efe/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_mailbox_mailboxes__mailbox_id__delete | Remove a mailbox associated with a Monite workflow. | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/e4b34211-9c86-4c06-b96b-043760102efe/8/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_mailbox_mailboxes__mailbox_id__delete | Remove a mailbox associated with a Monite workflow. | 400 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/22a39b51-a36e-497a-b5a1-3661846236f3/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | init_payment_payment_intents_post | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} | |
7eaa3365-9486-4a24-9af1-bdba5325b13d/22a39b51-a36e-497a-b5a1-3661846236f3/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | init_payment_payment_intents_post | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} | |
7eaa3365-9486-4a24-9af1-bdba5325b13d/22a39b51-a36e-497a-b5a1-3661846236f3/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | init_payment_payment_intents_post | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} | |
7eaa3365-9486-4a24-9af1-bdba5325b13d/22a39b51-a36e-497a-b5a1-3661846236f3/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | init_payment_payment_intents_post | 406 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} | |
7eaa3365-9486-4a24-9af1-bdba5325b13d/22a39b51-a36e-497a-b5a1-3661846236f3/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | init_payment_payment_intents_post | 409 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} | |
7eaa3365-9486-4a24-9af1-bdba5325b13d/22a39b51-a36e-497a-b5a1-3661846236f3/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | init_payment_payment_intents_post | 400 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} | |
7eaa3365-9486-4a24-9af1-bdba5325b13d/22a39b51-a36e-497a-b5a1-3661846236f3/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | init_payment_payment_intents_post | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} | |
7eaa3365-9486-4a24-9af1-bdba5325b13d/22a39b51-a36e-497a-b5a1-3661846236f3/7/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | init_payment_payment_intents_post | 200 | null | {"url": ""} | {"title": "CheckoutSessionResponse", "required": ["url"], "type": "object", "properties": {"url": {"title": "Url", "maxLength": 2083, "minLength": 1, "type": "string", "format": "uri"}}} | |
7eaa3365-9486-4a24-9af1-bdba5325b13d/22a39b51-a36e-497a-b5a1-3661846236f3/8/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | init_payment_payment_intents_post | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} | |
7eaa3365-9486-4a24-9af1-bdba5325b13d/22a39b51-a36e-497a-b5a1-3661846236f3/9/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | init_payment_payment_intents_post | 416 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} | |
7eaa3365-9486-4a24-9af1-bdba5325b13d/22a39b51-a36e-497a-b5a1-3661846236f3/10/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | init_payment_payment_intents_post | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} | |
7eaa3365-9486-4a24-9af1-bdba5325b13d/658aeaf8-2cc5-4f7c-bafa-1e3f5d63ab44/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_measure_unit_by_id_measure_units__measure_unit_id__get | This endpoint retrieves the measuring unit with the given ID. | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/658aeaf8-2cc5-4f7c-bafa-1e3f5d63ab44/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_measure_unit_by_id_measure_units__measure_unit_id__get | This endpoint retrieves the measuring unit with the given ID. | 200 | null | {"name": "", "description": "", "id": "", "created_at": "", "updated_at": ""} | {"title": "UnitResponse", "required": ["name", "created_at", "updated_at"], "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "description": {"title": "Description", "type": "string"}, "id": {"title": "Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/658aeaf8-2cc5-4f7c-bafa-1e3f5d63ab44/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_measure_unit_by_id_measure_units__measure_unit_id__get | This endpoint retrieves the measuring unit with the given ID. | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/658aeaf8-2cc5-4f7c-bafa-1e3f5d63ab44/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_measure_unit_by_id_measure_units__measure_unit_id__get | This endpoint retrieves the measuring unit with the given ID. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/658aeaf8-2cc5-4f7c-bafa-1e3f5d63ab44/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_measure_unit_by_id_measure_units__measure_unit_id__get | This endpoint retrieves the measuring unit with the given ID. | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/658aeaf8-2cc5-4f7c-bafa-1e3f5d63ab44/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_measure_unit_by_id_measure_units__measure_unit_id__get | This endpoint retrieves the measuring unit with the given ID. | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/89d93e3d-0eda-4139-89ae-afabde20d548/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_measure_unit_measure_units__measure_unit_id__patch | This endpoint updates the measure unit with the given ID. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/89d93e3d-0eda-4139-89ae-afabde20d548/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_measure_unit_measure_units__measure_unit_id__patch | This endpoint updates the measure unit with the given ID. | 200 | null | {"name": "", "description": "", "id": "", "created_at": "", "updated_at": ""} | {"title": "UnitResponse", "required": ["name", "created_at", "updated_at"], "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "description": {"title": "Description", "type": "string"}, "id": {"title": "Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/89d93e3d-0eda-4139-89ae-afabde20d548/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_measure_unit_measure_units__measure_unit_id__patch | This endpoint updates the measure unit with the given ID. | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/89d93e3d-0eda-4139-89ae-afabde20d548/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_measure_unit_measure_units__measure_unit_id__patch | This endpoint updates the measure unit with the given ID. | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/89d93e3d-0eda-4139-89ae-afabde20d548/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_measure_unit_measure_units__measure_unit_id__patch | This endpoint updates the measure unit with the given ID. | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/89d93e3d-0eda-4139-89ae-afabde20d548/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | update_measure_unit_measure_units__measure_unit_id__patch | This endpoint updates the measure unit with the given ID. | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/890627a1-b777-4807-8d6e-5b54759da616/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_measure_units_measure_units_get | This endpoint lists all measure units sorted by creation date, with the most recently created invoices appearing first. | 200 | null | {"data": [{"name": "", "description": "", "id": "", "created_at": "", "updated_at": ""}]} | {"title": "UnitListResponse", "required": ["data"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "UnitResponse", "required": ["name", "created_at", "updated_at"], "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "description": {"title": "Description", "type": "string"}, "id": {"title": "Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/890627a1-b777-4807-8d6e-5b54759da616/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_measure_units_measure_units_get | This endpoint lists all measure units sorted by creation date, with the most recently created invoices appearing first. | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/890627a1-b777-4807-8d6e-5b54759da616/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_measure_units_measure_units_get | This endpoint lists all measure units sorted by creation date, with the most recently created invoices appearing first. | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/890627a1-b777-4807-8d6e-5b54759da616/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_measure_units_measure_units_get | This endpoint lists all measure units sorted by creation date, with the most recently created invoices appearing first. | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/82f9a0e9-984e-43f3-8d6b-f70d92931a0f/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_document_templates | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} | |
7eaa3365-9486-4a24-9af1-bdba5325b13d/82f9a0e9-984e-43f3-8d6b-f70d92931a0f/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_document_templates | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} | |
7eaa3365-9486-4a24-9af1-bdba5325b13d/82f9a0e9-984e-43f3-8d6b-f70d92931a0f/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | get_document_templates | 200 | null | {"data": {}} | {"x-examples": {"example-1": {"id": "52CC0288-44A1-4ED3-8BEB-1DDDA25BE956", "created_at": "2022-06-21T07:47:16.966Z", "updated_at": "2022-06-21T07:47:16.966Z", "document_type": "receivable", "language": "EN", "name": "modern", "template_type": "blocks", "template": "<body>{entity_info}{line_items}</body>", "preview": "https://example.com/image.jpg", "source_object": {}}}, "description": "", "title": "DocumentTemplateListResponse", "type": "object", "properties": {"data": {"x-examples": {"example-1": {"id": "52CC0288-44A1-4ED3-8BEB-1DDDA25BE956", "created_at": "2022-06-21T07:47:16.966Z", "updated_at": "2022-06-21T07:47:16.966Z", "document_type": "receivable", "language": "EN", "name": "modern", "template_type": "blocks", "template": "<body>{entity_info}{line_items}</body>", "preview": "https://example.com/image.jpg", "source_object": {}}}, "description": "", "title": "DocumentTemplateResponse", "anyOf": [{"type": "object", "x-examples": {"example-1": {"id": "52CC0288-44A1-4ED3-8BEB-1DDDA25BE956", "created_at": "2022-06-21T07:47:16.966Z", "updated_at": "2022-06-21T07:47:16.966Z", "document_type": "receivable", "language": "EN", "name": "modern", "template_type": "blocks", "template": "<body>{entity_info}{line_items}</body>", "preview": "https://example.com/image.jpg", "source_object": {}}}, "description": "", "title": "DocumentTemplateBaseResponse", "properties": {"id": {"type": "string", "format": "uuid"}, "created_at": {"type": "string", "format": "date-time"}, "updated_at": {"type": "string", "format": "date-time"}, "document_type": {"type": "string", "enum": ["receivable"]}, "language": {"type": "string", "enum": ["EN", "DE"]}, "name": {"type": "string"}, "template_type": {"type": "string", "enum": ["source_object", "blocks"]}, "template": {"type": "string"}, "preview": {"type": "string", "format": "uri"}, "blocks": {"type": "array", "items": {"type": "string"}}, "source_object": {"type": "object"}}, "required": ["id", "created_at", "updated_at", "document_type", "language", "name", "template_type", "template", "preview"]}, {"x-examples": {"example-1": {"id": "52CC0288-44A1-4ED3-8BEB-1DDDA25BE956", "created_at": "2022-06-21T07:47:16.966Z", "updated_at": "2022-06-21T07:47:16.966Z", "document_type": "receivable", "language": "EN", "name": "modern", "template_type": "blocks", "template": "<body>{entity_info}{line_items}</body>", "preview": "https://example.com/image.jpg", "source_object": {}}}, "description": "", "title": "DocumentTemplateReceivalbeResponse", "allOf": [{"x-examples": {"example-1": {"id": "52CC0288-44A1-4ED3-8BEB-1DDDA25BE956", "created_at": "2022-06-21T07:47:16.966Z", "updated_at": "2022-06-21T07:47:16.966Z", "document_type": "receivable", "language": "EN", "name": "modern", "template_type": "blocks", "template": "<body>{entity_info}{line_items}</body>", "preview": "https://example.com/image.jpg", "source_object": {}}}, "description": "", "title": "DocumentTemplateBlocksResponse", "allOf": [{"type": "object", "x-examples": {"example-1": {"id": "52CC0288-44A1-4ED3-8BEB-1DDDA25BE956", "created_at": "2022-06-21T07:47:16.966Z", "updated_at": "2022-06-21T07:47:16.966Z", "document_type": "receivable", "language": "EN", "name": "modern", "template_type": "blocks", "template": "<body>{entity_info}{line_items}</body>", "preview": "https://example.com/image.jpg", "source_object": {}}}, "description": "", "title": "DocumentTemplateBaseResponse", "properties": {"id": {"type": "string", "format": "uuid"}, "created_at": {"type": "string", "format": "date-time"}, "updated_at": {"type": "string", "format": "date-time"}, "document_type": {"type": "string", "enum": ["receivable"]}, "language": {"type": "string", "enum": ["EN", "DE"]}, "name": {"type": "string"}, "template_type": {"type": "string", "enum": ["source_object", "blocks"]}, "template": {"type": "string"}, "preview": {"type": "string", "format": "uri"}, "blocks": {"type": "array", "items": {"type": "string"}}, "source_object": {"type": "object"}}, "required": ["id", "created_at", "updated_at", "document_type", "language", "name", "template_type", "template", "preview"]}, {"type": "object", "properties": {"template_type": {"type": "string", "enum": ["blocks"]}, "blocks": {"type": "array", "items": {"type": "string"}}}, "required": ["template_type", "blocks"]}]}, {"type": "object", "properties": {"source_object": {"title": "ReceivableResponse", "anyOf": [{"title": "QuoteResponsePayload", "required": ["type", "id", "created_at", "updated_at", "currency", "total_amount", "line_items", "entity_address", "entity", "counterpart_id", "counterpart_type", "counterpart_address", "status", "total_vat_amount"], "type": "object", "properties": {"type": {"title": "Type", "enum": ["quote"], "type": "string", "description": "The type of the document uploaded."}, "expiry_date": {"title": "Expiry Date", "type": "string", "description": "Time by which the quote is active. Timestamps follow the ISO 8601 standard.", "format": "date-time"}, "id": {"title": "Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "description": "Time at which the receivable was created. Timestamps follow the ISO 8601 standard.", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "description": "Time at which the receivable was last updated. Timestamps follow the ISO 8601 standard.", "format": "date-time"}, "document_id": {"title": "Document Id", "type": "string", "description": "The sequential code systematically assigned to invoices."}, "currency": {"allOf": [{"title": "CurrencyEnum", "enum": ["USD", "EUR", "JPY", "GBP", "AUD", "CAD", "CHF", "CNY", "HKD", "NZD", "SEK", "KRW", "SGD", "NOK", "MXN", "INR", "RUB", "ZAR", "TRY", "BRL"], "type": "string", "description": "An enumeration."}], "description": "The currency used in the receivable."}, "total_amount": {"title": "Total Amount", "type": "integer", "description": "The total price of the receivable."}, "line_items": {"title": "Line Items", "type": "array", "items": {"title": "ResponseItem", "required": ["quantity", "product"], "type": "object", "properties": {"quantity": {"title": "Quantity", "minimum": 0, "type": "integer", "description": "The quantity of each of the goods, materials, or services listed in the receivable."}, "product": {"title": "LineItemProduct", "required": ["name", "measure_unit_id", "vat_classes", "oid", "entity_id", "created_at", "updated_at", "vat_class", "measure_unit"], "type": "object", "properties": {"name": {"title": "Name", "type": "string", "description": "Name of the product."}, "description": {"title": "Description", "type": "string", "description": "Description of the product."}, "price": {"title": "Price", "required": ["currency", "value"], "type": "object", "properties": {"currency": {"allOf": [{"title": "CurrencyEnum", "enum": ["USD", "EUR", "JPY", "GBP", "AUD", "CAD", "CHF", "CNY", "HKD", "NZD", "SEK", "KRW", "SGD", "NOK", "MXN", "INR", "RUB", "ZAR", "TRY", "BRL"], "type": "string", "description": "An enumeration."}], "description": "The currency in which the price of the product is set."}, "value": {"title": "Value", "minimum": 0, "type": "integer", "description": "The actual price of the product."}}}, "measure_unit_id": {"title": "Measure Unit Id", "type": "string", "description": "The unique ID reference of the unit used to measure the quantity of this product (e.g. items, meters, kilograms).", "format": "uuid4"}, "vat_classes": {"title": "Vat Classes", "type": "array", "items": {"type": "string", "format": "uuid4"}, "description": "The list of unique ID references of VAT classes for the product."}, "smallest_amount": {"title": "Smallest Amount", "minimum": 0, "type": "number", "description": "The smallest amount allowed for this product."}, "id": {"title": "Id", "type": "string", "description": "Unique ID of the product.", "format": "uuid4"}, "oid": {"title": "Oid", "type": "integer"}, "entity_id": {"title": "Entity Id", "type": "string", "format": "uuid4"}, "entity_user_id": {"title": "Entity User Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "description": "Time at which the product was created. Timestamps follow the ISO 8601 standard.", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "description": "Time at which the product was last updated. Timestamps follow the ISO 8601 standard.", "format": "date-time"}, "vat_class": {"title": "VatClassResponse", "required": ["value", "country", "created_at", "updated_at"], "type": "object", "properties": {"value": {"title": "Value", "maximum": 10000, "minimum": 0, "type": "integer", "description": "Percent minor units. Example: 12.5% is 1250"}, "country": {"title": "AllowedCountriesCodes", "enum": ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "SH", "KN", "LC", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "CS", "SC", "SL", "SG", "SK", "SI", "SB", "SO", "ZA", "GS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"], "type": "string", "description": "An enumeration."}, "id": {"title": "Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}}}, "measure_unit": {"title": "UnitResponse", "required": ["name", "created_at", "updated_at"], "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "description": {"title": "Description", "type": "string"}, "id": {"title": "Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}}}}}}}}, "entity_address": {"title": "EntityAddressSchema", "required": ["city", "postal_code", "line1"], "type": "object", "properties": {"country": {"allOf": [{"title": "AllowedCountriesCodes", "enum": ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "SH", "KN", "LC", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "CS", "SC", "SL", "SG", "SK", "SI", "SB", "SO", "ZA", "GS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"], "type": "string", "description": "An enumeration."}], "description": "A country name (as ISO code) where the entity is registered ", "default": "DE"}, "city": {"title": "City", "maxLength": 255, "type": "string", "description": "A city (a full name) where the entity is registered"}, "postal_code": {"title": "Postal Code", "maxLength": 10, "type": "string", "description": "A postal code of the address where the entity is registered"}, "state": {"title": "State", "type": "string", "description": "A state in a country where the entity is registered"}, "line1": {"title": "Line1", "maxLength": 255, "type": "string", "description": "A street where the entity is registered"}, "line2": {"title": "Line2", "maxLength": 100, "type": "string", "description": "An alternative street used by the entity"}}, "description": "A schema represents address info of the entity"}, "entity": {"title": "Entity", "anyOf": [{"title": "EntityOrganization", "required": ["name", "vat_id", "type"], "type": "object", "properties": {"phone": {"title": "Phone", "type": "string", "description": "A phone number of the entity"}, "logo": {"title": "Logo", "maxLength": 2083, "minLength": 1, "type": "string", "description": "A link to the entity logo", "format": "uri"}, "email": {"title": "Email", "type": "string", "description": "An email of the entity", "format": "email"}, "name": {"title": "Name", "type": "string", "description": "The name of the entity issuing the receivable, when it is an organization."}, "vat_id": {"title": "Vat Id", "type": "string", "description": "The VAT ID of the entity issuing the receivable, when it is an organization."}, "type": {"title": "Type", "enum": ["organization"], "type": "string", "description": "The entity type"}}, "description": "A schema for an entity of organization type"}, {"title": "EntityIndividual", "required": ["first_name", "last_name", "tax_id", "type"], "type": "object", "properties": {"phone": {"title": "Phone", "type": "string", "description": "A phone number of the entity"}, "logo": {"title": "Logo", "maxLength": 2083, "minLength": 1, "type": "string", "description": "A link to the entity logo", "format": "uri"}, "email": {"title": "Email", "type": "string", "description": "An email of the entity", "format": "email"}, "first_name": {"title": "First Name", "type": "string", "description": "The first name of the entity issuing the receivable"}, "last_name": {"title": "Last Name", "type": "string", "description": "The last name of the entity issuing the receivable"}, "tax_id": {"title": "Tax Id", "type": "string", "description": "The Tax ID of the entity issuing the receivable"}, "type": {"title": "Type", "enum": ["individual"], "type": "string", "description": "The entity type"}}, "description": "A schema for an entity of individual type"}]}, "counterpart_id": {"title": "Counterpart Id", "type": "string", "description": "Unique ID of the counterpart.", "format": "uuid4"}, "counterpart_type": {"allOf": [{"title": "CounterpartType", "enum": ["individual", "organization"], "type": "string", "description": "An enumeration."}], "description": "The type of the counterpart."}, "counterpart_address": {"title": "CounterpartAddress", "required": ["country", "city", "postal_code", "state", "line1"], "type": "object", "properties": {"country": {"allOf": [{"title": "AllowedCountriesCodes", "enum": ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "SH", "KN", "LC", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "CS", "SC", "SL", "SG", "SK", "SI", "SB", "SO", "ZA", "GS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"], "type": "string", "description": "An enumeration."}], "description": "Two-letter ISO country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2))."}, "city": {"title": "City", "type": "string", "description": "City name."}, "postal_code": {"title": "Postal Code", "type": "string", "description": "ZIP or postal code."}, "state": {"title": "State", "type": "string", "description": "State, region, province, or county."}, "line1": {"title": "Line1", "type": "string", "description": "Street address."}, "line2": {"title": "Line2", "type": "string", "description": "Additional address information (if any)."}}, "description": "Address information."}, "counterpart_contact": {"title": "Counterpart Contact", "allOf": [{"title": "ReceivableCounterpartContact", "required": ["first_name", "last_name", "email", "phone"], "type": "object", "properties": {"first_name": {"title": "First Name", "type": "string", "description": "The first name of the counterpart contact."}, "last_name": {"title": "Last Name", "type": "string", "description": "The last name of the counterpart contact."}, "email": {"title": "Email", "type": "string", "description": "The contact email of the counterpart.", "format": "email"}, "phone": {"title": "Phone", "type": "string", "description": "The contact phone number of the counterpart."}, "title": {"title": "Title", "type": "string", "description": "The counterpart contact title (e.g. Dr., Mr., Mrs., Ms., etc)."}}}], "description": "Additional information about counterpart contacts."}, "counterpart_name": {"title": "Counterpart Name", "type": "string", "description": "A legal name of a counterpart it is an organization"}, "file_url": {"title": "File Url", "type": "string"}, "commercial_condition_description": {"title": "Commercial Condition Description", "type": "string", "description": "The commercial terms of the receivable (e.g. The products must be delivered in X days)."}, "status": {"allOf": [{"title": "ReceivablesStatusEnum", "enum": ["draft", "issued", "accepted", "partially_paid", "paid", "expired", "uncollectible", "canceled", "deleted"], "type": "string", "description": "An enumeration."}], "description": "The status of the receivable inside the receivable workflow."}, "total_vat_amount": {"title": "Total Vat Amount", "type": "string", "description": "The sum from the VAT of the individual line items monetary amount."}, "entity_bank_account": {"title": "EntityBankAccountRequest", "required": ["iban", "bic", "bank_name"], "type": "object", "properties": {"iban": {"title": "Iban", "maxLength": 34, "type": "string", "description": "The IBAN of the entity\u2019s bank account."}, "bic": {"title": "Bic", "maxLength": 11, "type": "string", "description": "The BIC of the entity\u2019s bank account."}, "bank_name": {"title": "Bank Name", "type": "string", "description": "The name of the entity\u2019s bank account."}, "display_name": {"title": "Display Name", "type": "string"}}}, "vat_exempt": {"title": "Vat Exempt", "type": "boolean", "description": "Indicates whether the goods, materials, or services listed in the receivable are exempt from VAT or not."}, "vat_exemption_rationale": {"title": "Vat Exemption Rationale", "type": "string", "description": "The reason for the VAT exemption, if applicable."}, "based_on": {"title": "Based On", "type": "string", "description": "The unique ID of a previous document related to the receivable if applicable.", "format": "uuid4"}, "memo": {"title": "Memo", "type": "string", "description": "A note with additional information for a receivable"}}}, {"title": "InvoiceResponsePayload", "required": ["type", "id", "created_at", "updated_at", "currency", "total_amount", "line_items", "entity_address", "entity", "counterpart_id", "counterpart_type", "counterpart_address", "status", "total_vat_amount"], "type": "object", "properties": {"type": {"title": "Type", "enum": ["invoice"], "type": "string", "description": "The type of the document uploaded."}, "id": {"title": "Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "description": "Time at which the receivable was created. Timestamps follow the ISO 8601 standard.", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "description": "Time at which the receivable was last updated. Timestamps follow the ISO 8601 standard.", "format": "date-time"}, "document_id": {"title": "Document Id", "type": "string", "description": "The sequential code systematically assigned to invoices."}, "currency": {"allOf": [{"title": "CurrencyEnum", "enum": ["USD", "EUR", "JPY", "GBP", "AUD", "CAD", "CHF", "CNY", "HKD", "NZD", "SEK", "KRW", "SGD", "NOK", "MXN", "INR", "RUB", "ZAR", "TRY", "BRL"], "type": "string", "description": "An enumeration."}], "description": "The currency used in the receivable."}, "total_amount": {"title": "Total Amount", "type": "integer", "description": "The total price of the receivable."}, "line_items": {"title": "Line Items", "type": "array", "items": {"title": "ResponseItem", "required": ["quantity", "product"], "type": "object", "properties": {"quantity": {"title": "Quantity", "minimum": 0, "type": "integer", "description": "The quantity of each of the goods, materials, or services listed in the receivable."}, "product": {"title": "LineItemProduct", "required": ["name", "measure_unit_id", "vat_classes", "oid", "entity_id", "created_at", "updated_at", "vat_class", "measure_unit"], "type": "object", "properties": {"name": {"title": "Name", "type": "string", "description": "Name of the product."}, "description": {"title": "Description", "type": "string", "description": "Description of the product."}, "price": {"title": "Price", "required": ["currency", "value"], "type": "object", "properties": {"currency": {"allOf": [{"title": "CurrencyEnum", "enum": ["USD", "EUR", "JPY", "GBP", "AUD", "CAD", "CHF", "CNY", "HKD", "NZD", "SEK", "KRW", "SGD", "NOK", "MXN", "INR", "RUB", "ZAR", "TRY", "BRL"], "type": "string", "description": "An enumeration."}], "description": "The currency in which the price of the product is set."}, "value": {"title": "Value", "minimum": 0, "type": "integer", "description": "The actual price of the product."}}}, "measure_unit_id": {"title": "Measure Unit Id", "type": "string", "description": "The unique ID reference of the unit used to measure the quantity of this product (e.g. items, meters, kilograms).", "format": "uuid4"}, "vat_classes": {"title": "Vat Classes", "type": "array", "items": {"type": "string", "format": "uuid4"}, "description": "The list of unique ID references of VAT classes for the product."}, "smallest_amount": {"title": "Smallest Amount", "minimum": 0, "type": "number", "description": "The smallest amount allowed for this product."}, "id": {"title": "Id", "type": "string", "description": "Unique ID of the product.", "format": "uuid4"}, "oid": {"title": "Oid", "type": "integer"}, "entity_id": {"title": "Entity Id", "type": "string", "format": "uuid4"}, "entity_user_id": {"title": "Entity User Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "description": "Time at which the product was created. Timestamps follow the ISO 8601 standard.", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "description": "Time at which the product was last updated. Timestamps follow the ISO 8601 standard.", "format": "date-time"}, "vat_class": {"title": "VatClassResponse", "required": ["value", "country", "created_at", "updated_at"], "type": "object", "properties": {"value": {"title": "Value", "maximum": 10000, "minimum": 0, "type": "integer", "description": "Percent minor units. Example: 12.5% is 1250"}, "country": {"title": "AllowedCountriesCodes", "enum": ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "SH", "KN", "LC", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "CS", "SC", "SL", "SG", "SK", "SI", "SB", "SO", "ZA", "GS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"], "type": "string", "description": "An enumeration."}, "id": {"title": "Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}}}, "measure_unit": {"title": "UnitResponse", "required": ["name", "created_at", "updated_at"], "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "description": {"title": "Description", "type": "string"}, "id": {"title": "Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}}}}}}}}, "entity_address": {"title": "EntityAddressSchema", "required": ["city", "postal_code", "line1"], "type": "object", "properties": {"country": {"allOf": [{"title": "AllowedCountriesCodes", "enum": ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "SH", "KN", "LC", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "CS", "SC", "SL", "SG", "SK", "SI", "SB", "SO", "ZA", "GS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"], "type": "string", "description": "An enumeration."}], "description": "A country name (as ISO code) where the entity is registered ", "default": "DE"}, "city": {"title": "City", "maxLength": 255, "type": "string", "description": "A city (a full name) where the entity is registered"}, "postal_code": {"title": "Postal Code", "maxLength": 10, "type": "string", "description": "A postal code of the address where the entity is registered"}, "state": {"title": "State", "type": "string", "description": "A state in a country where the entity is registered"}, "line1": {"title": "Line1", "maxLength": 255, "type": "string", "description": "A street where the entity is registered"}, "line2": {"title": "Line2", "maxLength": 100, "type": "string", "description": "An alternative street used by the entity"}}, "description": "A schema represents address info of the entity"}, "entity": {"title": "Entity", "anyOf": [{"title": "EntityOrganization", "required": ["name", "vat_id", "type"], "type": "object", "properties": {"phone": {"title": "Phone", "type": "string", "description": "A phone number of the entity"}, "logo": {"title": "Logo", "maxLength": 2083, "minLength": 1, "type": "string", "description": "A link to the entity logo", "format": "uri"}, "email": {"title": "Email", "type": "string", "description": "An email of the entity", "format": "email"}, "name": {"title": "Name", "type": "string", "description": "The name of the entity issuing the receivable, when it is an organization."}, "vat_id": {"title": "Vat Id", "type": "string", "description": "The VAT ID of the entity issuing the receivable, when it is an organization."}, "type": {"title": "Type", "enum": ["organization"], "type": "string", "description": "The entity type"}}, "description": "A schema for an entity of organization type"}, {"title": "EntityIndividual", "required": ["first_name", "last_name", "tax_id", "type"], "type": "object", "properties": {"phone": {"title": "Phone", "type": "string", "description": "A phone number of the entity"}, "logo": {"title": "Logo", "maxLength": 2083, "minLength": 1, "type": "string", "description": "A link to the entity logo", "format": "uri"}, "email": {"title": "Email", "type": "string", "description": "An email of the entity", "format": "email"}, "first_name": {"title": "First Name", "type": "string", "description": "The first name of the entity issuing the receivable"}, "last_name": {"title": "Last Name", "type": "string", "description": "The last name of the entity issuing the receivable"}, "tax_id": {"title": "Tax Id", "type": "string", "description": "The Tax ID of the entity issuing the receivable"}, "type": {"title": "Type", "enum": ["individual"], "type": "string", "description": "The entity type"}}, "description": "A schema for an entity of individual type"}]}, "counterpart_id": {"title": "Counterpart Id", "type": "string", "description": "Unique ID of the counterpart.", "format": "uuid4"}, "counterpart_type": {"allOf": [{"title": "CounterpartType", "enum": ["individual", "organization"], "type": "string", "description": "An enumeration."}], "description": "The type of the counterpart."}, "counterpart_address": {"title": "CounterpartAddress", "required": ["country", "city", "postal_code", "state", "line1"], "type": "object", "properties": {"country": {"allOf": [{"title": "AllowedCountriesCodes", "enum": ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "SH", "KN", "LC", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "CS", "SC", "SL", "SG", "SK", "SI", "SB", "SO", "ZA", "GS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"], "type": "string", "description": "An enumeration."}], "description": "Two-letter ISO country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2))."}, "city": {"title": "City", "type": "string", "description": "City name."}, "postal_code": {"title": "Postal Code", "type": "string", "description": "ZIP or postal code."}, "state": {"title": "State", "type": "string", "description": "State, region, province, or county."}, "line1": {"title": "Line1", "type": "string", "description": "Street address."}, "line2": {"title": "Line2", "type": "string", "description": "Additional address information (if any)."}}, "description": "Address information."}, "counterpart_contact": {"title": "Counterpart Contact", "allOf": [{"title": "ReceivableCounterpartContact", "required": ["first_name", "last_name", "email", "phone"], "type": "object", "properties": {"first_name": {"title": "First Name", "type": "string", "description": "The first name of the counterpart contact."}, "last_name": {"title": "Last Name", "type": "string", "description": "The last name of the counterpart contact."}, "email": {"title": "Email", "type": "string", "description": "The contact email of the counterpart.", "format": "email"}, "phone": {"title": "Phone", "type": "string", "description": "The contact phone number of the counterpart."}, "title": {"title": "Title", "type": "string", "description": "The counterpart contact title (e.g. Dr., Mr., Mrs., Ms., etc)."}}}], "description": "Additional information about counterpart contacts."}, "counterpart_name": {"title": "Counterpart Name", "type": "string", "description": "A legal name of a counterpart it is an organization"}, "file_url": {"title": "File Url", "type": "string"}, "commercial_condition_description": {"title": "Commercial Condition Description", "type": "string", "description": "The commercial terms of the receivable (e.g. The products must be delivered in X days)."}, "status": {"allOf": [{"title": "ReceivablesStatusEnum", "enum": ["draft", "issued", "accepted", "partially_paid", "paid", "expired", "uncollectible", "canceled", "deleted"], "type": "string", "description": "An enumeration."}], "description": "The status of the receivable inside the receivable workflow."}, "total_vat_amount": {"title": "Total Vat Amount", "type": "string", "description": "The sum from the VAT of the individual line items monetary amount."}, "entity_bank_account": {"title": "EntityBankAccountRequest", "required": ["iban", "bic", "bank_name"], "type": "object", "properties": {"iban": {"title": "Iban", "maxLength": 34, "type": "string", "description": "The IBAN of the entity\u2019s bank account."}, "bic": {"title": "Bic", "maxLength": 11, "type": "string", "description": "The BIC of the entity\u2019s bank account."}, "bank_name": {"title": "Bank Name", "type": "string", "description": "The name of the entity\u2019s bank account."}, "display_name": {"title": "Display Name", "type": "string"}}}, "vat_exempt": {"title": "Vat Exempt", "type": "boolean", "description": "Indicates whether the goods, materials, or services listed in the receivable are exempt from VAT or not."}, "vat_exemption_rationale": {"title": "Vat Exemption Rationale", "type": "string", "description": "The reason for the VAT exemption, if applicable."}, "based_on": {"title": "Based On", "type": "string", "description": "The unique ID of a previous document related to the receivable if applicable.", "format": "uuid4"}, "memo": {"title": "Memo", "type": "string", "description": "A note with additional information for a receivable"}, "payment_terms": {"title": "PaymentTerms", "required": ["id", "term_final"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "format": "uuid4"}, "name": {"title": "Name", "type": "string"}, "term_final": {"title": "TermFinalWithDate", "required": ["number_of_days"], "type": "object", "properties": {"number_of_days": {"title": "Number Of Days", "maximum": 10000, "minimum": 0, "type": "integer"}, "end_date": {"title": "End Date", "type": "string", "format": "date"}}}, "term_1": {"title": "PaymentTermDiscountWithDate", "required": ["number_of_days", "discount"], "type": "object", "properties": {"number_of_days": {"title": "Number Of Days", "maximum": 10000, "minimum": 0, "type": "integer"}, "discount": {"title": "Discount", "maximum": 10000, "minimum": 0, "type": "integer"}, "end_date": {"title": "End Date", "type": "string", "format": "date"}}}, "term_2": {"title": "PaymentTermDiscountWithDate", "required": ["number_of_days", "discount"], "type": "object", "properties": {"number_of_days": {"title": "Number Of Days", "maximum": 10000, "minimum": 0, "type": "integer"}, "discount": {"title": "Discount", "maximum": 10000, "minimum": 0, "type": "integer"}, "end_date": {"title": "End Date", "type": "string", "format": "date"}}}}}}}]}}}]}]}}} | |
7eaa3365-9486-4a24-9af1-bdba5325b13d/3f5eeb24-f164-4d4a-8665-d0466a55cb08/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_measure_unit_measure_units_post | This endpoint creates a new measure unit. | 400 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/3f5eeb24-f164-4d4a-8665-d0466a55cb08/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_measure_unit_measure_units_post | This endpoint creates a new measure unit. | 403 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/3f5eeb24-f164-4d4a-8665-d0466a55cb08/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_measure_unit_measure_units_post | This endpoint creates a new measure unit. | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/3f5eeb24-f164-4d4a-8665-d0466a55cb08/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_measure_unit_measure_units_post | This endpoint creates a new measure unit. | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/3f5eeb24-f164-4d4a-8665-d0466a55cb08/4/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_measure_unit_measure_units_post | This endpoint creates a new measure unit. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/3f5eeb24-f164-4d4a-8665-d0466a55cb08/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_measure_unit_measure_units_post | This endpoint creates a new measure unit. | 201 | null | {"name": "", "description": "", "id": "", "created_at": "", "updated_at": ""} | {"title": "UnitResponse", "required": ["name", "created_at", "updated_at"], "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "description": {"title": "Description", "type": "string"}, "id": {"title": "Id", "type": "string", "format": "uuid4"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}, "updated_at": {"title": "Updated At", "type": "string", "format": "date-time"}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/3f5eeb24-f164-4d4a-8665-d0466a55cb08/6/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | create_measure_unit_measure_units_post | This endpoint creates a new measure unit. | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/9a7b4198-1026-48db-8686-9ef603f72b06/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | document_template_by_id | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} | |
7eaa3365-9486-4a24-9af1-bdba5325b13d/9a7b4198-1026-48db-8686-9ef603f72b06/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | document_template_by_id | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} | |
7eaa3365-9486-4a24-9af1-bdba5325b13d/7ad628a2-694c-4207-89d7-f7316e751bee/0/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_measure_unit_measure_units__measure_unit_id__delete | This endpoint deletes the measure unit with the given ID. | 404 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/7ad628a2-694c-4207-89d7-f7316e751bee/1/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_measure_unit_measure_units__measure_unit_id__delete | This endpoint deletes the measure unit with the given ID. | 405 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/7ad628a2-694c-4207-89d7-f7316e751bee/2/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_measure_unit_measure_units__measure_unit_id__delete | This endpoint deletes the measure unit with the given ID. | 401 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/7ad628a2-694c-4207-89d7-f7316e751bee/3/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_measure_unit_measure_units__measure_unit_id__delete | This endpoint deletes the measure unit with the given ID. | 500 | null | {"error": {"message": ""}} | {"title": "ErrorSchemaResponse", "required": ["error"], "type": "object", "properties": {"error": {"title": "ErrorSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}}}} |
7eaa3365-9486-4a24-9af1-bdba5325b13d/7ad628a2-694c-4207-89d7-f7316e751bee/5/0 | Monite | Embedded Finance API for automated invoicing, supporting accounts payable, accounts receivable, payments and cash flow management. | 0.1 | delete_measure_unit_measure_units__measure_unit_id__delete | This endpoint deletes the measure unit with the given ID. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
b9b6503f-b6da-44a2-b130-6884e233f65e/704d8b4b-b7ff-4435-8a0b-9f34871e3bfa/0/0 | Graham Number | Graham Number is the stock's maximum fair market value for buying a share. | 0 | Get Graham Number | This API Get the Graham Number by takes into account earnings per share and book value per share.
Require Params
eps : Earning Per Share (TTM EPS )
bookvalue : Book Value (MRQ Book Value per Share) | 200 | Response | {"grahamNumber": "212.13", "eps": "100", "bookvalue": "20"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"grahamNumber": {"type": "string"}, "eps": {"type": "string"}, "bookvalue": {"type": "string"}}, "required": ["bookvalue", "eps", "grahamNumber"]} |
9bbafc9e-0b46-4660-a27a-5ff49378ec15/833f1365-da18-4871-bc5e-fd44e911abd8/0/0 | Crypto Price | Grab and convert cryptocurrency prices to any cryptocurrency or fiat currency. | 0.1 | Information | Get information on the last time our API pulled the latest prices | 200 | Response | {"lastUpdate": 1649189448705, "collectionSize": 5000} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"lastUpdate": {"type": "integer"}, "collectionSize": {"type": "integer"}}, "required": ["collectionSize", "lastUpdate"]} |
d857ae0f-bbd4-4bc8-9e94-5172e9c46239/5ac226e7-b10c-4fde-8455-edbccea15dd1/0/0 | Crypto News API | An API that fetches Crypto related News | null | Get all Crypto- related News | This endpoint returns all news about Crypto. | 200 | New Example | [{"title": " Uzbekistan blocks access to foreign crypto exchanges over unregistered trading ", "url": "/news/uzbekistan-blocks-access-to-foreign-crypto-exchanges-over-unregistered-trading", "source": "cointelegraph"}, {"title": " Mailchimp bans crypto content creators without prior notice ", "url": "/news/mailchimp-bans-crypto-content-creators-without-prior-notice", "source": "cointelegraph"}, {"title": " Fallout from crypto contagion subsides but no market reversal just yet ", "url": "/news/fallout-from-crypto-contagion-subsides-but-no-market-reversal-just-yet", "source": "cointelegraph"}] | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
9a4f613a-4f36-4134-a57e-ae6e73c71f55/8351bd23-e4ca-417e-bc1e-e01261bef9f4/0/0 | Currency converter | Accurate currency exchange rates for over 150 currencies | null | Convert from to another currency | This endpoint convert from to another currency with the amount needed to be converted | 200 | New Example | [{"amount": 100, "base_currency_code": "EUR", "base_currency_name": "Euro", "rates": {"USD": {"currency_name": "United States dollar", "rate": 1.1338, "rate_for_amount": 113.3787}}, "status": "success", "updated_date": "2022-01-09"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"amount": {"type": "integer"}, "base_currency_code": {"type": "string"}, "base_currency_name": {"type": "string"}, "rates": {"type": "object", "properties": {"USD": {"type": "object", "properties": {"currency_name": {"type": "string"}, "rate": {"type": "number"}, "rate_for_amount": {"type": "number"}}, "required": ["currency_name", "rate", "rate_for_amount"]}}, "required": ["USD"]}, "status": {"type": "string"}, "updated_date": {"type": "string"}}, "required": ["amount", "base_currency_code", "base_currency_name", "rates", "status", "updated_date"]}} |
9a4f613a-4f36-4134-a57e-ae6e73c71f55/eb46a0f0-5e27-473b-8cb4-3cb5eec0635f/0/0 | Currency converter | Accurate currency exchange rates for over 150 currencies | null | Get all the currencies | This endpoint will return back all the avalibel currencies code & name | 200 | New Example | [{"currencies": {"AED": "United Arab Emirates dirham", "AFN": "Afghan afghani", "ALL": "Albanian lek", "AMD": "Armenian dram", "ANG": "Netherlands Antillean guilder", "AOA": "Angolan kwanza", "ARS": "Argentine peso", "AUD": "Australian dollar", "AWG": "Aruban florin", "AZN": "Azerbaijani manat", "BAM": "Bosnia and Herzegovina convertible mark", "BBD": "Barbadian dollar", "BDT": "Bangladeshi taka", "BGN": "Bulgarian lev", "BHD": "Bahraini dinar", "BIF": "Burundian franc", "BND": "Brunei dollar", "BOB": "Bolivian boliviano", "BRL": "Brazilian real", "BSD": "Bahamian dollar", "BWP": "Botswana pula", "BYN": "Belarusian ruble", "BZD": "Belize dollar", "CAD": "Canadian dollar", "CDF": "Congolese franc", "CHF": "Swiss franc", "CLP": "Chilean peso", "CNY": "Renminbi", "COP": "Colombian peso", "CRC": "Costa Rican col\u00f3n", "CUP": "Cuban peso", "CVE": "Cape Verdean escudo", "CZK": "Czech koruna", "DJF": "Djiboutian franc", "DKK": "Danish krone", "DOP": "Dominican peso", "DZD": "Algerian dinar", "EGP": "Egyptian pound", "ERN": "Eritrean nakfa", "ETB": "Ethiopian birr", "EUR": "Euro", "FJD": "Fijian dollar", "GBP": "Pound sterling", "GEL": "Georgian lari", "GHS": "Ghanaian cedi", "GIP": "Gibraltar pound", "GMD": "Gambian dalasi", "GNF": "Guinean franc", "GTQ": "Guatemalan quetzal", "GYD": "Guyanese dollar", "HKD": "Hong Kong dollar", "HNL": "Honduran lempira", "HRK": "Croatian kuna", "HTG": "Haitian gourde", "HUF": "Hungarian forint", "IDR": "Indonesian rupiah", "ILS": "Israeli new shekel", "INR": "Indian rupee", "IQD": "Iraqi dinar", "IRR": "Iranian rial", "ISK": "Icelandic kr\u00f3na", "JMD": "Jamaican dollar", "JOD": "Jordanian dinar", "JPY": "Japanese yen", "KES": "Kenyan shilling", "KGS": "Kyrgyzstani som", "KHR": "Cambodian riel", "KMF": "Comorian franc", "KRW": "South Korean won", "KWD": "Kuwaiti dinar", "KZT": "Kazakhstani tenge", "LAK": "Lao kip", "LBP": "Lebanese pound", "LKR": "Sri Lankan rupee", "LRD": "Liberian dollar", "LSL": "Lesotho loti", "LYD": "Libyan dinar", "MAD": "Moroccan dirham", "MDL": "Moldovan leu", "MGA": "Malagasy ariary", "MKD": "Macedonian denar", "MMK": "Burmese kyat", "MNT": "Mongolian t\u00f6gr\u00f6g", "MOP": "Macanese pataca", "MRU": "Mauritanian ouguiya", "MUR": "Mauritian rupee", "MVR": "Maldivian rufiyaa", "MWK": "Malawian kwacha", "MXN": "Mexican peso", "MYR": "Malaysian ringgit", "MZN": "Mozambican metical", "NAD": "Namibian dollar", "NGN": "Nigerian naira", "NIO": "Nicaraguan c\u00f3rdoba", "NOK": "Norwegian krone", "NPR": "Nepalese rupee", "NZD": "New Zealand dollar", "OMR": "Omani rial", "PAB": "Panamanian balboa", "PEN": "Peruvian sol", "PGK": "Papua New Guinean kina", "PHP": "Philippine peso", "PKR": "Pakistani rupee", "PLN": "Polish z\u0142oty", "PYG": "Paraguayan guaran\u00ed", "QAR": "Qatari riyal", "RON": "Romanian leu", "RSD": "Serbian dinar", "RUB": "Russian ruble", "RWF": "Rwandan franc", "SAR": "Saudi riyal", "SBD": "Solomon Islands dollar", "SCR": "Seychellois rupee", "SDG": "Sudanese pound", "SEK": "Swedish krona", "SGD": "Singapore dollar", "SLL": "Sierra Leonean leone", "SOS": "Somali shilling", "SRD": "Surinamese dollar", "SSP": "South Sudanese pound", "STN": "S\u00e3o Tom\u00e9 and Pr\u00edncipe dobra", "SVC": "Salvadoran col\u00f3n", "SYP": "Syrian pound", "SZL": "Swazi lilangeni", "THB": "Thai baht", "TJS": "Tajikistani somoni", "TMT": "Turkmenistan manat", "TND": "Tunisian dinar", "TOP": "Tongan pa\u02bbanga", "TRY": "Turkish lira", "TTD": "Trinidad and Tobago dollar", "TWD": "New Taiwan dollar", "TZS": "Tanzanian shilling", "UAH": "Ukrainian hryvnia", "UGX": "Ugandan shilling", "USD": "United States dollar", "UYU": "Uruguayan peso", "UZS": "Uzbekistani so\u02bbm", "VES": "Venezuelan bol\u00edvar", "VND": "Vietnamese \u0111\u1ed3ng", "VUV": "Vanuatu vatu", "WST": "Samoan t\u0101l\u0101", "XAF": "Central African CFA franc", "XCD": "Eastern Caribbean dollar", "XDR": "Special drawing rights", "XOF": "West African CFA franc", "XPF": "CFP franc", "YER": "Yemeni rial", "ZAR": "South African rand", "ZMW": "Zambian kwacha", "ZWL": "Zimbabwean dollar"}}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"currencies": {"type": "object", "properties": {"AED": {"type": "string"}, "AFN": {"type": "string"}, "ALL": {"type": "string"}, "AMD": {"type": "string"}, "ANG": {"type": "string"}, "AOA": {"type": "string"}, "ARS": {"type": "string"}, "AUD": {"type": "string"}, "AWG": {"type": "string"}, "AZN": {"type": "string"}, "BAM": {"type": "string"}, "BBD": {"type": "string"}, "BDT": {"type": "string"}, "BGN": {"type": "string"}, "BHD": {"type": "string"}, "BIF": {"type": "string"}, "BND": {"type": "string"}, "BOB": {"type": "string"}, "BRL": {"type": "string"}, "BSD": {"type": "string"}, "BWP": {"type": "string"}, "BYN": {"type": "string"}, "BZD": {"type": "string"}, "CAD": {"type": "string"}, "CDF": {"type": "string"}, "CHF": {"type": "string"}, "CLP": {"type": "string"}, "CNY": {"type": "string"}, "COP": {"type": "string"}, "CRC": {"type": "string"}, "CUP": {"type": "string"}, "CVE": {"type": "string"}, "CZK": {"type": "string"}, "DJF": {"type": "string"}, "DKK": {"type": "string"}, "DOP": {"type": "string"}, "DZD": {"type": "string"}, "EGP": {"type": "string"}, "ERN": {"type": "string"}, "ETB": {"type": "string"}, "EUR": {"type": "string"}, "FJD": {"type": "string"}, "GBP": {"type": "string"}, "GEL": {"type": "string"}, "GHS": {"type": "string"}, "GIP": {"type": "string"}, "GMD": {"type": "string"}, "GNF": {"type": "string"}, "GTQ": {"type": "string"}, "GYD": {"type": "string"}, "HKD": {"type": "string"}, "HNL": {"type": "string"}, "HRK": {"type": "string"}, "HTG": {"type": "string"}, "HUF": {"type": "string"}, "IDR": {"type": "string"}, "ILS": {"type": "string"}, "INR": {"type": "string"}, "IQD": {"type": "string"}, "IRR": {"type": "string"}, "ISK": {"type": "string"}, "JMD": {"type": "string"}, "JOD": {"type": "string"}, "JPY": {"type": "string"}, "KES": {"type": "string"}, "KGS": {"type": "string"}, "KHR": {"type": "string"}, "KMF": {"type": "string"}, "KRW": {"type": "string"}, "KWD": {"type": "string"}, "KZT": {"type": "string"}, "LAK": {"type": "string"}, "LBP": {"type": "string"}, "LKR": {"type": "string"}, "LRD": {"type": "string"}, "LSL": {"type": "string"}, "LYD": {"type": "string"}, "MAD": {"type": "string"}, "MDL": {"type": "string"}, "MGA": {"type": "string"}, "MKD": {"type": "string"}, "MMK": {"type": "string"}, "MNT": {"type": "string"}, "MOP": {"type": "string"}, "MRU": {"type": "string"}, "MUR": {"type": "string"}, "MVR": {"type": "string"}, "MWK": {"type": "string"}, "MXN": {"type": "string"}, "MYR": {"type": "string"}, "MZN": {"type": "string"}, "NAD": {"type": "string"}, "NGN": {"type": "string"}, "NIO": {"type": "string"}, "NOK": {"type": "string"}, "NPR": {"type": "string"}, "NZD": {"type": "string"}, "OMR": {"type": "string"}, "PAB": {"type": "string"}, "PEN": {"type": "string"}, "PGK": {"type": "string"}, "PHP": {"type": "string"}, "PKR": {"type": "string"}, "PLN": {"type": "string"}, "PYG": {"type": "string"}, "QAR": {"type": "string"}, "RON": {"type": "string"}, "RSD": {"type": "string"}, "RUB": {"type": "string"}, "RWF": {"type": "string"}, "SAR": {"type": "string"}, "SBD": {"type": "string"}, "SCR": {"type": "string"}, "SDG": {"type": "string"}, "SEK": {"type": "string"}, "SGD": {"type": "string"}, "SLL": {"type": "string"}, "SOS": {"type": "string"}, "SRD": {"type": "string"}, "SSP": {"type": "string"}, "STN": {"type": "string"}, "SVC": {"type": "string"}, "SYP": {"type": "string"}, "SZL": {"type": "string"}, "THB": {"type": "string"}, "TJS": {"type": "string"}, "TMT": {"type": "string"}, "TND": {"type": "string"}, "TOP": {"type": "string"}, "TRY": {"type": "string"}, "TTD": {"type": "string"}, "TWD": {"type": "string"}, "TZS": {"type": "string"}, "UAH": {"type": "string"}, "UGX": {"type": "string"}, "USD": {"type": "string"}, "UYU": {"type": "string"}, "UZS": {"type": "string"}, "VES": {"type": "string"}, "VND": {"type": "string"}, "VUV": {"type": "string"}, "WST": {"type": "string"}, "XAF": {"type": "string"}, "XCD": {"type": "string"}, "XDR": {"type": "string"}, "XOF": {"type": "string"}, "XPF": {"type": "string"}, "YER": {"type": "string"}, "ZAR": {"type": "string"}, "ZMW": {"type": "string"}, "ZWL": {"type": "string"}}, "required": ["AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BND", "BOB", "BRL", "BSD", "BWP", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "GBP", "GEL", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "INR", "IQD", "IRR", "ISK", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KRW", "KWD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SLL", "SOS", "SRD", "SSP", "STN", "SVC", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "YER", "ZAR", "ZMW", "ZWL"]}}, "required": ["currencies"]}} |
d6496617-85be-477d-8c0f-f7151493f8a3/ce35db63-e816-485f-b85b-c5671a7aa1e2/0/0 | rosacrypto | crypto currency exchange as a service | null | 3.createbuyorder | create your buy order | 200 | Example_1 | {"side": "buy", "price": "6668701.0", "size": "0.00003", "name": "order226265647", "status": "created", "asset": "BTC", "currency": "INR", "userId": "1", "product_id": "59e48756e5cf8e0c9471ef56", "zebOrderId": "zeb_226265647", "order_type": "limit"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"side": {"type": "string"}, "price": {"type": "string"}, "size": {"type": "string"}, "name": {"type": "string"}, "status": {"type": "string"}, "asset": {"type": "string"}, "currency": {"type": "string"}, "userId": {"type": "string"}, "product_id": {"type": "string"}, "zebOrderId": {"type": "string"}, "order_type": {"type": "string"}}, "required": ["asset", "currency", "name", "order_type", "price", "product_id", "side", "size", "status", "userId", "zebOrderId"]} |
c16d650b-9e8d-43ae-aaf0-e8fa5babb500/366c5e2e-1918-4c56-a321-a55783e134a0/0/0 | BB Finance Bloomberg | Real-time data, unofficial API Bloomberg.com, Bloomberg.com allows users to grasp stock market trends, price fluctuations, and economic shifts. Specific data and in-depth analysis aid readers in understanding the factors influencing changes in the financial world | 8.8 | news/detail-by-url | Get news detail from url | 200 | New Example | {"data": {"__modelType": "Story", "abstract": ["Powell speaks on Friday, as does ECB President Lagarde", "Attendees include Germany\u2019s Nagel, Bank of Japan\u2019s Ueda"], "adTargeting": {"__typename": "AdTargeting", "adCode": "bloomberg/economics/article", "currentResource": "Story|RZLFNYDWRGG001", "gs_cat": ["gv_safe", "pos_ibm", "gs_economy", "gs_economy_misc", "gs_finance", "mexico_custom", "hnwi_aiq_custom", "gs_finance_banking", "fdm_aiq_custom"], "kwl": ["biz_barclays", "biz_cartier", "biz_ishares", "biz_Samsung", "biz_googlelist", "biz_googlelisttwo", "biz_trowe", "biz_schwab", "biz_tda", "biz_kornferry", "biz_brandusa", "biz_lexus2", "biz_singlecountry", "biz_dun_bradstreet", "biz_BMW", "biz_boeing", "biz_att7", "biz_facebook1", "biz_facebook2", "biz_msft", "biz_Fidelity_investopedia", "biz_jpmorgan", "biz_morg", "biz_airfrance", "biz_kpmg30voices", "biz_mobkoivca", "biz_kpmg", "biz_mobkoidyson", "biz_facebookcbb", "biz_socgenoctnov19", "biz_cvs", "biz_wellspop", "biz_mobkoifortnite", "biz_porsche2019", "biz_JH_APAC_2020", "biz_mobkoicartier", "biz_ukdit", "biz_kpmgpg", "biz_mobkoifacebookpolicyaffairs", "biz_ptarmiganapac2020", "biz_barc1", "biz_westpac", "biz_signet", "biz_cartier3", "biz_diageo", "biz_mobkoiaudermars", "biz_signet2", "biz_mobkoiintel", "biz_xaxiscartierhk", "biz_googleapps", "biz_socgen2020", "biz_mobkoiveuve", "biz_facebookmobkoioct2020", "biz_microsoftnov", "biz_cigna", "biz_verizonus2021", "biz_microsoftjan2021", "biz_mobkoiintel2", "biz_mobkoicastrol", "biz_ibmiaas", "biz_msci", "biz_facebookpgemea21", "biz_vacheron_2021", "biz_iwc_2021", "biz_panerai", "biz_sabic21", "biz_vancleef_2022", "biz_cartier2022", "biz_vca2022", "biz_vcawatches2022", "biz_Chanel", "biz_iwc22", "biz_chanelbleu", "biz_vac2022", "biz_lexus2023", "biz_shopify", "biz_jpmc_brandsafety", "biz_eurex23"], "ni": ["BNK", "BON", "BUSINESS", "EQUITYKEY", "FIALL", "FIASST", "FIN", "FRX", "GLOBALMACR", "MARKETS", "RATESKEY"], "page": "article", "sites": ["economics"], "suid": "RZLFNYDWRGG001", "tagr": []}, "archived": false, "assistance": null, "attributor": "bn", "audios": [], "authoredRegion": "Global", "authors": [{"__typename": "Person", "bio": "", "editorialBoard": false, "id": "16428676", "name": "Catarina Saraiva", "photoDisplayed": true, "profileSlug": "16428676-catarina-saraiva", "profileUrl": "APquhHUMJrg/catarina-saraiva", "roles": ["by", "reporter"], "slug": "APquhHUMJrg/catarina-saraiva", "thumbnail": {"__typename": "Image", "alt": null, "caption": null, "credit": null, "height": 160, "id": "389887522", "origHeight": 2000, "origWidth": 2000, "size": null, "themes": null, "title": "", "type": "image", "url": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/i8Y01G5Lzayo/v1/piUjdcePl62Og/160x160.jpg", "width": 160}, "twitter": "catarinasaraiva"}, {"__typename": "Person", "bio": "", "editorialBoard": false, "id": "17968825", "name": "Alexander Weber", "photoDisplayed": true, "profileSlug": "17968825-alexander-weber", "profileUrl": "ARIuualk5XM/alexander-weber", "roles": ["by", "reporter"], "slug": "ARIuualk5XM/alexander-weber", "thumbnail": {"__typename": "Image", "alt": "Alexander Weber", "caption": null, "credit": null, "height": 160, "id": "399858333", "origHeight": 2000, "origWidth": 2000, "size": null, "themes": null, "title": "Alexander Weber", "type": "image", "url": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/i9JcnyqkMt1I/v1/piUjdcePl62Og/160x160.jpg", "width": 160}, "twitter": "WeberAlexander"}], "blensQuoteIds": ["2036257D:US"], "body": {"content": [{"content": [], "data": {"position": "top"}, "type": "inline-newsletter"}, {"content": [{"type": "text", "value": "The "}, {"content": [{"type": "text", "value": "Federal Reserve Bank of Kansas City"}], "data": {"destination": {"bbg": "bbg://screens/FED", "function": {"cmd": "FED"}}, "href": "bbg://screens/FED", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Federal Reserve", "tooltip": "Federal Reserve"}, "type": "link"}, {"type": "text", "value": "\u2019s annual gathering in Jackson Hole, Wyoming gets underway with a dinner on Thursday evening. Here\u2019s what to expect from the two-day conference featuring central bankers from around the world:"}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "Federal Reserve Chair "}, {"content": [{"type": "text", "value": "Jerome Powell"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/15046536"}, "href": "bbg://people/profile/15046536", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 15046536}}}, "meta": {"profile": "15046536", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " leads the speaker line-up with a keynote speech on Friday at 10:05 a.m. New York time."}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "Investors will parse his highly anticipated speech for clues on the outlook for interest rates, which the Fed in July lifted to a range of 5.25% to 5.5%, the highest level in 22 years. "}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "Pricing in futures markets reflect an expectation that policymakers will hold rates steady when they gather on Sept. 19-20, and they see about a one-in-three chance for a quarter-point hike in November. "}], "data": {}, "type": "paragraph"}, {"content": [{"data": {"definitions": [{"dataType": "text", "title": "Read more: "}]}, "type": "columns"}, {"content": [{"content": [{"content": [{"content": [{"content": [{"type": "text", "value": "Fed Officials Say Rates Close to Peak, More Increases Possible"}], "data": {"link": {"data-web-url": "https://www.bloomberg.com/news/articles/2023-08-24/bullard-says-reaccelerating-us-economy-could-prompt-higher-rates", "destination": {"bbg": "bbg://news/stories/RZWJ2ET0G1KX", "web": "https://www.bloomberg.com/news/articles/2023-08-24/bullard-says-reaccelerating-us-economy-could-prompt-higher-rates"}, "href": "bbg://news/stories/RZWJ2ET0G1KX", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Fed Officials Say Rates Close to Peak, More Increases Possible", "tooltip": "Fed Officials Say Rates Close to Peak, More Increases Possible", "webUrl": "https://www.bloomberg.com/news/articles/2023-08-24/bullard-says-reaccelerating-us-economy-could-prompt-higher-rates"}, "story": {"identifiers": {"suid": "RZWJ2ET0G1KX"}}}, "meta": {"suid": "RZWJ2ET0G1KX", "type": "StoryLink"}, "subType": "story", "type": "entity"}], "data": {}, "type": "listItem"}, {"content": [{"content": [{"type": "text", "value": "Fed Saw Upside Inflation Risk That May Merit More Tightening "}], "data": {"link": {"data-web-url": "https://www.bloomberg.com/news/articles/2023-08-16/fed-saw-significant-inflation-risk-that-may-merit-more-hikes", "destination": {"bbg": "bbg://news/stories/RZI1BBDWLU68", "web": "https://www.bloomberg.com/news/articles/2023-08-16/fed-saw-significant-inflation-risk-that-may-merit-more-hikes"}, "href": "bbg://news/stories/RZI1BBDWLU68", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Fed Saw Upside Inflation Risk That May Merit More Tightening (2)", "tooltip": "Fed Saw Upside Inflation Risk That May Merit More Tightening (2)", "webUrl": "https://www.bloomberg.com/news/articles/2023-08-16/fed-saw-significant-inflation-risk-that-may-merit-more-hikes"}, "story": {"identifiers": {"suid": "RZI1BBDWLU68"}}}, "meta": {"suid": "RZI1BBDWLU68", "type": "StoryLink"}, "subType": "story", "type": "entity"}], "data": {}, "type": "listItem"}, {"content": [{"content": [{"type": "text", "value": "Fed Officials Shift Rates Debate From \u2018How High\u2019 to \u2018How Long\u2019"}], "data": {"link": {"data-web-url": "https://www.bloomberg.com/news/articles/2023-08-15/fed-interest-rate-debate-changing-as-inflation-pressures-cool", "destination": {"bbg": "bbg://news/stories/RZFXK4DWX2PS", "web": "https://www.bloomberg.com/news/articles/2023-08-15/fed-interest-rate-debate-changing-as-inflation-pressures-cool"}, "href": "bbg://news/stories/RZFXK4DWX2PS", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Fed Officials Shift Rates Debate From \u2018How High\u2019 to \u2018How Long\u2019", "tooltip": "Fed Officials Shift Rates Debate From \u2018How High\u2019 to \u2018How Long\u2019", "webUrl": "https://www.bloomberg.com/news/articles/2023-08-15/fed-interest-rate-debate-changing-as-inflation-pressures-cool"}, "story": {"identifiers": {"suid": "RZFXK4DWX2PS"}}}, "meta": {"suid": "RZFXK4DWX2PS", "type": "StoryLink"}, "subType": "story", "type": "entity"}], "data": {}, "type": "listItem"}], "data": {}, "subType": "unordered", "type": "list"}], "data": {"class": "news-rsf-table-string"}, "type": "cell"}], "type": "row"}], "data": {}, "type": "tabularData"}, {"content": [{"type": "text", "value": "Kansas City Fed President "}, {"content": [{"type": "text", "value": "Jeffrey Schmid"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/16736083"}, "href": "bbg://people/profile/16736083", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 16736083}}}, "meta": {"profile": "16736083", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " is hosting the conference just days after officially starting in his new role on Aug. 21. Schmid replaces "}, {"content": [{"type": "text", "value": "Esther George"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/4667674"}, "href": "bbg://people/profile/4667674", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 4667674}}}, "meta": {"profile": "4667674", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": ", who retired in January. "}], "data": {}, "type": "paragraph"}, {"content": [], "data": {"num": 1, "pageId": "article"}, "type": "ad"}, {"content": [{"type": "text", "value": "While no regional bank presidents or members of the Fed\u2019s board of governors are listed to speak on the main program schedule, all of them are set to attend, and several have media interviews scheduled for Friday."}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "Philadelphia Fed President "}, {"content": [{"type": "text", "value": "Patrick Harker"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/3249606"}, "href": "bbg://people/profile/3249606", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 3249606}}}, "meta": {"profile": "3249606", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " appears on Bloomberg Television at 11 a.m. eastern time Friday, and will also speak on Yahoo! Finance at 11:30 a.m. Cleveland chief "}, {"content": [{"type": "text", "value": "Loretta Mester"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/3981168"}, "href": "bbg://people/profile/3981168", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 3981168}}}, "meta": {"profile": "3981168", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " will appear on CNBC at 11:30 a.m. and on BTV at 2:30 p.m. Chicago\u2019s "}, {"content": [{"type": "text", "value": "Austan Goolsbee"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/15331079"}, "href": "bbg://people/profile/15331079", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 15331079}}}, "meta": {"profile": "15331079", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " speaks on CNBC at 12:30 p.m. and on BTV at 2 p.m."}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "European Central Bank President "}, {"content": [{"type": "text", "value": "Christine Lagarde"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/3073805"}, "href": "bbg://people/profile/3073805", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 3073805}}}, "meta": {"profile": "3073805", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": "\u2019s 3 p.m. speech will be her first major remarks since officials raised interest rates on July 27 but left future decisions dependent on fresh data. With economic prospects worsening, investors will listen closely for any clues on the outcome of the next policy meeting in September. After the speech, Lagarde will be interviewed by Bloomberg TV\u2019s "}, {"content": [{"type": "text", "value": "Tom Keene"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/4976412"}, "href": "bbg://people/profile/4976412", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 4976412}}}, "meta": {"profile": "4976412", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": "."}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "Other attendees include central bankers from across the globe, including Portugal\u2019s "}, {"content": [{"type": "text", "value": "Mario Centeno"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/19503809"}, "href": "bbg://people/profile/19503809", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 19503809}}}, "meta": {"profile": "19503809", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": ", South Africa\u2019s "}, {"content": [{"type": "text", "value": "Lesetja Kganyago"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/1851123"}, "href": "bbg://people/profile/1851123", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 1851123}}}, "meta": {"profile": "1851123", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": ", Australia\u2019s "}, {"content": [{"type": "text", "value": "Philip Lowe"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/1893259"}, "href": "bbg://people/profile/1893259", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 1893259}}}, "meta": {"profile": "1893259", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": ", Canada\u2019s "}, {"content": [{"type": "text", "value": "Tiff Macklem"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/7033137"}, "href": "bbg://people/profile/7033137", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 7033137}}}, "meta": {"profile": "7033137", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": ", Germany\u2019s "}, {"content": [{"type": "text", "value": "Joachim Nagel"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/6167180"}, "href": "bbg://people/profile/6167180", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 6167180}}}, "meta": {"profile": "6167180", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": ", Mexico\u2019s "}, {"content": [{"type": "text", "value": "Victoria Rodriguez"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/22579916"}, "href": "bbg://people/profile/22579916", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 22579916}}}, "meta": {"profile": "22579916", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " and Japan\u2019s "}, {"content": [{"type": "text", "value": "Kazuo Ueda"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/1866287"}, "href": "bbg://people/profile/1866287", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 1866287}}}, "meta": {"profile": "1866287", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": ". "}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "White House Council of Economic Advisers Chair "}, {"content": [{"type": "text", "value": "Jared Bernstein"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/1789385"}, "href": "bbg://people/profile/1789385", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 1789385}}}, "meta": {"profile": "1789385", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " and CEA member "}, {"content": [{"type": "text", "value": "Heather Boushey"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/5191462"}, "href": "bbg://people/profile/5191462", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 5191462}}}, "meta": {"profile": "5191462", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " \u2014 as well as Treasury Undersecretary for Domestic Finance "}, {"content": [{"type": "text", "value": "Nellie Liang"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/17126935"}, "href": "bbg://people/profile/17126935", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 17126935}}}, "meta": {"profile": "17126935", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " and her international affairs counterpart, "}, {"content": [{"type": "text", "value": "Jay Shambaugh"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/16933090"}, "href": "bbg://people/profile/16933090", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 16933090}}}, "meta": {"profile": "16933090", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " \u2014 will also attend. "}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "Panels, Papers"}], "data": {"level": 3}, "type": "heading"}, {"content": [{"type": "text", "value": "Ueda will take part in a panel on globalization with Bank of England Deputy Governor "}, {"content": [{"type": "text", "value": "Ben Broadbent"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/3776185"}, "href": "bbg://people/profile/3776185", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 3776185}}}, "meta": {"profile": "3776185", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " and World Trade Organization Director-General "}, {"content": [{"type": "text", "value": "Ngozi Okonjo-Iweala"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/1833898"}, "href": "bbg://people/profile/1833898", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 1833898}}}, "meta": {"profile": "1833898", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " on Saturday at 12:25 p.m. eastern time."}], "data": {}, "type": "paragraph"}, {"content": [{"data": {"definitions": [{"dataType": "text", "title": "More on Jackson Hole"}]}, "type": "columns"}, {"content": [{"content": [{"content": [{"content": [{"type": "text", "value": "Watch a special edition of Bloomberg "}, {"attributes": {"emphasis": true}, "type": "text", "value": "Surveillance "}, {"type": "text", "value": "live from Jackson Hole from 8 a.m. to 12 p.m. New York time on Aug. 25. It\u2019s available on "}, {"content": [{"type": "text", "value": "Bloomberg Television"}], "data": {"destination": {"web": "https://www.bloomberg.com/live/"}, "href": "https://www.bloomberg.com/live/", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Link to Website", "tooltip": "Link to Website"}, "type": "link"}, {"type": "text", "value": ", on the terminal at TV <GO> and YouTube. Catch a simulcast on "}, {"content": [{"type": "text", "value": "Bloomberg Radio"}], "data": {"destination": {"web": "https://www.bloomberg.com/audio"}, "href": "https://www.bloomberg.com/audio", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Click to view webpage.", "tooltip": "Click to view webpage."}, "type": "link"}, {"type": "text", "value": " or RADI <GO>."}], "data": {}, "type": "listItem"}, {"content": [{"attributes": {"emphasis": true}, "type": "text", "value": "Surveillance"}, {"type": "text", "value": " co-anchor Tom Keene interviews European Central Bank President Christine Lagarde at 4 p.m. New York time Friday."}], "data": {}, "type": "listItem"}], "data": {}, "subType": "unordered", "type": "list"}], "data": {"class": "news-rsf-table-string"}, "type": "cell"}], "type": "row"}], "data": {}, "type": "tabularData"}, {"content": [{"type": "text", "value": "Economists will also present four papers during the conference."}], "data": {}, "type": "paragraph"}, {"content": [], "data": {"num": 2, "pageId": "article"}, "type": "ad"}, {"content": [{"type": "text", "value": "Friday\u2019s programming kicks off at 10:30 a.m., with the University of Chicago\u2019s Yueran Ma presenting a paper that examines whether the macroeconomic environment has impacted long-run shifts in the economy."}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "At 11:55 a.m., Stanford University Professor "}, {"content": [{"type": "text", "value": "Darrell Duffie"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/15139665"}, "href": "bbg://people/profile/15139665", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 15139665}}}, "meta": {"profile": "15139665", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " presents his paper on structural changes in financial markets and the conduct of monetary policy. "}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "At 12:55 p.m., Stanford\u2019s "}, {"content": [{"type": "text", "value": "Charles Jones"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/16749218"}, "href": "bbg://people/profile/16749218", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 16749218}}}, "meta": {"profile": "16749218", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": ", Chicago University\u2019s "}, {"content": [{"type": "text", "value": "Chad Syverson"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/17382072"}, "href": "bbg://people/profile/17382072", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 17382072}}}, "meta": {"profile": "17382072", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " and ADP Research Institute chief economist "}, {"content": [{"type": "text", "value": "Nela Richardson"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/17228419"}, "href": "bbg://people/profile/17228419", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 17228419}}}, "meta": {"profile": "17228419", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " discuss structural constraints on growth. "}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "In Saturday\u2019s first paper, at 10 a.m., Harvard\u2019s Laura Alfaro discusses global production networks. At 11 a.m., UC Berkley\u2019s "}, {"content": [{"type": "text", "value": "Barry Eichengreen"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/1871679"}, "href": "bbg://people/profile/1871679", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 1871679}}}, "meta": {"profile": "1871679", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " presents a paper on global financial flows. "}], "data": {}, "type": "paragraph"}, {"content": [], "data": {"position": "bottom"}, "type": "inline-newsletter"}], "data": {}, "type": "document"}, "brand": "economics", "byline": "Catarina Saraiva and Alexander Weber", "categories": [], "charts": [], "checksum": "24e351716e827ab5d7000e7e9b50c5a8", "cobrand": null, "contentTags": [{"derivedScore": 4.367377496245923, "id": "kansas-city", "name": "Kansas City", "type": "City"}, {"derivedScore": 3.8398303329478574, "id": "reserve-bank", "name": "Reserve Bank", "type": "Topic"}, {"derivedScore": 6.604349140526914, "id": "central-bankers", "name": "Central Bankers", "type": "Topic"}, {"derivedScore": 1.3977272727272727, "id": "interest-rates", "name": "Interest Rates", "type": "Topic"}, {"derivedScore": 0.9350296442687748, "id": "futures-markets", "name": "Futures Markets", "type": "Topic"}, {"derivedScore": 0.8221343873517787, "id": "chicago", "name": "Chicago", "type": "City"}, {"derivedScore": 0.6961140799430303, "id": "media", "name": "Media", "type": "Topic"}, {"derivedScore": 0.6432806324110671, "id": "philadelphia", "name": "Philadelphia", "type": "City"}, {"derivedScore": 0.6047430830039525, "id": "cleveland", "name": "Cleveland", "type": "City"}, {"derivedScore": 6.756377091044163, "id": "monetary-policy", "name": "Monetary Policy", "type": "Topic"}, {"derivedScore": 0.44639328063241107, "id": "PT", "name": "Portugal", "type": "Country"}, {"derivedScore": 0.44021739130434784, "id": "ZA", "name": "South Africa", "type": "Country"}, {"derivedScore": 0.4323122529644269, "id": "AU", "name": "Australia", "type": "Country"}, {"derivedScore": 0.42638339920948615, "id": "CA", "name": "Canada", "type": "Country"}, {"derivedScore": 0.4209486166007905, "id": "DE", "name": "Germany", "type": "Country"}, {"derivedScore": 0.4150197628458498, "id": "MX", "name": "Mexico", "type": "Country"}, {"derivedScore": 0.40711462450592883, "id": "JP", "name": "Japan", "type": "Country"}, {"derivedScore": 0.2381422924901186, "id": "youtube", "name": "Youtube", "type": "Topic"}, {"derivedScore": 0.14105731225296442, "id": "environment", "name": "Environment", "type": "Topic"}, {"derivedScore": 0.07361660079051384, "id": "TD", "name": "Chad", "type": "Country"}, {"derivedScore": 7.3085190193988865, "id": "finance", "name": "Finance", "type": "Classification"}, {"derivedScore": 6.756377091044163, "id": "policy", "name": "Policy", "type": "Topic"}, {"derivedScore": 0.2381422924901186, "id": "video-streaming", "name": "Video Streaming", "type": "Topic"}, {"derivedScore": 0.6448704368824794, "id": "Europe", "name": "Europe", "type": "Region"}, {"derivedScore": 0.2381422924901186, "id": "entertainment", "name": "Entertainment", "type": "Topic"}, {"derivedScore": 0.2381422924901186, "id": "streaming-services", "name": "Streaming Services", "type": "Topic"}, {"derivedScore": 7.3484390787143745, "id": "banking", "name": "Banking", "type": "Topic"}, {"derivedScore": 0.8058943973316032, "id": "US", "name": "United States", "type": "Country"}, {"derivedScore": 0.6961140799430303, "id": "media-and-entertainment", "name": "Media and Entertainment", "type": "Topic"}, {"derivedScore": 1.3251365707578922, "id": "global-trade", "name": "Global Trade", "type": "Topic"}, {"derivedScore": 6.877215681480167, "id": "markets", "name": "Markets", "type": "Classification"}, {"derivedScore": 0.40217391304347827, "id": "politics", "name": "Politics", "type": "Classification"}, {"derivedScore": 6.756377091044163, "id": "government", "name": "Government", "type": "Topic"}, {"derivedScore": 0.6358496027468359, "id": "emerging-markets", "name": "Emerging Markets", "type": "Topic"}, {"derivedScore": 0.6240050818746471, "id": "Asia", "name": "Asia", "type": "Region"}, {"derivedScore": 0.44637276364878475, "id": "Africa", "name": "Africa", "type": "Region"}, {"derivedScore": 1.0215976913931843, "id": "US", "name": "Americas", "type": "Region"}, {"derivedScore": 0.44021739130434784, "id": "brics", "name": "BRICS", "type": "Topic"}, {"derivedScore": 6.756377091044163, "id": "fixed-income", "name": "Fixed Income", "type": "Topic"}, {"derivedScore": 0.2381422924901186, "id": "entertainment-disrupted", "name": "Entertainment Disrupted", "type": "Topic"}, {"derivedScore": 0.6358496027468359, "id": "emerging-markets-economics", "name": "Emerging Markets Economics", "type": "Topic"}, {"derivedScore": 0.2381422924901186, "id": "technology", "name": "Technology", "type": "Classification"}], "corrected": false, "disclaimer": null, "facebook": {"__typename": "Social", "image": {"__typename": "Image", "url": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iHftJFuhEPt4/v3/1200x799.jpg"}, "shareText": "The Fed\u2019s Jackson Hole conference is underway. Here\u2019s what to expect.", "title": "Fed\u2019s Jackson Hole Conference Is Underway: Here\u2019s What to Expect"}, "footer": {"content": [{"content": [{"type": "text", "value": "To contact the reporters on this story:"}, {"type": "br"}, {"content": [{"type": "text", "value": "Catarina Saraiva"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/16428676"}, "href": "bbg://people/profile/16428676", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 16428676}}}, "meta": {"profile": "16428676", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " in "}, {"type": "text", "value": "Houston"}, {"type": "text", "value": " at "}, {"content": [{"type": "text", "value": "asaraiva5@bloomberg.net"}], "data": {"destination": {"bbg": "bbg://msg/asaraiva5@bloomberg.net"}, "href": "bbg://msg/asaraiva5@bloomberg.net", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Click for message.", "tooltip": "Click for message."}, "type": "link"}, {"type": "text", "value": ";"}, {"type": "br"}, {"content": [{"type": "text", "value": "Alexander Weber"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/17968825"}, "href": "bbg://people/profile/17968825", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 17968825}}}, "meta": {"profile": "17968825", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " in "}, {"type": "text", "value": "Frankfurt"}, {"type": "text", "value": " at "}, {"content": [{"type": "text", "value": "aweber45@bloomberg.net"}], "data": {"destination": {"bbg": "bbg://msg/aweber45@bloomberg.net"}, "href": "bbg://msg/aweber45@bloomberg.net", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Click for message.", "tooltip": "Click for message."}, "type": "link"}], "data": {"class": "news-rsf-contact-reporter"}, "type": "paragraph"}, {"content": [{"type": "text", "value": "To contact the editors responsible for this story:"}, {"type": "br"}, {"content": [{"type": "text", "value": "Kate Davidson"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/23162408"}, "href": "bbg://people/profile/23162408", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 23162408}}}, "meta": {"profile": "23162408", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " at "}, {"content": [{"type": "text", "value": "kdavidson60@bloomberg.net"}], "data": {"destination": {"bbg": "bbg://msg/kdavidson60@bloomberg.net"}, "href": "bbg://msg/kdavidson60@bloomberg.net", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Click for message.", "tooltip": "Click for message."}, "type": "link"}, {"type": "br"}, {"type": "text", "value": "Ana Monteiro"}], "data": {"class": "news-rsf-contact-editor"}, "type": "paragraph"}], "data": {}, "type": "footer"}, "footnotes": {"content": [{"content": [], "type": "footnotes"}], "data": {}, "type": "document"}, "franchise": null, "headline": "Fed\u2019s Jackson Hole Conference Is Underway: Here\u2019s What to Expect", "hedAndDekPosition": "above", "id": "RZLFNYDWRGG001", "imageAttachments": {"401416391": {"alt": "Federal Reserve Jackson Hole Economic Symposium ", "caption": null, "credit": null, "height": 1331, "id": "401416391", "origHeight": 1331, "origWidth": 2000, "size": null, "themes": null, "title": "Federal Reserve Jackson Hole Economic Symposium ", "type": "image", "url": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iHftJFuhEPt4/v3/-1x-1.jpg", "width": 2000}}, "isPageTracked": true, "isTrending": false, "label": null, "language": "en", "lede": {"alt": "Jerome Powell at the Jackson Hole economic symposium in Moran, Wyoming, on Aug. 24.", "caption": "Jerome Powell at the Jackson Hole economic symposium in Moran, Wyoming, on Aug. 24.", "credit": "Photographer: David Paul Morris/Bloomberg", "height": 1331, "id": "401416391", "origHeight": 1331, "origWidth": 2000, "size": "small", "themes": null, "title": "Federal Reserve Jackson Hole Economic Symposium ", "type": "image", "url": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iHftJFuhEPt4/v3/-1x-1.jpg", "width": 2000}, "ledeImageUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iHftJFuhEPt4/v3/-1x-1.jpg", "locale": "en", "metadata": {"__typename": "Meta", "background": null, "cobrand": null, "excludeFromPaywall": false, "hiddenInlineAttachments": ["401416391"], "isMetered": true, "magazine": false, "newsletterSlug": null, "newsletterToutLabel": null, "suppressComments": false, "terminalBlogId": null, "theme": null}, "mostRelevantTags": ["Federal Reserve", "Kansas City", "Wyoming", "Reserve Bank", "Central Bankers", "Jay Powell", "Jeff Schmid", "Interest Rates", "New York", "World Trade Organization"], "moved": false, "pillar": null, "premium": false, "publishedAt": "2023-08-25T00:00:00.003Z", "readingDuration": 234408, "readingUrl": "https://assets.bwbx.io/s3/readings/RZLFNYDWRGG01692967870676.mp3", "resourceType": "Story", "revision": "RZLFNYDWRGG0", "secondaryBrands": ["economics"], "seoCanonical": "https://www.bloomberg.com/news/articles/2023-08-25/fed-s-jackson-hole-conference-is-underway-here-s-what-to-expect", "seoDescription": "The Federal Reserve Bank of Kansas City\u2019s annual gathering in Jackson Hole, Wyoming gets underway with a dinner on Thursday evening. Here\u2019s what to expect from the two-day conference featuring central bankers from around the world:", "seoHeadline": "Fed\u2019s Jackson Hole Conference: Schedule From Powell Speech to Panels", "seoTitle": "Fed\u2019s Jackson Hole Conference: Schedule From Powell Speech to Panels", "site": "economics", "sites": null, "slug": "2023-08-25/fed-s-jackson-hole-conference-is-underway-here-s-what-to-expect", "socialDescription": "The Federal Reserve Bank of Kansas City\u2019s annual gathering in Jackson Hole, Wyoming gets underway with a dinner on Thursday evening. Here\u2019s what to expect from the two-day conference featuring central bankers from around the world:", "socialHeadline": "Fed\u2019s Jackson Hole Conference Is Underway: Here\u2019s What to Expect", "socialImageUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iHftJFuhEPt4/v3/1200x799.jpg", "socialStatus": "The Fed\u2019s Jackson Hole conference is underway. Here\u2019s what to expect.", "storythreads": null, "summary": "The Federal Reserve Bank of Kansas City\u2019s annual gathering in Jackson Hole, Wyoming gets underway with a dinner on Thursday evening. Here\u2019s what to expect from the two-day conference featuring central bankers from around the world:", "summaryHtml": "", "summaryText": "", "trashline": "", "twitterDescription": "The Federal Reserve Bank of Kansas City\u2019s annual gathering in Jackson Hole, Wyoming gets underway with a dinner on Thursday evening. Here\u2019s what to expect from the two-day conference featuring central bankers from around the world:", "twitterSocialHeadline": "The Fed\u2019s Jackson Hole conference is underway. Here\u2019s what to expect", "twitterTitle": "Fed\u2019s Jackson Hole Conference Is Underway: Here\u2019s What to Expect", "type": "article", "updatedAt": "2023-08-25T00:00:00.003Z", "url": "https://www.bloomberg.com/news/articles/2023-08-25/fed-s-jackson-hole-conference-is-underway-here-s-what-to-expect", "videoAttachments": {}}, "message": "Successful", "status": true} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"__modelType": {"type": "string"}, "abstract": {"type": "array", "items": {"type": "string"}}, "adTargeting": {"type": "object", "properties": {"__typename": {"type": "string"}, "adCode": {"type": "string"}, "currentResource": {"type": "string"}, "gs_cat": {"type": "array", "items": {"type": "string"}}, "kwl": {"type": "array", "items": {"type": "string"}}, "ni": {"type": "array", "items": {"type": "string"}}, "page": {"type": "string"}, "sites": {"type": "array", "items": {"type": "string"}}, "suid": {"type": "string"}, "tagr": {"type": "array"}}}, "archived": {"type": "boolean"}, "assistance": {"type": "null"}, "attributor": {"type": "string"}, "audios": {"type": "array"}, "authoredRegion": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "bio": {"type": "string"}, "editorialBoard": {"type": "boolean"}, "id": {"type": "string"}, "name": {"type": "string"}, "photoDisplayed": {"type": "boolean"}, "profileSlug": {"type": "string"}, "profileUrl": {"type": "string"}, "roles": {"type": "array", "items": {"type": "string"}}, "slug": {"type": "string"}, "thumbnail": {"type": "object"}, "twitter": {"type": "string"}}}}, "blensQuoteIds": {"type": "array", "items": {"type": "string"}}, "body": {"type": "object", "properties": {"content": {"type": "array", "items": {"type": "object", "properties": {"content": {"type": "array"}, "data": {"type": "object"}, "type": {"type": "string"}}}}, "data": {"type": "object"}, "type": {"type": "string"}}}, "brand": {"type": "string"}, "byline": {"type": "string"}, "categories": {"type": "array"}, "charts": {"type": "array"}, "checksum": {"type": "string"}, "cobrand": {"type": "null"}, "contentTags": {"type": "array", "items": {"type": "object", "properties": {"derivedScore": {"type": "number"}, "id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}}}, "corrected": {"type": "boolean"}, "disclaimer": {"type": "null"}, "facebook": {"type": "object", "properties": {"__typename": {"type": "string"}, "image": {"type": "object", "properties": {"__typename": {"type": "string"}, "url": {"type": "string"}}}, "shareText": {"type": "string"}, "title": {"type": "string"}}}, "footer": {"type": "object", "properties": {"content": {"type": "array", "items": {"type": "object", "properties": {"content": {"type": "array", "items": {"type": "object"}}, "data": {"type": "object", "properties": {"class": {"type": "string"}}}, "type": {"type": "string"}}}}, "data": {"type": "object"}, "type": {"type": "string"}}}, "footnotes": {"type": "object", "properties": {"content": {"type": "array", "items": {"type": "object", "properties": {"content": {"type": "array"}, "type": {"type": "string"}}}}, "data": {"type": "object"}, "type": {"type": "string"}}}, "franchise": {"type": "null"}, "headline": {"type": "string"}, "hedAndDekPosition": {"type": "string"}, "id": {"type": "string"}, "imageAttachments": {"type": "object", "properties": {"401416391": {"type": "object", "properties": {"alt": {"type": "string"}, "caption": {"type": "null"}, "credit": {"type": "null"}, "height": {"type": "integer"}, "id": {"type": "string"}, "origHeight": {"type": "integer"}, "origWidth": {"type": "integer"}, "size": {"type": "null"}, "themes": {"type": "null"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}}}}, "isPageTracked": {"type": "boolean"}, "isTrending": {"type": "boolean"}, "label": {"type": "null"}, "language": {"type": "string"}, "lede": {"type": "object", "properties": {"alt": {"type": "string"}, "caption": {"type": "string"}, "credit": {"type": "string"}, "height": {"type": "integer"}, "id": {"type": "string"}, "origHeight": {"type": "integer"}, "origWidth": {"type": "integer"}, "size": {"type": "string"}, "themes": {"type": "null"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "ledeImageUrl": {"type": "string"}, "locale": {"type": "string"}, "metadata": {"type": "object", "properties": {"__typename": {"type": "string"}, "background": {"type": "null"}, "cobrand": {"type": "null"}, "excludeFromPaywall": {"type": "boolean"}, "hiddenInlineAttachments": {"type": "array", "items": {"type": "string"}}, "isMetered": {"type": "boolean"}, "magazine": {"type": "boolean"}, "newsletterSlug": {"type": "null"}, "newsletterToutLabel": {"type": "null"}, "suppressComments": {"type": "boolean"}, "terminalBlogId": {"type": "null"}, "theme": {"type": "null"}}}, "mostRelevantTags": {"type": "array", "items": {"type": "string"}}, "moved": {"type": "boolean"}, "pillar": {"type": "null"}, "premium": {"type": "boolean"}, "publishedAt": {"type": "string"}, "readingDuration": {"type": "integer"}, "readingUrl": {"type": "string"}, "resourceType": {"type": "string"}, "revision": {"type": "string"}, "secondaryBrands": {"type": "array", "items": {"type": "string"}}, "seoCanonical": {"type": "string"}, "seoDescription": {"type": "string"}, "seoHeadline": {"type": "string"}, "seoTitle": {"type": "string"}, "site": {"type": "string"}, "sites": {"type": "null"}, "slug": {"type": "string"}, "socialDescription": {"type": "string"}, "socialHeadline": {"type": "string"}, "socialImageUrl": {"type": "string"}, "socialStatus": {"type": "string"}, "storythreads": {"type": "null"}, "summary": {"type": "string"}, "summaryHtml": {"type": "string"}, "summaryText": {"type": "string"}, "trashline": {"type": "string"}, "twitterDescription": {"type": "string"}, "twitterSocialHeadline": {"type": "string"}, "twitterTitle": {"type": "string"}, "type": {"type": "string"}, "updatedAt": {"type": "string"}, "url": {"type": "string"}, "videoAttachments": {"type": "object"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}} |
c16d650b-9e8d-43ae-aaf0-e8fa5babb500/58c68369-84e1-45ab-b324-a913ebdcbb89/0/0 | BB Finance Bloomberg | Real-time data, unofficial API Bloomberg.com, Bloomberg.com allows users to grasp stock market trends, price fluctuations, and economic shifts. Specific data and in-depth analysis aid readers in understanding the factors influencing changes in the financial world | 8.8 | news/detail | news/detail | 200 | New Example | {"data": {"__modelType": "Story", "abstract": ["Powell speaks on Friday, as does ECB President Lagarde", "Attendees include Germany\u2019s Nagel, Bank of Japan\u2019s Ueda"], "adTargeting": {"__typename": "AdTargeting", "adCode": "bloomberg/economics/article", "currentResource": "Story|RZLFNYDWRGG001", "gs_cat": ["gv_safe", "pos_ibm", "gs_economy", "gs_economy_misc", "gs_finance", "mexico_custom", "hnwi_aiq_custom", "gs_finance_banking", "fdm_aiq_custom"], "kwl": ["biz_barclays", "biz_cartier", "biz_ishares", "biz_Samsung", "biz_googlelist", "biz_googlelisttwo", "biz_trowe", "biz_schwab", "biz_tda", "biz_kornferry", "biz_brandusa", "biz_lexus2", "biz_singlecountry", "biz_dun_bradstreet", "biz_BMW", "biz_boeing", "biz_att7", "biz_facebook1", "biz_facebook2", "biz_msft", "biz_Fidelity_investopedia", "biz_jpmorgan", "biz_morg", "biz_airfrance", "biz_kpmg30voices", "biz_mobkoivca", "biz_kpmg", "biz_mobkoidyson", "biz_facebookcbb", "biz_socgenoctnov19", "biz_cvs", "biz_wellspop", "biz_mobkoifortnite", "biz_porsche2019", "biz_JH_APAC_2020", "biz_mobkoicartier", "biz_ukdit", "biz_kpmgpg", "biz_mobkoifacebookpolicyaffairs", "biz_ptarmiganapac2020", "biz_barc1", "biz_westpac", "biz_signet", "biz_cartier3", "biz_diageo", "biz_mobkoiaudermars", "biz_signet2", "biz_mobkoiintel", "biz_xaxiscartierhk", "biz_googleapps", "biz_socgen2020", "biz_mobkoiveuve", "biz_facebookmobkoioct2020", "biz_microsoftnov", "biz_cigna", "biz_verizonus2021", "biz_microsoftjan2021", "biz_mobkoiintel2", "biz_mobkoicastrol", "biz_ibmiaas", "biz_msci", "biz_facebookpgemea21", "biz_vacheron_2021", "biz_iwc_2021", "biz_panerai", "biz_sabic21", "biz_vancleef_2022", "biz_cartier2022", "biz_vca2022", "biz_vcawatches2022", "biz_Chanel", "biz_iwc22", "biz_chanelbleu", "biz_vac2022", "biz_lexus2023", "biz_shopify", "biz_jpmc_brandsafety", "biz_eurex23"], "ni": ["BNK", "BON", "BUSINESS", "EQUITYKEY", "FIALL", "FIASST", "FIN", "FRX", "GLOBALMACR", "MARKETS", "RATESKEY"], "page": "article", "sites": ["economics"], "suid": "RZLFNYDWRGG001", "tagr": []}, "archived": false, "assistance": null, "attributor": "bn", "audios": [], "authoredRegion": "Global", "authors": [{"__typename": "Person", "bio": "", "editorialBoard": false, "id": "16428676", "name": "Catarina Saraiva", "photoDisplayed": true, "profileSlug": "16428676-catarina-saraiva", "profileUrl": "APquhHUMJrg/catarina-saraiva", "roles": ["by", "reporter"], "slug": "APquhHUMJrg/catarina-saraiva", "thumbnail": {"__typename": "Image", "alt": null, "caption": null, "credit": null, "height": 160, "id": "389887522", "origHeight": 2000, "origWidth": 2000, "size": null, "themes": null, "title": "", "type": "image", "url": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/i8Y01G5Lzayo/v1/piUjdcePl62Og/160x160.jpg", "width": 160}, "twitter": "catarinasaraiva"}, {"__typename": "Person", "bio": "", "editorialBoard": false, "id": "17968825", "name": "Alexander Weber", "photoDisplayed": true, "profileSlug": "17968825-alexander-weber", "profileUrl": "ARIuualk5XM/alexander-weber", "roles": ["by", "reporter"], "slug": "ARIuualk5XM/alexander-weber", "thumbnail": {"__typename": "Image", "alt": "Alexander Weber", "caption": null, "credit": null, "height": 160, "id": "399858333", "origHeight": 2000, "origWidth": 2000, "size": null, "themes": null, "title": "Alexander Weber", "type": "image", "url": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/i9JcnyqkMt1I/v1/piUjdcePl62Og/160x160.jpg", "width": 160}, "twitter": "WeberAlexander"}], "blensQuoteIds": ["2036257D:US"], "body": {"content": [{"content": [], "data": {"position": "top"}, "type": "inline-newsletter"}, {"content": [{"type": "text", "value": "The "}, {"content": [{"type": "text", "value": "Federal Reserve Bank of Kansas City"}], "data": {"destination": {"bbg": "bbg://screens/FED", "function": {"cmd": "FED"}}, "href": "bbg://screens/FED", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Federal Reserve", "tooltip": "Federal Reserve"}, "type": "link"}, {"type": "text", "value": "\u2019s annual gathering in Jackson Hole, Wyoming gets underway with a dinner on Thursday evening. Here\u2019s what to expect from the two-day conference featuring central bankers from around the world:"}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "Federal Reserve Chair "}, {"content": [{"type": "text", "value": "Jerome Powell"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/15046536"}, "href": "bbg://people/profile/15046536", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 15046536}}}, "meta": {"profile": "15046536", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " leads the speaker line-up with a keynote speech on Friday at 10:05 a.m. New York time."}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "Investors will parse his highly anticipated speech for clues on the outlook for interest rates, which the Fed in July lifted to a range of 5.25% to 5.5%, the highest level in 22 years. "}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "Pricing in futures markets reflect an expectation that policymakers will hold rates steady when they gather on Sept. 19-20, and they see about a one-in-three chance for a quarter-point hike in November. "}], "data": {}, "type": "paragraph"}, {"content": [{"data": {"definitions": [{"dataType": "text", "title": "Read more: "}]}, "type": "columns"}, {"content": [{"content": [{"content": [{"content": [{"content": [{"type": "text", "value": "Fed Officials Say Rates Close to Peak, More Increases Possible"}], "data": {"link": {"data-web-url": "https://www.bloomberg.com/news/articles/2023-08-24/bullard-says-reaccelerating-us-economy-could-prompt-higher-rates", "destination": {"bbg": "bbg://news/stories/RZWJ2ET0G1KX", "web": "https://www.bloomberg.com/news/articles/2023-08-24/bullard-says-reaccelerating-us-economy-could-prompt-higher-rates"}, "href": "bbg://news/stories/RZWJ2ET0G1KX", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Fed Officials Say Rates Close to Peak, More Increases Possible", "tooltip": "Fed Officials Say Rates Close to Peak, More Increases Possible", "webUrl": "https://www.bloomberg.com/news/articles/2023-08-24/bullard-says-reaccelerating-us-economy-could-prompt-higher-rates"}, "story": {"identifiers": {"suid": "RZWJ2ET0G1KX"}}}, "meta": {"suid": "RZWJ2ET0G1KX", "type": "StoryLink"}, "subType": "story", "type": "entity"}], "data": {}, "type": "listItem"}, {"content": [{"content": [{"type": "text", "value": "Fed Saw Upside Inflation Risk That May Merit More Tightening "}], "data": {"link": {"data-web-url": "https://www.bloomberg.com/news/articles/2023-08-16/fed-saw-significant-inflation-risk-that-may-merit-more-hikes", "destination": {"bbg": "bbg://news/stories/RZI1BBDWLU68", "web": "https://www.bloomberg.com/news/articles/2023-08-16/fed-saw-significant-inflation-risk-that-may-merit-more-hikes"}, "href": "bbg://news/stories/RZI1BBDWLU68", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Fed Saw Upside Inflation Risk That May Merit More Tightening (2)", "tooltip": "Fed Saw Upside Inflation Risk That May Merit More Tightening (2)", "webUrl": "https://www.bloomberg.com/news/articles/2023-08-16/fed-saw-significant-inflation-risk-that-may-merit-more-hikes"}, "story": {"identifiers": {"suid": "RZI1BBDWLU68"}}}, "meta": {"suid": "RZI1BBDWLU68", "type": "StoryLink"}, "subType": "story", "type": "entity"}], "data": {}, "type": "listItem"}, {"content": [{"content": [{"type": "text", "value": "Fed Officials Shift Rates Debate From \u2018How High\u2019 to \u2018How Long\u2019"}], "data": {"link": {"data-web-url": "https://www.bloomberg.com/news/articles/2023-08-15/fed-interest-rate-debate-changing-as-inflation-pressures-cool", "destination": {"bbg": "bbg://news/stories/RZFXK4DWX2PS", "web": "https://www.bloomberg.com/news/articles/2023-08-15/fed-interest-rate-debate-changing-as-inflation-pressures-cool"}, "href": "bbg://news/stories/RZFXK4DWX2PS", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Fed Officials Shift Rates Debate From \u2018How High\u2019 to \u2018How Long\u2019", "tooltip": "Fed Officials Shift Rates Debate From \u2018How High\u2019 to \u2018How Long\u2019", "webUrl": "https://www.bloomberg.com/news/articles/2023-08-15/fed-interest-rate-debate-changing-as-inflation-pressures-cool"}, "story": {"identifiers": {"suid": "RZFXK4DWX2PS"}}}, "meta": {"suid": "RZFXK4DWX2PS", "type": "StoryLink"}, "subType": "story", "type": "entity"}], "data": {}, "type": "listItem"}], "data": {}, "subType": "unordered", "type": "list"}], "data": {"class": "news-rsf-table-string"}, "type": "cell"}], "type": "row"}], "data": {}, "type": "tabularData"}, {"content": [{"type": "text", "value": "Kansas City Fed President "}, {"content": [{"type": "text", "value": "Jeffrey Schmid"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/16736083"}, "href": "bbg://people/profile/16736083", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 16736083}}}, "meta": {"profile": "16736083", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " is hosting the conference just days after officially starting in his new role on Aug. 21. Schmid replaces "}, {"content": [{"type": "text", "value": "Esther George"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/4667674"}, "href": "bbg://people/profile/4667674", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 4667674}}}, "meta": {"profile": "4667674", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": ", who retired in January. "}], "data": {}, "type": "paragraph"}, {"content": [], "data": {"num": 1, "pageId": "article"}, "type": "ad"}, {"content": [{"type": "text", "value": "While no regional bank presidents or members of the Fed\u2019s board of governors are listed to speak on the main program schedule, all of them are set to attend, and several have media interviews scheduled for Friday."}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "Philadelphia Fed President "}, {"content": [{"type": "text", "value": "Patrick Harker"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/3249606"}, "href": "bbg://people/profile/3249606", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 3249606}}}, "meta": {"profile": "3249606", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " appears on Bloomberg Television at 11 a.m. eastern time Friday, and will also speak on Yahoo! Finance at 11:30 a.m. Cleveland chief "}, {"content": [{"type": "text", "value": "Loretta Mester"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/3981168"}, "href": "bbg://people/profile/3981168", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 3981168}}}, "meta": {"profile": "3981168", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " will appear on CNBC at 11:30 a.m. and on BTV at 2:30 p.m. Chicago\u2019s "}, {"content": [{"type": "text", "value": "Austan Goolsbee"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/15331079"}, "href": "bbg://people/profile/15331079", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 15331079}}}, "meta": {"profile": "15331079", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " speaks on CNBC at 12:30 p.m. and on BTV at 2 p.m."}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "European Central Bank President "}, {"content": [{"type": "text", "value": "Christine Lagarde"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/3073805"}, "href": "bbg://people/profile/3073805", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 3073805}}}, "meta": {"profile": "3073805", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": "\u2019s 3 p.m. speech will be her first major remarks since officials raised interest rates on July 27 but left future decisions dependent on fresh data. With economic prospects worsening, investors will listen closely for any clues on the outcome of the next policy meeting in September. After the speech, Lagarde will be interviewed by Bloomberg TV\u2019s "}, {"content": [{"type": "text", "value": "Tom Keene"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/4976412"}, "href": "bbg://people/profile/4976412", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 4976412}}}, "meta": {"profile": "4976412", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": "."}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "Other attendees include central bankers from across the globe, including Portugal\u2019s "}, {"content": [{"type": "text", "value": "Mario Centeno"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/19503809"}, "href": "bbg://people/profile/19503809", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 19503809}}}, "meta": {"profile": "19503809", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": ", South Africa\u2019s "}, {"content": [{"type": "text", "value": "Lesetja Kganyago"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/1851123"}, "href": "bbg://people/profile/1851123", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 1851123}}}, "meta": {"profile": "1851123", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": ", Australia\u2019s "}, {"content": [{"type": "text", "value": "Philip Lowe"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/1893259"}, "href": "bbg://people/profile/1893259", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 1893259}}}, "meta": {"profile": "1893259", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": ", Canada\u2019s "}, {"content": [{"type": "text", "value": "Tiff Macklem"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/7033137"}, "href": "bbg://people/profile/7033137", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 7033137}}}, "meta": {"profile": "7033137", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": ", Germany\u2019s "}, {"content": [{"type": "text", "value": "Joachim Nagel"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/6167180"}, "href": "bbg://people/profile/6167180", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 6167180}}}, "meta": {"profile": "6167180", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": ", Mexico\u2019s "}, {"content": [{"type": "text", "value": "Victoria Rodriguez"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/22579916"}, "href": "bbg://people/profile/22579916", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 22579916}}}, "meta": {"profile": "22579916", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " and Japan\u2019s "}, {"content": [{"type": "text", "value": "Kazuo Ueda"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/1866287"}, "href": "bbg://people/profile/1866287", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 1866287}}}, "meta": {"profile": "1866287", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": ". "}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "White House Council of Economic Advisers Chair "}, {"content": [{"type": "text", "value": "Jared Bernstein"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/1789385"}, "href": "bbg://people/profile/1789385", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 1789385}}}, "meta": {"profile": "1789385", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " and CEA member "}, {"content": [{"type": "text", "value": "Heather Boushey"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/5191462"}, "href": "bbg://people/profile/5191462", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 5191462}}}, "meta": {"profile": "5191462", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " \u2014 as well as Treasury Undersecretary for Domestic Finance "}, {"content": [{"type": "text", "value": "Nellie Liang"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/17126935"}, "href": "bbg://people/profile/17126935", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 17126935}}}, "meta": {"profile": "17126935", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " and her international affairs counterpart, "}, {"content": [{"type": "text", "value": "Jay Shambaugh"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/16933090"}, "href": "bbg://people/profile/16933090", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 16933090}}}, "meta": {"profile": "16933090", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " \u2014 will also attend. "}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "Panels, Papers"}], "data": {"level": 3}, "type": "heading"}, {"content": [{"type": "text", "value": "Ueda will take part in a panel on globalization with Bank of England Deputy Governor "}, {"content": [{"type": "text", "value": "Ben Broadbent"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/3776185"}, "href": "bbg://people/profile/3776185", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 3776185}}}, "meta": {"profile": "3776185", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " and World Trade Organization Director-General "}, {"content": [{"type": "text", "value": "Ngozi Okonjo-Iweala"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/1833898"}, "href": "bbg://people/profile/1833898", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 1833898}}}, "meta": {"profile": "1833898", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " on Saturday at 12:25 p.m. eastern time."}], "data": {}, "type": "paragraph"}, {"content": [{"data": {"definitions": [{"dataType": "text", "title": "More on Jackson Hole"}]}, "type": "columns"}, {"content": [{"content": [{"content": [{"content": [{"type": "text", "value": "Watch a special edition of Bloomberg "}, {"attributes": {"emphasis": true}, "type": "text", "value": "Surveillance "}, {"type": "text", "value": "live from Jackson Hole from 8 a.m. to 12 p.m. New York time on Aug. 25. It\u2019s available on "}, {"content": [{"type": "text", "value": "Bloomberg Television"}], "data": {"destination": {"web": "https://www.bloomberg.com/live/"}, "href": "https://www.bloomberg.com/live/", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Link to Website", "tooltip": "Link to Website"}, "type": "link"}, {"type": "text", "value": ", on the terminal at TV <GO> and YouTube. Catch a simulcast on "}, {"content": [{"type": "text", "value": "Bloomberg Radio"}], "data": {"destination": {"web": "https://www.bloomberg.com/audio"}, "href": "https://www.bloomberg.com/audio", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Click to view webpage.", "tooltip": "Click to view webpage."}, "type": "link"}, {"type": "text", "value": " or RADI <GO>."}], "data": {}, "type": "listItem"}, {"content": [{"attributes": {"emphasis": true}, "type": "text", "value": "Surveillance"}, {"type": "text", "value": " co-anchor Tom Keene interviews European Central Bank President Christine Lagarde at 4 p.m. New York time Friday."}], "data": {}, "type": "listItem"}], "data": {}, "subType": "unordered", "type": "list"}], "data": {"class": "news-rsf-table-string"}, "type": "cell"}], "type": "row"}], "data": {}, "type": "tabularData"}, {"content": [{"type": "text", "value": "Economists will also present four papers during the conference."}], "data": {}, "type": "paragraph"}, {"content": [], "data": {"num": 2, "pageId": "article"}, "type": "ad"}, {"content": [{"type": "text", "value": "Friday\u2019s programming kicks off at 10:30 a.m., with the University of Chicago\u2019s Yueran Ma presenting a paper that examines whether the macroeconomic environment has impacted long-run shifts in the economy."}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "At 11:55 a.m., Stanford University Professor "}, {"content": [{"type": "text", "value": "Darrell Duffie"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/15139665"}, "href": "bbg://people/profile/15139665", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 15139665}}}, "meta": {"profile": "15139665", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " presents his paper on structural changes in financial markets and the conduct of monetary policy. "}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "At 12:55 p.m., Stanford\u2019s "}, {"content": [{"type": "text", "value": "Charles Jones"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/16749218"}, "href": "bbg://people/profile/16749218", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 16749218}}}, "meta": {"profile": "16749218", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": ", Chicago University\u2019s "}, {"content": [{"type": "text", "value": "Chad Syverson"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/17382072"}, "href": "bbg://people/profile/17382072", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 17382072}}}, "meta": {"profile": "17382072", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " and ADP Research Institute chief economist "}, {"content": [{"type": "text", "value": "Nela Richardson"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/17228419"}, "href": "bbg://people/profile/17228419", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 17228419}}}, "meta": {"profile": "17228419", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " discuss structural constraints on growth. "}], "data": {}, "type": "paragraph"}, {"content": [{"type": "text", "value": "In Saturday\u2019s first paper, at 10 a.m., Harvard\u2019s Laura Alfaro discusses global production networks. At 11 a.m., UC Berkley\u2019s "}, {"content": [{"type": "text", "value": "Barry Eichengreen"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/1871679"}, "href": "bbg://people/profile/1871679", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 1871679}}}, "meta": {"profile": "1871679", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " presents a paper on global financial flows. "}], "data": {}, "type": "paragraph"}, {"content": [], "data": {"position": "bottom"}, "type": "inline-newsletter"}], "data": {}, "type": "document"}, "brand": "economics", "byline": "Catarina Saraiva and Alexander Weber", "categories": [], "charts": [], "checksum": "24e351716e827ab5d7000e7e9b50c5a8", "cobrand": null, "contentTags": [{"derivedScore": 4.367377496245923, "id": "kansas-city", "name": "Kansas City", "type": "City"}, {"derivedScore": 3.8398303329478574, "id": "reserve-bank", "name": "Reserve Bank", "type": "Topic"}, {"derivedScore": 6.604349140526914, "id": "central-bankers", "name": "Central Bankers", "type": "Topic"}, {"derivedScore": 1.3977272727272727, "id": "interest-rates", "name": "Interest Rates", "type": "Topic"}, {"derivedScore": 0.9350296442687748, "id": "futures-markets", "name": "Futures Markets", "type": "Topic"}, {"derivedScore": 0.8221343873517787, "id": "chicago", "name": "Chicago", "type": "City"}, {"derivedScore": 0.6961140799430303, "id": "media", "name": "Media", "type": "Topic"}, {"derivedScore": 0.6432806324110671, "id": "philadelphia", "name": "Philadelphia", "type": "City"}, {"derivedScore": 0.6047430830039525, "id": "cleveland", "name": "Cleveland", "type": "City"}, {"derivedScore": 6.756377091044163, "id": "monetary-policy", "name": "Monetary Policy", "type": "Topic"}, {"derivedScore": 0.44639328063241107, "id": "PT", "name": "Portugal", "type": "Country"}, {"derivedScore": 0.44021739130434784, "id": "ZA", "name": "South Africa", "type": "Country"}, {"derivedScore": 0.4323122529644269, "id": "AU", "name": "Australia", "type": "Country"}, {"derivedScore": 0.42638339920948615, "id": "CA", "name": "Canada", "type": "Country"}, {"derivedScore": 0.4209486166007905, "id": "DE", "name": "Germany", "type": "Country"}, {"derivedScore": 0.4150197628458498, "id": "MX", "name": "Mexico", "type": "Country"}, {"derivedScore": 0.40711462450592883, "id": "JP", "name": "Japan", "type": "Country"}, {"derivedScore": 0.2381422924901186, "id": "youtube", "name": "Youtube", "type": "Topic"}, {"derivedScore": 0.14105731225296442, "id": "environment", "name": "Environment", "type": "Topic"}, {"derivedScore": 0.07361660079051384, "id": "TD", "name": "Chad", "type": "Country"}, {"derivedScore": 7.3085190193988865, "id": "finance", "name": "Finance", "type": "Classification"}, {"derivedScore": 6.756377091044163, "id": "policy", "name": "Policy", "type": "Topic"}, {"derivedScore": 0.2381422924901186, "id": "video-streaming", "name": "Video Streaming", "type": "Topic"}, {"derivedScore": 0.6448704368824794, "id": "Europe", "name": "Europe", "type": "Region"}, {"derivedScore": 0.2381422924901186, "id": "entertainment", "name": "Entertainment", "type": "Topic"}, {"derivedScore": 0.2381422924901186, "id": "streaming-services", "name": "Streaming Services", "type": "Topic"}, {"derivedScore": 7.3484390787143745, "id": "banking", "name": "Banking", "type": "Topic"}, {"derivedScore": 0.8058943973316032, "id": "US", "name": "United States", "type": "Country"}, {"derivedScore": 0.6961140799430303, "id": "media-and-entertainment", "name": "Media and Entertainment", "type": "Topic"}, {"derivedScore": 1.3251365707578922, "id": "global-trade", "name": "Global Trade", "type": "Topic"}, {"derivedScore": 6.877215681480167, "id": "markets", "name": "Markets", "type": "Classification"}, {"derivedScore": 0.40217391304347827, "id": "politics", "name": "Politics", "type": "Classification"}, {"derivedScore": 6.756377091044163, "id": "government", "name": "Government", "type": "Topic"}, {"derivedScore": 0.6358496027468359, "id": "emerging-markets", "name": "Emerging Markets", "type": "Topic"}, {"derivedScore": 0.6240050818746471, "id": "Asia", "name": "Asia", "type": "Region"}, {"derivedScore": 0.44637276364878475, "id": "Africa", "name": "Africa", "type": "Region"}, {"derivedScore": 1.0215976913931843, "id": "US", "name": "Americas", "type": "Region"}, {"derivedScore": 0.44021739130434784, "id": "brics", "name": "BRICS", "type": "Topic"}, {"derivedScore": 6.756377091044163, "id": "fixed-income", "name": "Fixed Income", "type": "Topic"}, {"derivedScore": 0.2381422924901186, "id": "entertainment-disrupted", "name": "Entertainment Disrupted", "type": "Topic"}, {"derivedScore": 0.6358496027468359, "id": "emerging-markets-economics", "name": "Emerging Markets Economics", "type": "Topic"}, {"derivedScore": 0.2381422924901186, "id": "technology", "name": "Technology", "type": "Classification"}], "corrected": false, "disclaimer": null, "facebook": {"__typename": "Social", "image": {"__typename": "Image", "url": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iHftJFuhEPt4/v3/1200x799.jpg"}, "shareText": "The Fed\u2019s Jackson Hole conference is underway. Here\u2019s what to expect.", "title": "Fed\u2019s Jackson Hole Conference Is Underway: Here\u2019s What to Expect"}, "footer": {"content": [{"content": [{"type": "text", "value": "To contact the reporters on this story:"}, {"type": "br"}, {"content": [{"type": "text", "value": "Catarina Saraiva"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/16428676"}, "href": "bbg://people/profile/16428676", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 16428676}}}, "meta": {"profile": "16428676", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " in "}, {"type": "text", "value": "Houston"}, {"type": "text", "value": " at "}, {"content": [{"type": "text", "value": "asaraiva5@bloomberg.net"}], "data": {"destination": {"bbg": "bbg://msg/asaraiva5@bloomberg.net"}, "href": "bbg://msg/asaraiva5@bloomberg.net", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Click for message.", "tooltip": "Click for message."}, "type": "link"}, {"type": "text", "value": ";"}, {"type": "br"}, {"content": [{"type": "text", "value": "Alexander Weber"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/17968825"}, "href": "bbg://people/profile/17968825", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 17968825}}}, "meta": {"profile": "17968825", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " in "}, {"type": "text", "value": "Frankfurt"}, {"type": "text", "value": " at "}, {"content": [{"type": "text", "value": "aweber45@bloomberg.net"}], "data": {"destination": {"bbg": "bbg://msg/aweber45@bloomberg.net"}, "href": "bbg://msg/aweber45@bloomberg.net", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Click for message.", "tooltip": "Click for message."}, "type": "link"}], "data": {"class": "news-rsf-contact-reporter"}, "type": "paragraph"}, {"content": [{"type": "text", "value": "To contact the editors responsible for this story:"}, {"type": "br"}, {"content": [{"type": "text", "value": "Kate Davidson"}], "data": {"link": {"destination": {"bbg": "bbg://people/profile/23162408"}, "href": "bbg://people/profile/23162408", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Bloomberg Profile", "tooltip": "Bloomberg Profile"}, "person": {"identifiers": {"personId": 23162408}}}, "meta": {"profile": "23162408", "type": "ProfileLink"}, "subType": "person", "type": "entity"}, {"type": "text", "value": " at "}, {"content": [{"type": "text", "value": "kdavidson60@bloomberg.net"}], "data": {"destination": {"bbg": "bbg://msg/kdavidson60@bloomberg.net"}, "href": "bbg://msg/kdavidson60@bloomberg.net", "itemprop": "StoryLink", "itemscope": "itemscope", "title": "Click for message.", "tooltip": "Click for message."}, "type": "link"}, {"type": "br"}, {"type": "text", "value": "Ana Monteiro"}], "data": {"class": "news-rsf-contact-editor"}, "type": "paragraph"}], "data": {}, "type": "footer"}, "footnotes": {"content": [{"content": [], "type": "footnotes"}], "data": {}, "type": "document"}, "franchise": null, "headline": "Fed\u2019s Jackson Hole Conference Is Underway: Here\u2019s What to Expect", "hedAndDekPosition": "above", "id": "RZLFNYDWRGG001", "imageAttachments": {"401416391": {"alt": "Federal Reserve Jackson Hole Economic Symposium ", "caption": null, "credit": null, "height": 1331, "id": "401416391", "origHeight": 1331, "origWidth": 2000, "size": null, "themes": null, "title": "Federal Reserve Jackson Hole Economic Symposium ", "type": "image", "url": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iHftJFuhEPt4/v3/-1x-1.jpg", "width": 2000}}, "isPageTracked": true, "isTrending": false, "label": null, "language": "en", "lede": {"alt": "Jerome Powell at the Jackson Hole economic symposium in Moran, Wyoming, on Aug. 24.", "caption": "Jerome Powell at the Jackson Hole economic symposium in Moran, Wyoming, on Aug. 24.", "credit": "Photographer: David Paul Morris/Bloomberg", "height": 1331, "id": "401416391", "origHeight": 1331, "origWidth": 2000, "size": "small", "themes": null, "title": "Federal Reserve Jackson Hole Economic Symposium ", "type": "image", "url": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iHftJFuhEPt4/v3/-1x-1.jpg", "width": 2000}, "ledeImageUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iHftJFuhEPt4/v3/-1x-1.jpg", "locale": "en", "metadata": {"__typename": "Meta", "background": null, "cobrand": null, "excludeFromPaywall": false, "hiddenInlineAttachments": ["401416391"], "isMetered": true, "magazine": false, "newsletterSlug": null, "newsletterToutLabel": null, "suppressComments": false, "terminalBlogId": null, "theme": null}, "mostRelevantTags": ["Federal Reserve", "Kansas City", "Wyoming", "Reserve Bank", "Central Bankers", "Jay Powell", "Jeff Schmid", "Interest Rates", "New York", "World Trade Organization"], "moved": false, "pillar": null, "premium": false, "publishedAt": "2023-08-25T00:00:00.003Z", "readingDuration": 234408, "readingUrl": "https://assets.bwbx.io/s3/readings/RZLFNYDWRGG01692967870676.mp3", "resourceType": "Story", "revision": "RZLFNYDWRGG0", "secondaryBrands": ["economics"], "seoCanonical": "https://www.bloomberg.com/news/articles/2023-08-25/fed-s-jackson-hole-conference-is-underway-here-s-what-to-expect", "seoDescription": "The Federal Reserve Bank of Kansas City\u2019s annual gathering in Jackson Hole, Wyoming gets underway with a dinner on Thursday evening. Here\u2019s what to expect from the two-day conference featuring central bankers from around the world:", "seoHeadline": "Fed\u2019s Jackson Hole Conference: Schedule From Powell Speech to Panels", "seoTitle": "Fed\u2019s Jackson Hole Conference: Schedule From Powell Speech to Panels", "site": "economics", "sites": null, "slug": "2023-08-25/fed-s-jackson-hole-conference-is-underway-here-s-what-to-expect", "socialDescription": "The Federal Reserve Bank of Kansas City\u2019s annual gathering in Jackson Hole, Wyoming gets underway with a dinner on Thursday evening. Here\u2019s what to expect from the two-day conference featuring central bankers from around the world:", "socialHeadline": "Fed\u2019s Jackson Hole Conference Is Underway: Here\u2019s What to Expect", "socialImageUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iHftJFuhEPt4/v3/1200x799.jpg", "socialStatus": "The Fed\u2019s Jackson Hole conference is underway. Here\u2019s what to expect.", "storythreads": null, "summary": "The Federal Reserve Bank of Kansas City\u2019s annual gathering in Jackson Hole, Wyoming gets underway with a dinner on Thursday evening. Here\u2019s what to expect from the two-day conference featuring central bankers from around the world:", "summaryHtml": "", "summaryText": "", "trashline": "", "twitterDescription": "The Federal Reserve Bank of Kansas City\u2019s annual gathering in Jackson Hole, Wyoming gets underway with a dinner on Thursday evening. Here\u2019s what to expect from the two-day conference featuring central bankers from around the world:", "twitterSocialHeadline": "The Fed\u2019s Jackson Hole conference is underway. Here\u2019s what to expect", "twitterTitle": "Fed\u2019s Jackson Hole Conference Is Underway: Here\u2019s What to Expect", "type": "article", "updatedAt": "2023-08-25T00:00:00.003Z", "url": "https://www.bloomberg.com/news/articles/2023-08-25/fed-s-jackson-hole-conference-is-underway-here-s-what-to-expect", "videoAttachments": {}}, "message": "Successful", "status": true} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"__modelType": {"type": "string"}, "abstract": {"type": "array", "items": {"type": "string"}}, "adTargeting": {"type": "object", "properties": {"__typename": {"type": "string"}, "adCode": {"type": "string"}, "currentResource": {"type": "string"}, "gs_cat": {"type": "array", "items": {"type": "string"}}, "kwl": {"type": "array", "items": {"type": "string"}}, "ni": {"type": "array", "items": {"type": "string"}}, "page": {"type": "string"}, "sites": {"type": "array", "items": {"type": "string"}}, "suid": {"type": "string"}, "tagr": {"type": "array"}}}, "archived": {"type": "boolean"}, "assistance": {"type": "null"}, "attributor": {"type": "string"}, "audios": {"type": "array"}, "authoredRegion": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "bio": {"type": "string"}, "editorialBoard": {"type": "boolean"}, "id": {"type": "string"}, "name": {"type": "string"}, "photoDisplayed": {"type": "boolean"}, "profileSlug": {"type": "string"}, "profileUrl": {"type": "string"}, "roles": {"type": "array", "items": {"type": "string"}}, "slug": {"type": "string"}, "thumbnail": {"type": "object"}, "twitter": {"type": "string"}}}}, "blensQuoteIds": {"type": "array", "items": {"type": "string"}}, "body": {"type": "object", "properties": {"content": {"type": "array", "items": {"type": "object", "properties": {"content": {"type": "array"}, "data": {"type": "object"}, "type": {"type": "string"}}}}, "data": {"type": "object"}, "type": {"type": "string"}}}, "brand": {"type": "string"}, "byline": {"type": "string"}, "categories": {"type": "array"}, "charts": {"type": "array"}, "checksum": {"type": "string"}, "cobrand": {"type": "null"}, "contentTags": {"type": "array", "items": {"type": "object", "properties": {"derivedScore": {"type": "number"}, "id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}}}, "corrected": {"type": "boolean"}, "disclaimer": {"type": "null"}, "facebook": {"type": "object", "properties": {"__typename": {"type": "string"}, "image": {"type": "object", "properties": {"__typename": {"type": "string"}, "url": {"type": "string"}}}, "shareText": {"type": "string"}, "title": {"type": "string"}}}, "footer": {"type": "object", "properties": {"content": {"type": "array", "items": {"type": "object", "properties": {"content": {"type": "array", "items": {"type": "object"}}, "data": {"type": "object", "properties": {"class": {"type": "string"}}}, "type": {"type": "string"}}}}, "data": {"type": "object"}, "type": {"type": "string"}}}, "footnotes": {"type": "object", "properties": {"content": {"type": "array", "items": {"type": "object", "properties": {"content": {"type": "array"}, "type": {"type": "string"}}}}, "data": {"type": "object"}, "type": {"type": "string"}}}, "franchise": {"type": "null"}, "headline": {"type": "string"}, "hedAndDekPosition": {"type": "string"}, "id": {"type": "string"}, "imageAttachments": {"type": "object", "properties": {"401416391": {"type": "object", "properties": {"alt": {"type": "string"}, "caption": {"type": "null"}, "credit": {"type": "null"}, "height": {"type": "integer"}, "id": {"type": "string"}, "origHeight": {"type": "integer"}, "origWidth": {"type": "integer"}, "size": {"type": "null"}, "themes": {"type": "null"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}}}}, "isPageTracked": {"type": "boolean"}, "isTrending": {"type": "boolean"}, "label": {"type": "null"}, "language": {"type": "string"}, "lede": {"type": "object", "properties": {"alt": {"type": "string"}, "caption": {"type": "string"}, "credit": {"type": "string"}, "height": {"type": "integer"}, "id": {"type": "string"}, "origHeight": {"type": "integer"}, "origWidth": {"type": "integer"}, "size": {"type": "string"}, "themes": {"type": "null"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "ledeImageUrl": {"type": "string"}, "locale": {"type": "string"}, "metadata": {"type": "object", "properties": {"__typename": {"type": "string"}, "background": {"type": "null"}, "cobrand": {"type": "null"}, "excludeFromPaywall": {"type": "boolean"}, "hiddenInlineAttachments": {"type": "array", "items": {"type": "string"}}, "isMetered": {"type": "boolean"}, "magazine": {"type": "boolean"}, "newsletterSlug": {"type": "null"}, "newsletterToutLabel": {"type": "null"}, "suppressComments": {"type": "boolean"}, "terminalBlogId": {"type": "null"}, "theme": {"type": "null"}}}, "mostRelevantTags": {"type": "array", "items": {"type": "string"}}, "moved": {"type": "boolean"}, "pillar": {"type": "null"}, "premium": {"type": "boolean"}, "publishedAt": {"type": "string"}, "readingDuration": {"type": "integer"}, "readingUrl": {"type": "string"}, "resourceType": {"type": "string"}, "revision": {"type": "string"}, "secondaryBrands": {"type": "array", "items": {"type": "string"}}, "seoCanonical": {"type": "string"}, "seoDescription": {"type": "string"}, "seoHeadline": {"type": "string"}, "seoTitle": {"type": "string"}, "site": {"type": "string"}, "sites": {"type": "null"}, "slug": {"type": "string"}, "socialDescription": {"type": "string"}, "socialHeadline": {"type": "string"}, "socialImageUrl": {"type": "string"}, "socialStatus": {"type": "string"}, "storythreads": {"type": "null"}, "summary": {"type": "string"}, "summaryHtml": {"type": "string"}, "summaryText": {"type": "string"}, "trashline": {"type": "string"}, "twitterDescription": {"type": "string"}, "twitterSocialHeadline": {"type": "string"}, "twitterTitle": {"type": "string"}, "type": {"type": "string"}, "updatedAt": {"type": "string"}, "url": {"type": "string"}, "videoAttachments": {"type": "object"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}} |
c16d650b-9e8d-43ae-aaf0-e8fa5babb500/20238e54-efd1-4657-8d91-f0ffdd0f0650/0/0 | BB Finance Bloomberg | Real-time data, unofficial API Bloomberg.com, Bloomberg.com allows users to grasp stock market trends, price fluctuations, and economic shifts. Specific data and in-depth analysis aid readers in understanding the factors influencing changes in the financial world | 8.8 | news/list | news/list | 200 | New Example | {"data": {"4_up_with_heds": {"abbaTestVariants": [], "adPositionIncremented": false, "autoplay": false, "id": "4_up_with_heds", "items": [{"__modelType": "Story", "archived": false, "brand": "businessweek", "byline": "Liz Capo McCormick, Erik Wasson, Christopher Condon and Alexandre Tanzi", "eyebrow": {"bybrowEligible": false, "text": "The Big Take", "url": ""}, "franchise": "the-big-take", "headline": "US Budget Deficits Are Exploding Like Never Before", "id": "RZX3W7DWRGG001", "image": {"alt": "", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iyfuw06J8oHc/v0/-1x-1.jpg", "caption": "", "origHeight": 1600, "origWidth": 2200, "themes": [], "type": "image"}, "label": "The Big Take", "lede": {"alt": "", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iyfuw06J8oHc/v0/-1x-1.jpg", "caption": "", "origHeight": 1600, "origWidth": 2200, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-24T23:00:08.018Z", "slug": "2023-08-24/bond-market-flashes-warning-as-us-budget-deficit-surges", "summary": "Investors see a high-spending new normal keeping interest rates and inflation elevated.", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-24T23:00:08.021Z", "url": "/news/articles/2023-08-24/bond-market-flashes-warning-as-us-budget-deficit-surges?srnd=markets-vp"}, {"__modelType": "Story", "archived": false, "brand": "industries", "byline": "Julie Johnsson and Siddharth Philip", "eyebrow": {"bybrowEligible": false, "text": "Transportation", "url": ""}, "headline": "Boeing Readies 737 Max Deliveries to China After 4-Year Halt", "id": "RZYCOET1UM0W01", "image": {"alt": "Day Two of Paris Air Show 2023", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iIFgyKZZoS5U/v1/-1x-1.jpg", "caption": "", "origHeight": 1334, "origWidth": 2000, "themes": [], "type": "image"}, "label": "Transportation", "lede": {"alt": "Two Boeing planes land during a flight demonstration at the 2023 Paris Air Show in Le Bourget, France.", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iIFgyKZZoS5U/v1/-1x-1.jpg", "caption": "<p>Two Boeing planes land during a flight demonstration at the 2023 Paris Air Show in Le Bourget, France.</p>", "origHeight": 1334, "origWidth": 2000, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-25T17:14:58.020Z", "slug": "2023-08-25/boeing-readies-737-max-deliveries-to-china-after-4-year-hiatus", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-25T17:38:03.756Z", "url": "/news/articles/2023-08-25/boeing-readies-737-max-deliveries-to-china-after-4-year-hiatus?srnd=markets-vp"}, {"__modelType": "Story", "archived": false, "brand": "markets", "byline": "Michelle Kaske", "eyebrow": {"bybrowEligible": false, "text": "Markets", "url": "/markets"}, "headline": "BlackRock-Backed Puerto Rico Utility Deal Would Cut Debt by 75%", "id": "RZYDW3T1UM0W01", "image": {"alt": "How A Solar Microgrid Became A Town's Lifeline in Blackout-Prone Puerto Rico", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iHc_9F.jqcQk/v0/-1x-1.jpg", "caption": "", "origHeight": 1334, "origWidth": 2000, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-26T03:35:19.502Z", "slug": "2023-08-26/blackrock-backed-puerto-rico-utility-deal-would-cut-debt-by-75", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-26T03:35:19.502Z", "url": "/news/articles/2023-08-26/blackrock-backed-puerto-rico-utility-deal-would-cut-debt-by-75?srnd=markets-vp"}, {"__modelType": "Story", "archived": false, "brand": "markets", "byline": "Anders Melin", "eyebrow": {"bybrowEligible": false, "text": "Markets", "url": "/markets"}, "headline": "Country Garden\u2019s Malaysia Project to Get New Tax Breaks, PM Says", "id": "RZZ2WNT0AFB401", "image": {"alt": "Chinese Developers Are Building a New Shenzhen Next to Singapore", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ifvdyEh8QjWk/v1/-1x-1.jpg", "caption": "", "origHeight": 1334, "origWidth": 2000, "themes": [], "type": "image"}, "lede": {"alt": "A model of the Forest City development is displayed at the Country Garden property showroom in Iskandar Malaysia zone of Johor Bahru, Malaysia, in 2016.", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ifvdyEh8QjWk/v1/-1x-1.jpg", "caption": "A model of the Forest City development is displayed at the Country Garden property showroom in Iskandar Malaysia zone of Johor Bahru, Malaysia, in 2016.", "origHeight": 1334, "origWidth": 2000, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-26T01:11:08.887Z", "slug": "2023-08-26/country-garden-s-malaysia-project-to-get-new-tax-breaks-pm-says", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-26T01:11:08.887Z", "url": "/news/articles/2023-08-26/country-garden-s-malaysia-project-to-get-new-tax-breaks-pm-says?srnd=markets-vp"}, {"__modelType": "Story", "archived": false, "brand": "markets", "byline": "Shirley Zhao and Shawna Kwan", "eyebrow": {"bybrowEligible": false, "text": "Markets", "url": "/markets"}, "headline": "Hong Kong Turns to Tycoons to Get Party Scene Back on Track", "id": "RZTITYT1UM0W01", "image": {"alt": "Hong Kong Reopens Bars As City Eases Curbs Even With Hundreds of Covid Cases", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iMg2WVeOb6Io/v8/-1x-1.jpg", "caption": "", "origHeight": 1333, "origWidth": 2000, "themes": [], "type": "image"}, "lede": {"alt": "Bars in Hong Kong\u2019s Lan Kwai Fong area.", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iQS4MwT9Xn4E/v1/-1x-1.jpg", "caption": "Bars in Hong Kong\u2019s Lan Kwai Fong area.", "origHeight": 1333, "origWidth": 2000, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-26T00:00:00.001Z", "slug": "2023-08-26/hong-kong-turns-to-tycoons-to-get-party-scene-back-on-track", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-26T00:00:00.001Z", "url": "/news/articles/2023-08-26/hong-kong-turns-to-tycoons-to-get-party-scene-back-on-track?srnd=markets-vp"}, {"__modelType": "Story", "archived": false, "brand": "markets", "byline": "Hema Parmar", "eyebrow": {"bybrowEligible": false, "text": "Markets", "url": "/markets"}, "headline": "Tiger Global Says Ex-Employee Launched \u2018Misinformation Attacks\u2019", "id": "RZYQ8GT1UM0W01", "image": {"alt": "Cyber Attacks", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iK09C2FCuPgY/v0/-1x-1.jpg", "caption": "", "origHeight": 1343, "origWidth": 2000, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-25T20:58:39.164Z", "slug": "2023-08-25/tiger-global-says-ex-employee-launched-misinformation-attacks", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-25T20:58:39.163Z", "url": "/news/articles/2023-08-25/tiger-global-says-ex-employee-launched-misinformation-attacks?srnd=markets-vp"}, {"__modelType": "Story", "archived": false, "brand": "markets", "byline": "Vildana Hajric", "eyebrow": {"bybrowEligible": false, "text": "Markets", "url": "/markets"}, "headline": "Stock Rally Has a Ways to Go Before Americans Feel Rich Again", "id": "RZHJQ0DWX2PS01", "image": {"alt": "Stock Market Opens Ahead Of Fed Chair Powell's Speech In Jackson Hole", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iPjAH7QFOIng/v1/-1x-1.jpg", "caption": "", "origHeight": 1334, "origWidth": 2000, "themes": [], "type": "image"}, "lede": {"alt": "Traders work on the floor of the New York Stock Exchange. ", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iPjAH7QFOIng/v1/-1x-1.jpg", "caption": "<p>Traders work on the floor of the New York Stock Exchange. </p>", "origHeight": 1334, "origWidth": 2000, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-25T20:32:35.506Z", "slug": "2023-08-25/stock-rally-has-a-ways-to-go-before-americans-feel-rich-again", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-25T20:32:35.503Z", "url": "/news/articles/2023-08-25/stock-rally-has-a-ways-to-go-before-americans-feel-rich-again?srnd=markets-vp"}, {"__modelType": "Story", "archived": false, "brand": "markets", "byline": "David Wethe", "eyebrow": {"bybrowEligible": false, "text": "Markets", "url": "/markets"}, "headline": "Permian Shale Drilling Shrinks at Fastest Pace in Three Years", "id": "RZYMLUT0G1KW01", "image": {"alt": "US-HEALTH-VIRUS-OIL-ENERGY", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iCrlIiSFMleY/v1/-1x-1.jpg", "caption": "", "origHeight": 3335, "origWidth": 5000, "themes": [], "type": "image"}, "lede": {"alt": "Pump jacks in the Permian Basin in Eddy County, New Mexico. ", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iCrlIiSFMleY/v1/-1x-1.jpg", "caption": "<p>Pump jacks in the Permian Basin in Eddy County, New Mexico. </p>", "origHeight": 3335, "origWidth": 5000, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-25T20:12:31.245Z", "slug": "2023-08-25/permian-shale-drilling-contracts-at-fastest-pace-in-three-years", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-25T20:12:31.245Z", "url": "/news/articles/2023-08-25/permian-shale-drilling-contracts-at-fastest-pace-in-three-years?srnd=markets-vp"}, {"__modelType": "Story", "archived": false, "brand": "markets", "byline": "Georgios Georgiou and Paul Tugwell", "eyebrow": {"bybrowEligible": false, "text": "Commodities", "url": ""}, "headline": "Cyprus Rejects Chevron\u2019s Development Plan for Aphrodite Field", "id": "RZYM1QT0G1KW01", "image": {"alt": "Key Speakers At The World Gas Conference", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/imNoT2PsmTco/v0/-1x-1.jpg", "caption": "", "origHeight": 2334, "origWidth": 3500, "themes": [], "type": "image"}, "label": "Commodities", "lede": {"alt": "Key Speakers At The World Gas Conference", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/imNoT2PsmTco/v0/-1x-1.jpg", "caption": "", "origHeight": 2334, "origWidth": 3500, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-25T19:50:52.212Z", "slug": "2023-08-25/cyprus-rejects-chevron-s-development-plan-for-aphrodite-field", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-25T19:50:52.209Z", "url": "/news/articles/2023-08-25/cyprus-rejects-chevron-s-development-plan-for-aphrodite-field?srnd=markets-vp"}], "layout": "", "liveStream": "", "nextItemOffset": 9, "pageId": "markets-vp", "sponsored": false, "theme": "", "tracking": {"id": "c9560e57-9055-4ae8-adf8-665220c8a873", "title": "4 up with heds"}, "type": "story_package", "updatedAt": "2023-08-25T18:12:03.000Z", "variation": "3_up_images"}, "brand_metrics": {"abbaTestVariants": [], "adPositionIncremented": false, "adType": "brandMetrics", "autoplay": false, "id": "brand_metrics", "items": [], "layout": "", "liveStream": "", "nextItemOffset": 20, "pageId": "markets-vp", "sponsored": false, "theme": "", "tracking": {"id": "b9f758bc-ef67-494f-9b10-db7c638bdc04", "title": "Brand Metrics"}, "type": "ad", "updatedAt": "2023-04-17T16:42:15.000Z", "variation": ""}, "hero_1": {"abbaTestVariants": [], "adPositionIncremented": false, "autoplay": false, "id": "hero_1", "items": [{"__modelType": "Story", "archived": false, "brand": "markets", "byline": "Rita Nazareth", "eyebrow": {"bybrowEligible": false, "text": "Markets", "url": "/markets"}, "headline": "Stocks Climb After Fed\u2019s \u2018No Alarms, No Surprises\u2019: Markets Wrap", "id": "RZWYP1T1UM0W01", "image": {"alt": "Fed Chair Powell Holds News Conference Following FOMC Rate Decision", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iRUPbjUJn0UE/v1/-1x-1.jpg", "caption": "", "origHeight": 1333, "origWidth": 2000, "themes": [], "type": "image"}, "lede": {"autoplay": true, "bmmrId": "7114c93c-62a0-4923-b9c5-27245e50048f", "prerollAdUnit": "", "thumbnail": {"alt": "", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/imWr6nnajKUg/v3/-1x-1.jpg", "caption": "", "origHeight": 1080, "origWidth": 1920, "themes": [], "type": "image"}, "title": "SGMC Capital: First Fed Rate Cut Between 2Q And 3Q 2024", "type": "Video", "url": ""}, "premium": false, "publishedAt": "2023-08-24T22:14:05.125Z", "relatedStories": [{"__modelType": "Story", "brand": "economics", "byline": "Catarina Saraiva and Craig Torres", "franchise": null, "headline": "Powell Signals Fed Will Raise Rates If Needed, Keep Them High", "id": "RZUW57T0AFB401", "publishedAt": "2023-08-25T14:02:48.918Z", "slug": "2023-08-25/powell-signals-fed-will-raise-rates-if-needed-keep-them-high", "type": "article", "updatedAt": "2023-08-25T15:52:54.054Z", "url": "/news/articles/2023-08-25/powell-signals-fed-will-raise-rates-if-needed-keep-them-high"}, {"__modelType": "Story", "brand": "markets", "byline": "Michael Mackenzie and Ye Xie", "franchise": null, "headline": "Treasury Market Slips, Front-End Yields Rise on Hawkish Powell", "id": "RZYC41T0AFB401", "publishedAt": "2023-08-25T15:04:01.621Z", "slug": "2023-08-25/us-5-year-real-yield-at-highest-since-2008-after-powell-speaks", "type": "article", "updatedAt": "2023-08-25T19:19:05.883Z", "url": "/news/articles/2023-08-25/us-5-year-real-yield-at-highest-since-2008-after-powell-speaks"}, {"__modelType": "Story", "brand": "markets", "byline": "Anya Andrianova", "franchise": null, "headline": "Powell Pushes Dollar to Longest Weekly Win Streak in 15 Months", "id": "RZYB7CT0G1KW01", "publishedAt": "2023-08-25T17:04:22.676Z", "slug": "2023-08-25/powell-pushes-dollar-to-longest-weekly-win-streak-in-15-months", "type": "article", "updatedAt": "2023-08-25T20:28:40.114Z", "url": "/news/articles/2023-08-25/powell-pushes-dollar-to-longest-weekly-win-streak-in-15-months"}, {"__modelType": "Story", "brand": "businessweek", "byline": "Justina Lee", "franchise": null, "headline": "Stock Pickers Never Had a Chance Against Hard Math of the Market", "id": "RZXVOBDWX2PS01", "publishedAt": "2023-08-25T09:00:11.536Z", "slug": "2023-08-25/even-best-stock-pickers-face-an-uphill-battle-beating-the-market", "type": "article", "updatedAt": "2023-08-25T09:00:11.539Z", "url": "/news/articles/2023-08-25/even-best-stock-pickers-face-an-uphill-battle-beating-the-market"}, {"__modelType": "Story", "brand": "markets", "byline": "Ishika Mookerjee and Ashutosh Joshi", "franchise": null, "headline": "Quants Fail to Replicate Their US and China Success in India", "id": "RZ08DKT0G1KW01", "publishedAt": "2023-08-25T01:29:00.000Z", "slug": "2023-08-25/quants-fail-to-replicate-their-us-and-china-success-in-india", "type": "article", "updatedAt": "2023-08-25T12:16:33.434Z", "url": "/news/articles/2023-08-25/quants-fail-to-replicate-their-us-and-china-success-in-india"}], "slug": "2023-08-24/stock-market-today-dow-s-p-live-updates", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-25T20:00:38.758Z", "url": "/news/articles/2023-08-24/stock-market-today-dow-s-p-live-updates?srnd=markets-vp", "video": {"autoplay": true, "bmmrId": "7114c93c-62a0-4923-b9c5-27245e50048f", "prerollAdUnit": "", "thumbnail": {"alt": "", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/imWr6nnajKUg/v3/-1x-1.jpg", "caption": "", "origHeight": 1080, "origWidth": 1920, "themes": [], "type": "image"}, "title": "SGMC Capital: First Fed Rate Cut Between 2Q And 3Q 2024", "type": "Video", "url": ""}}], "layout": "", "liveStream": "", "nextItemOffset": 1, "pageId": "markets-vp", "sponsored": false, "theme": "", "tracking": {"id": "36ba25c6-8f14-472a-8068-75b40b7ec2dc", "title": "Hero"}, "type": "single_story", "updatedAt": "2023-08-25T18:11:17.000Z", "variation": "homepage_lede"}, "hub_ad": {"abbaTestVariants": [], "adPositionIncrement": "1", "adPositionIncremented": false, "adType": "newDesktopBoxStandard", "autoplay": false, "id": "hub_ad", "items": [], "layout": "", "liveStream": "", "nextItemOffset": 20, "pageId": "markets-vp", "sponsored": false, "theme": "", "tracking": {"id": "79986929-ee62-4be3-b341-4c18a9dac6c6", "title": "Desktop - Box Standard Ad"}, "type": "ad", "updatedAt": "2018-05-01T19:40:52.000Z", "variation": ""}, "hub_newsletter_module": {"abbaTestVariants": [], "adPositionIncremented": false, "autoplay": false, "id": "hub_newsletter_module", "layout": "", "listId": "Markets Daily", "liveStream": "", "nextItemOffset": 20, "pageId": "markets-vp", "sponsored": false, "subtitle": "Get our markets daily newsletter.", "theme": "", "title": "The most important market news of the day.", "tracking": {"id": "3d64367e-4838-4f45-9560-c873c35e7925", "title": "Hub Newsletter Module"}, "type": "newsletter", "updatedAt": "2018-05-01T19:41:05.000Z", "variation": "default"}, "hub_story_list": {"abbaTestVariants": [], "adPositionIncremented": false, "autoplay": false, "id": "hub_story_list", "items": [{"__modelType": "Story", "archived": false, "brand": "markets", "byline": "Michelle Kaske", "eyebrow": {"bybrowEligible": false, "text": "Markets", "url": "/markets"}, "headline": "BlackRock-Backed Puerto Rico Utility Deal Would Cut Debt by 75%", "id": "RZYDW3T1UM0W01", "image": {"alt": "How A Solar Microgrid Became A Town's Lifeline in Blackout-Prone Puerto Rico", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iHc_9F.jqcQk/v0/-1x-1.jpg", "caption": "", "origHeight": 1334, "origWidth": 2000, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-26T03:35:19.502Z", "slug": "2023-08-26/blackrock-backed-puerto-rico-utility-deal-would-cut-debt-by-75", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-26T03:35:19.502Z", "url": "/news/articles/2023-08-26/blackrock-backed-puerto-rico-utility-deal-would-cut-debt-by-75?srnd=markets-vp"}, {"__modelType": "Story", "archived": false, "brand": "markets", "byline": "Anders Melin", "eyebrow": {"bybrowEligible": false, "text": "Markets", "url": "/markets"}, "headline": "Country Garden\u2019s Malaysia Project to Get New Tax Breaks, PM Says", "id": "RZZ2WNT0AFB401", "image": {"alt": "Chinese Developers Are Building a New Shenzhen Next to Singapore", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ifvdyEh8QjWk/v1/-1x-1.jpg", "caption": "", "origHeight": 1334, "origWidth": 2000, "themes": [], "type": "image"}, "lede": {"alt": "A model of the Forest City development is displayed at the Country Garden property showroom in Iskandar Malaysia zone of Johor Bahru, Malaysia, in 2016.", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ifvdyEh8QjWk/v1/-1x-1.jpg", "caption": "A model of the Forest City development is displayed at the Country Garden property showroom in Iskandar Malaysia zone of Johor Bahru, Malaysia, in 2016.", "origHeight": 1334, "origWidth": 2000, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-26T01:11:08.887Z", "slug": "2023-08-26/country-garden-s-malaysia-project-to-get-new-tax-breaks-pm-says", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-26T01:11:08.887Z", "url": "/news/articles/2023-08-26/country-garden-s-malaysia-project-to-get-new-tax-breaks-pm-says?srnd=markets-vp"}, {"__modelType": "Story", "archived": false, "brand": "wealth", "byline": "Anto Antony", "eyebrow": {"bybrowEligible": false, "text": "Wealth", "url": "/wealth"}, "headline": "Tycoon Who Gave Away $750 Million Sees Profit in Loans to Poor", "id": "RV7NN3DWRGG001", "image": {"alt": "Shriram Group Founder R Thyagarajan In Channai", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iJQgvJvnX.EI/v1/-1x-1.jpg", "caption": "", "origHeight": 1334, "origWidth": 2000, "themes": [], "type": "image"}, "lede": {"alt": "R Thyagarajan, founder of Shriram Group.", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iJQgvJvnX.EI/v1/-1x-1.jpg", "caption": "R Thyagarajan, founder of Shriram Group.", "origHeight": 1334, "origWidth": 2000, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-09T00:00:00.000Z", "slug": "2023-08-09/tycoon-who-gave-away-750-million-sees-profit-in-loans-to-poor", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-09T00:00:00.000Z", "url": "/news/articles/2023-08-09/tycoon-who-gave-away-750-million-sees-profit-in-loans-to-poor?srnd=markets-vp"}, {"__modelType": "Story", "archived": false, "brand": "markets", "byline": "Shirley Zhao and Shawna Kwan", "eyebrow": {"bybrowEligible": false, "text": "Markets", "url": "/markets"}, "headline": "Hong Kong Turns to Tycoons to Get Party Scene Back on Track", "id": "RZTITYT1UM0W01", "image": {"alt": "Hong Kong Reopens Bars As City Eases Curbs Even With Hundreds of Covid Cases", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iMg2WVeOb6Io/v8/-1x-1.jpg", "caption": "", "origHeight": 1333, "origWidth": 2000, "themes": [], "type": "image"}, "lede": {"alt": "Bars in Hong Kong\u2019s Lan Kwai Fong area.", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iQS4MwT9Xn4E/v1/-1x-1.jpg", "caption": "Bars in Hong Kong\u2019s Lan Kwai Fong area.", "origHeight": 1333, "origWidth": 2000, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-26T00:00:00.001Z", "slug": "2023-08-26/hong-kong-turns-to-tycoons-to-get-party-scene-back-on-track", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-26T00:00:00.001Z", "url": "/news/articles/2023-08-26/hong-kong-turns-to-tycoons-to-get-party-scene-back-on-track?srnd=markets-vp"}, {"__modelType": "Story", "archived": false, "brand": "markets", "byline": "Lydia Beyoud", "eyebrow": {"bybrowEligible": false, "text": "Markets", "url": "/markets"}, "headline": "3M Tried to Hide Payments for China Officials\u2019 Vacation, Shopping Sprees, SEC Says", "id": "RZY8IZT0AFB401", "image": {"alt": "3M Co. Headquarters As They Restructure, Aim For International Growth", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/i1Gh4_yn.0ks/v0/-1x-1.jpg", "caption": "", "origHeight": 1333, "origWidth": 2000, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-25T14:48:49.755Z", "slug": "2023-08-25/3m-tried-to-hide-payments-for-china-officials-vacation-shopping-sec-says", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-25T21:14:20.217Z", "url": "/news/articles/2023-08-25/3m-tried-to-hide-payments-for-china-officials-vacation-shopping-sec-says?srnd=markets-vp"}, {"__modelType": "Story", "archived": false, "brand": "markets", "byline": "Hema Parmar", "eyebrow": {"bybrowEligible": false, "text": "Markets", "url": "/markets"}, "headline": "Tiger Global Says Ex-Employee Launched \u2018Misinformation Attacks\u2019", "id": "RZYQ8GT1UM0W01", "image": {"alt": "Cyber Attacks", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iK09C2FCuPgY/v0/-1x-1.jpg", "caption": "", "origHeight": 1343, "origWidth": 2000, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-25T20:58:39.164Z", "slug": "2023-08-25/tiger-global-says-ex-employee-launched-misinformation-attacks", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-25T20:58:39.163Z", "url": "/news/articles/2023-08-25/tiger-global-says-ex-employee-launched-misinformation-attacks?srnd=markets-vp"}, {"__modelType": "Story", "archived": false, "brand": "markets", "byline": "Vildana Hajric", "eyebrow": {"bybrowEligible": false, "text": "Markets", "url": "/markets"}, "headline": "Stock Rally Has a Ways to Go Before Americans Feel Rich Again", "id": "RZHJQ0DWX2PS01", "image": {"alt": "Stock Market Opens Ahead Of Fed Chair Powell's Speech In Jackson Hole", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iPjAH7QFOIng/v1/-1x-1.jpg", "caption": "", "origHeight": 1334, "origWidth": 2000, "themes": [], "type": "image"}, "lede": {"alt": "Traders work on the floor of the New York Stock Exchange. ", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iPjAH7QFOIng/v1/-1x-1.jpg", "caption": "<p>Traders work on the floor of the New York Stock Exchange. </p>", "origHeight": 1334, "origWidth": 2000, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-25T20:32:35.506Z", "slug": "2023-08-25/stock-rally-has-a-ways-to-go-before-americans-feel-rich-again", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-25T20:32:35.503Z", "url": "/news/articles/2023-08-25/stock-rally-has-a-ways-to-go-before-americans-feel-rich-again?srnd=markets-vp"}, {"__modelType": "Story", "archived": false, "brand": "markets", "byline": "David Wethe", "eyebrow": {"bybrowEligible": false, "text": "Markets", "url": "/markets"}, "headline": "Permian Shale Drilling Shrinks at Fastest Pace in Three Years", "id": "RZYMLUT0G1KW01", "image": {"alt": "US-HEALTH-VIRUS-OIL-ENERGY", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iCrlIiSFMleY/v1/-1x-1.jpg", "caption": "", "origHeight": 3335, "origWidth": 5000, "themes": [], "type": "image"}, "lede": {"alt": "Pump jacks in the Permian Basin in Eddy County, New Mexico. ", "baseUrl": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iCrlIiSFMleY/v1/-1x-1.jpg", "caption": "<p>Pump jacks in the Permian Basin in Eddy County, New Mexico. </p>", "origHeight": 3335, "origWidth": 5000, "themes": [], "type": "image"}, "premium": false, "publishedAt": "2023-08-25T20:12:31.245Z", "slug": "2023-08-25/permian-shale-drilling-contracts-at-fastest-pace-in-three-years", "summary": "", "trackingType": "Story", "type": "article", "updatedAt": "2023-08-25T20:12:31.245Z", "url": "/news/articles/2023-08-25/permian-shale-drilling-contracts-at-fastest-pace-in-three-years?srnd=markets-vp"}], "layout": "", "liveStream": "", "nextItemOffset": 8, "pageId": "markets-vp", "sponsored": false, "theme": "", "title": "The Latest", "tracking": {"id": "4d4563a6-3a39-4abe-96d9-b15931ab2f85", "title": "Hub Story List"}, "type": "story_list", "updatedAt": "2023-08-09T02:10:02.000Z", "variation": "simple"}, "mobile_box_ad": {"abbaTestVariants": [], "adPositionIncrement": "1", "adPositionIncremented": false, "adType": "newMobileBox", "autoplay": false, "id": "mobile_box_ad", "items": [], "layout": "", "liveStream": "", "nextItemOffset": 20, "pageId": "markets-vp", "sponsored": false, "theme": "", "tracking": {"id": "0d6edfa2-e042-4eb1-b188-8bfeb9a9badf", "title": "Mobile - Box Ad"}, "type": "ad", "updatedAt": "2023-02-17T19:04:32.000Z", "variation": ""}, "social_buttons": {"abbaTestVariants": [], "adPositionIncremented": false, "autoplay": false, "facebookAccount": "https://www.facebook.com/bloombergmarkets/", "id": "social_buttons", "layout": "", "liveStream": "", "nextItemOffset": 20, "pageId": "markets-vp", "sponsored": false, "theme": "", "title": "Follow us", "tracking": {"id": "a5b7b768-8170-43ba-b5a1-a6a575bd1a4b", "title": "Social Buttons"}, "twitterAccount": "https://twitter.com/markets", "type": "social_buttons", "updatedAt": "2018-05-01T19:41:23.000Z", "variation": "default", "youtubeAccount": "https://www.youtube.com/channel/UCIALMKvObZNtJ6AmdCLP7Lg"}}, "message": "Successful", "status": true} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"4_up_with_heds": {"type": "object", "properties": {"abbaTestVariants": {"type": "array"}, "adPositionIncremented": {"type": "boolean"}, "autoplay": {"type": "boolean"}, "id": {"type": "string"}, "items": {"type": "array", "items": {"type": "object"}}, "layout": {"type": "string"}, "liveStream": {"type": "string"}, "nextItemOffset": {"type": "integer"}, "pageId": {"type": "string"}, "sponsored": {"type": "boolean"}, "theme": {"type": "string"}, "tracking": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}}, "type": {"type": "string"}, "updatedAt": {"type": "string"}, "variation": {"type": "string"}}}, "brand_metrics": {"type": "object", "properties": {"abbaTestVariants": {"type": "array"}, "adPositionIncremented": {"type": "boolean"}, "adType": {"type": "string"}, "autoplay": {"type": "boolean"}, "id": {"type": "string"}, "items": {"type": "array"}, "layout": {"type": "string"}, "liveStream": {"type": "string"}, "nextItemOffset": {"type": "integer"}, "pageId": {"type": "string"}, "sponsored": {"type": "boolean"}, "theme": {"type": "string"}, "tracking": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}}, "type": {"type": "string"}, "updatedAt": {"type": "string"}, "variation": {"type": "string"}}}, "hero_1": {"type": "object", "properties": {"abbaTestVariants": {"type": "array"}, "adPositionIncremented": {"type": "boolean"}, "autoplay": {"type": "boolean"}, "id": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"__modelType": {"type": "string"}, "archived": {"type": "boolean"}, "brand": {"type": "string"}, "byline": {"type": "string"}, "eyebrow": {"type": "object", "properties": {"bybrowEligible": {"type": "boolean"}, "text": {"type": "string"}, "url": {"type": "string"}}}, "headline": {"type": "string"}, "id": {"type": "string"}, "image": {"type": "object", "properties": {"alt": {"type": "string"}, "baseUrl": {"type": "string"}, "caption": {"type": "string"}, "origHeight": {"type": "integer"}, "origWidth": {"type": "integer"}, "themes": {"type": "array"}, "type": {"type": "string"}}}, "lede": {"type": "object", "properties": {"autoplay": {"type": "boolean"}, "bmmrId": {"type": "string"}, "prerollAdUnit": {"type": "string"}, "thumbnail": {"type": "object", "properties": {"alt": {"type": "string"}, "baseUrl": {"type": "string"}, "caption": {"type": "string"}, "origHeight": {"type": "integer"}, "origWidth": {"type": "integer"}, "themes": {"type": "array"}, "type": {"type": "string"}}}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}}, "premium": {"type": "boolean"}, "publishedAt": {"type": "string"}, "relatedStories": {"type": "array", "items": {"type": "object", "properties": {"__modelType": {"type": "string"}, "brand": {"type": "string"}, "byline": {"type": "string"}, "franchise": {"type": "null"}, "headline": {"type": "string"}, "id": {"type": "string"}, "publishedAt": {"type": "string"}, "slug": {"type": "string"}, "type": {"type": "string"}, "updatedAt": {"type": "string"}, "url": {"type": "string"}}}}, "slug": {"type": "string"}, "summary": {"type": "string"}, "trackingType": {"type": "string"}, "type": {"type": "string"}, "updatedAt": {"type": "string"}, "url": {"type": "string"}, "video": {"type": "object", "properties": {"autoplay": {"type": "boolean"}, "bmmrId": {"type": "string"}, "prerollAdUnit": {"type": "string"}, "thumbnail": {"type": "object", "properties": {"alt": {"type": "string"}, "baseUrl": {"type": "string"}, "caption": {"type": "string"}, "origHeight": {"type": "integer"}, "origWidth": {"type": "integer"}, "themes": {"type": "array"}, "type": {"type": "string"}}}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}}}}}, "layout": {"type": "string"}, "liveStream": {"type": "string"}, "nextItemOffset": {"type": "integer"}, "pageId": {"type": "string"}, "sponsored": {"type": "boolean"}, "theme": {"type": "string"}, "tracking": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}}, "type": {"type": "string"}, "updatedAt": {"type": "string"}, "variation": {"type": "string"}}}, "hub_ad": {"type": "object", "properties": {"abbaTestVariants": {"type": "array"}, "adPositionIncrement": {"type": "string"}, "adPositionIncremented": {"type": "boolean"}, "adType": {"type": "string"}, "autoplay": {"type": "boolean"}, "id": {"type": "string"}, "items": {"type": "array"}, "layout": {"type": "string"}, "liveStream": {"type": "string"}, "nextItemOffset": {"type": "integer"}, "pageId": {"type": "string"}, "sponsored": {"type": "boolean"}, "theme": {"type": "string"}, "tracking": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}}, "type": {"type": "string"}, "updatedAt": {"type": "string"}, "variation": {"type": "string"}}}, "hub_newsletter_module": {"type": "object", "properties": {"abbaTestVariants": {"type": "array"}, "adPositionIncremented": {"type": "boolean"}, "autoplay": {"type": "boolean"}, "id": {"type": "string"}, "layout": {"type": "string"}, "listId": {"type": "string"}, "liveStream": {"type": "string"}, "nextItemOffset": {"type": "integer"}, "pageId": {"type": "string"}, "sponsored": {"type": "boolean"}, "subtitle": {"type": "string"}, "theme": {"type": "string"}, "title": {"type": "string"}, "tracking": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}}, "type": {"type": "string"}, "updatedAt": {"type": "string"}, "variation": {"type": "string"}}}, "hub_story_list": {"type": "object", "properties": {"abbaTestVariants": {"type": "array"}, "adPositionIncremented": {"type": "boolean"}, "autoplay": {"type": "boolean"}, "id": {"type": "string"}, "items": {"type": "array", "items": {"type": "object"}}, "layout": {"type": "string"}, "liveStream": {"type": "string"}, "nextItemOffset": {"type": "integer"}, "pageId": {"type": "string"}, "sponsored": {"type": "boolean"}, "theme": {"type": "string"}, "title": {"type": "string"}, "tracking": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}}, "type": {"type": "string"}, "updatedAt": {"type": "string"}, "variation": {"type": "string"}}}, "mobile_box_ad": {"type": "object", "properties": {"abbaTestVariants": {"type": "array"}, "adPositionIncrement": {"type": "string"}, "adPositionIncremented": {"type": "boolean"}, "adType": {"type": "string"}, "autoplay": {"type": "boolean"}, "id": {"type": "string"}, "items": {"type": "array"}, "layout": {"type": "string"}, "liveStream": {"type": "string"}, "nextItemOffset": {"type": "integer"}, "pageId": {"type": "string"}, "sponsored": {"type": "boolean"}, "theme": {"type": "string"}, "tracking": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}}, "type": {"type": "string"}, "updatedAt": {"type": "string"}, "variation": {"type": "string"}}}, "social_buttons": {"type": "object", "properties": {"abbaTestVariants": {"type": "array"}, "adPositionIncremented": {"type": "boolean"}, "autoplay": {"type": "boolean"}, "facebookAccount": {"type": "string"}, "id": {"type": "string"}, "layout": {"type": "string"}, "liveStream": {"type": "string"}, "nextItemOffset": {"type": "integer"}, "pageId": {"type": "string"}, "sponsored": {"type": "boolean"}, "theme": {"type": "string"}, "title": {"type": "string"}, "tracking": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}}, "twitterAccount": {"type": "string"}, "type": {"type": "string"}, "updatedAt": {"type": "string"}, "variation": {"type": "string"}, "youtubeAccount": {"type": "string"}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}} |
c16d650b-9e8d-43ae-aaf0-e8fa5babb500/e6971ee6-2415-4555-9aba-e11311eebaa4/0/0 | BB Finance Bloomberg | Real-time data, unofficial API Bloomberg.com, Bloomberg.com allows users to grasp stock market trends, price fluctuations, and economic shifts. Specific data and in-depth analysis aid readers in understanding the factors influencing changes in the financial world | 8.8 | quotes/detail-by-url | Get detail quotes by url | 200 | New Example | {"data": {"1 YEAR RETURN": "\u201350.00%", "52 WEEK RANGE": "0.01 \u2013 0.04", "DAY RANGE": "0.01 \u2013 0.02", "GEOGRAPHIC FOCUS": null, "MARKET CAP": "3.814M", "OPEN": "0.01", "PREV. CLOSE": "0.01", "SHARE CLASS": null, "VOLUME": "105,000.00", "YTD RETURN": null, "averageDaysToMaturity": null, "averageVolume30Day": "120,236.80", "backLoadFee": null, "bicsSector": "Technology", "companyAddress": "1100 Melville Street\nSuite 830\nVancouver, BC V6E 4A6\nCanada", "companyDescription": "Global Compliance Applications Corp. develops software solutions. The Company offers ethereum layer-2 solution designed to boost the speed and scalability of ethereum smart contracts while adding privacy and KYC features. Global Compliance Applications serves customers worldwide.", "companyIsPrivate": false, "companyPhone": "1-800-409-5679", "companyWebsite": "www.globalcompliance.app", "currentManagementFee": null, "dividend": null, "earningsPerShare": "-0.01", "exchangeDelay": "20 Minutes", "expenseRatio": null, "foundedYear": "07/14/2014", "frontLoadFee": null, "fundAssetClassFocus": null, "fundManager": null, "fundMarketingFee": null, "fundObjective": null, "fundTopHoldings": null, "fundType": null, "highPrice": 0.015, "highPrice52Week": 0.035, "id": "APP:CN", "inceptionDate": null, "indexDescription": null, "indicatedGrossDividendYield": null, "isAfterHours": false, "isExchangeDelayed": true, "isOpen": false, "issuedCurrency": "CAD", "issuedUnits": null, "lastDividendReported": null, "lastPostSessionPrice": null, "lastUpdate": "2023-08-25T13:55:05.000Z", "longName": "Global Compliance Applications Corp", "lowPrice": 0.01, "lowPrice52Week": 0.005, "marketStatus": "ACTV", "mediaSecuritySubtype": "Public", "mediaSecurityType": "Company", "name": "GLOBAL COMPLIANCE APPLICATIO", "netAssetValue": null, "netAssetValueDate": null, "netChange1DayPostSessionRegular": null, "numberOfEmployees": null, "percentChange1Day": 50, "percentChange1DayPostRegular": null, "percentPremium": null, "percentPremium52WeekAverage": null, "previousClosingPriceOneTradingDayAgo": 0.01, "price": "0.02", "priceChange1Day": 0.005, "priceEarningsRatio": null, "priceEarningsToGrowthAndDividendYieldRatio": null, "priceMovements1Day": [{"dateTime": "2023-08-25T13:30:00Z", "value": 0.01}, {"dateTime": "2023-08-25T13:54:00Z", "value": 0.015}], "priceMovements1Month": [{"dateTime": "2023-07-26", "value": 0.01}, {"dateTime": "2023-07-27", "value": 0.01}, {"dateTime": "2023-07-28", "value": 0.005}, {"dateTime": "2023-07-31", "value": 0.01}, {"dateTime": "2023-08-01", "value": 0.01}, {"dateTime": "2023-08-03", "value": 0.01}, {"dateTime": "2023-08-04", "value": 0.015}, {"dateTime": "2023-08-08", "value": 0.01}, {"dateTime": "2023-08-10", "value": 0.015}, {"dateTime": "2023-08-11", "value": 0.015}, {"dateTime": "2023-08-14", "value": 0.01}, {"dateTime": "2023-08-15", "value": 0.015}, {"dateTime": "2023-08-18", "value": 0.015}, {"dateTime": "2023-08-21", "value": 0.01}, {"dateTime": "2023-08-22", "value": 0.01}, {"dateTime": "2023-08-23", "value": 0.01}, {"dateTime": "2023-08-25", "value": 0.015}], "priceMovements1Year": [{"dateTime": "2022-08-26", "value": 0.03}, {"dateTime": "2022-08-29", "value": 0.03}, {"dateTime": "2022-08-30", "value": 0.025}, {"dateTime": "2022-08-31", "value": 0.025}, {"dateTime": "2022-09-01", "value": 0.03}, {"dateTime": "2022-09-02", "value": 0.025}, {"dateTime": "2022-09-06", "value": 0.025}, {"dateTime": "2022-09-07", "value": 0.03}, {"dateTime": "2022-09-08", "value": 0.025}, {"dateTime": "2022-09-09", "value": 0.03}, {"dateTime": "2022-09-12", "value": 0.025}, {"dateTime": "2022-09-13", "value": 0.025}, {"dateTime": "2022-09-14", "value": 0.025}, {"dateTime": "2022-09-15", "value": 0.025}, {"dateTime": "2022-09-16", "value": 0.025}, {"dateTime": "2022-09-19", "value": 0.02}, {"dateTime": "2022-09-20", "value": 0.03}, {"dateTime": "2022-09-21", "value": 0.025}, {"dateTime": "2022-09-22", "value": 0.02}, {"dateTime": "2022-09-23", "value": 0.025}, {"dateTime": "2022-09-26", "value": 0.025}, {"dateTime": "2022-09-27", "value": 0.025}, {"dateTime": "2022-09-28", "value": 0.02}, {"dateTime": "2022-09-29", "value": 0.025}, {"dateTime": "2022-09-30", "value": 0.02}, {"dateTime": "2022-10-03", "value": 0.02}, {"dateTime": "2022-10-04", "value": 0.025}, {"dateTime": "2022-10-05", "value": 0.02}, {"dateTime": "2022-10-06", "value": 0.025}, {"dateTime": "2022-10-07", "value": 0.025}, {"dateTime": "2022-10-11", "value": 0.02}, {"dateTime": "2022-10-12", "value": 0.02}, {"dateTime": "2022-10-13", "value": 0.025}, {"dateTime": "2022-10-14", "value": 0.02}, {"dateTime": "2022-10-17", "value": 0.02}, {"dateTime": "2022-10-18", "value": 0.02}, {"dateTime": "2022-10-19", "value": 0.02}, {"dateTime": "2022-10-20", "value": 0.025}, {"dateTime": "2022-10-21", "value": 0.025}, {"dateTime": "2022-10-24", "value": 0.02}, {"dateTime": "2022-10-26", "value": 0.02}, {"dateTime": "2022-10-27", "value": 0.02}, {"dateTime": "2022-10-28", "value": 0.02}, {"dateTime": "2022-10-31", "value": 0.02}, {"dateTime": "2022-11-01", "value": 0.02}, {"dateTime": "2022-11-02", "value": 0.02}, {"dateTime": "2022-11-03", "value": 0.02}, {"dateTime": "2022-11-04", "value": 0.015}, {"dateTime": "2022-11-07", "value": 0.02}, {"dateTime": "2022-11-08", "value": 0.02}, {"dateTime": "2022-11-09", "value": 0.02}, {"dateTime": "2022-11-10", "value": 0.02}, {"dateTime": "2022-11-11", "value": 0.025}, {"dateTime": "2022-11-14", "value": 0.02}, {"dateTime": "2022-11-15", "value": 0.025}, {"dateTime": "2022-11-16", "value": 0.025}, {"dateTime": "2022-11-17", "value": 0.025}, {"dateTime": "2022-11-18", "value": 0.02}, {"dateTime": "2022-11-21", "value": 0.025}, {"dateTime": "2022-11-22", "value": 0.025}, {"dateTime": "2022-11-23", "value": 0.02}, {"dateTime": "2022-11-24", "value": 0.015}, {"dateTime": "2022-11-25", "value": 0.02}, {"dateTime": "2022-11-28", "value": 0.02}, {"dateTime": "2022-11-29", "value": 0.02}, {"dateTime": "2022-11-30", "value": 0.025}, {"dateTime": "2022-12-01", "value": 0.025}, {"dateTime": "2022-12-02", "value": 0.025}, {"dateTime": "2022-12-05", "value": 0.025}, {"dateTime": "2022-12-06", "value": 0.02}, {"dateTime": "2022-12-07", "value": 0.02}, {"dateTime": "2022-12-08", "value": 0.02}, {"dateTime": "2022-12-09", "value": 0.02}, {"dateTime": "2022-12-12", "value": 0.02}, {"dateTime": "2022-12-13", "value": 0.02}, {"dateTime": "2022-12-14", "value": 0.02}, {"dateTime": "2022-12-15", "value": 0.015}, {"dateTime": "2022-12-16", "value": 0.02}, {"dateTime": "2022-12-19", "value": 0.015}, {"dateTime": "2022-12-20", "value": 0.015}, {"dateTime": "2022-12-21", "value": 0.015}, {"dateTime": "2022-12-22", "value": 0.015}, {"dateTime": "2022-12-23", "value": 0.01}, {"dateTime": "2022-12-28", "value": 0.02}, {"dateTime": "2022-12-29", "value": 0.02}, {"dateTime": "2022-12-30", "value": 0.02}, {"dateTime": "2023-01-03", "value": 0.02}, {"dateTime": "2023-01-04", "value": 0.02}, {"dateTime": "2023-01-05", "value": 0.02}, {"dateTime": "2023-01-06", "value": 0.015}, {"dateTime": "2023-01-09", "value": 0.02}, {"dateTime": "2023-01-10", "value": 0.02}, {"dateTime": "2023-01-11", "value": 0.02}, {"dateTime": "2023-01-12", "value": 0.02}, {"dateTime": "2023-01-13", "value": 0.02}, {"dateTime": "2023-01-16", "value": 0.02}, {"dateTime": "2023-01-17", "value": 0.02}, {"dateTime": "2023-01-19", "value": 0.02}, {"dateTime": "2023-01-20", "value": 0.025}, {"dateTime": "2023-01-23", "value": 0.02}, {"dateTime": "2023-01-24", "value": 0.015}, {"dateTime": "2023-01-25", "value": 0.02}, {"dateTime": "2023-01-26", "value": 0.015}, {"dateTime": "2023-01-27", "value": 0.02}, {"dateTime": "2023-01-30", "value": 0.015}, {"dateTime": "2023-01-31", "value": 0.015}, {"dateTime": "2023-02-01", "value": 0.02}, {"dateTime": "2023-02-02", "value": 0.02}, {"dateTime": "2023-02-03", "value": 0.02}, {"dateTime": "2023-02-06", "value": 0.015}, {"dateTime": "2023-02-07", "value": 0.02}, {"dateTime": "2023-02-08", "value": 0.02}, {"dateTime": "2023-02-09", "value": 0.015}, {"dateTime": "2023-02-10", "value": 0.02}, {"dateTime": "2023-02-13", "value": 0.02}, {"dateTime": "2023-02-14", "value": 0.02}, {"dateTime": "2023-02-15", "value": 0.02}, {"dateTime": "2023-02-16", "value": 0.0225}, {"dateTime": "2023-02-17", "value": 0.0225}, {"dateTime": "2023-02-21", "value": 0.02}, {"dateTime": "2023-02-22", "value": 0.015}, {"dateTime": "2023-02-23", "value": 0.02}, {"dateTime": "2023-02-24", "value": 0.025}, {"dateTime": "2023-02-27", "value": 0.025}, {"dateTime": "2023-02-28", "value": 0.02}, {"dateTime": "2023-03-01", "value": 0.02}, {"dateTime": "2023-03-02", "value": 0.02}, {"dateTime": "2023-03-06", "value": 0.015}, {"dateTime": "2023-03-07", "value": 0.025}, {"dateTime": "2023-03-08", "value": 0.02}, {"dateTime": "2023-03-09", "value": 0.02}, {"dateTime": "2023-03-10", "value": 0.02}, {"dateTime": "2023-03-13", "value": 0.015}, {"dateTime": "2023-03-14", "value": 0.02}, {"dateTime": "2023-03-16", "value": 0.02}, {"dateTime": "2023-03-17", "value": 0.015}, {"dateTime": "2023-03-21", "value": 0.015}, {"dateTime": "2023-03-22", "value": 0.015}, {"dateTime": "2023-03-23", "value": 0.015}, {"dateTime": "2023-03-24", "value": 0.015}, {"dateTime": "2023-03-27", "value": 0.015}, {"dateTime": "2023-03-28", "value": 0.015}, {"dateTime": "2023-03-29", "value": 0.015}, {"dateTime": "2023-03-30", "value": 0.015}, {"dateTime": "2023-03-31", "value": 0.015}, {"dateTime": "2023-04-03", "value": 0.015}, {"dateTime": "2023-04-04", "value": 0.015}, {"dateTime": "2023-04-05", "value": 0.015}, {"dateTime": "2023-04-06", "value": 0.01}, {"dateTime": "2023-04-10", "value": 0.01}, {"dateTime": "2023-04-11", "value": 0.015}, {"dateTime": "2023-04-12", "value": 0.015}, {"dateTime": "2023-04-13", "value": 0.015}, {"dateTime": "2023-04-14", "value": 0.01}, {"dateTime": "2023-04-17", "value": 0.015}, {"dateTime": "2023-04-18", "value": 0.01}, {"dateTime": "2023-04-19", "value": 0.01}, {"dateTime": "2023-04-20", "value": 0.01}, {"dateTime": "2023-04-21", "value": 0.015}, {"dateTime": "2023-04-24", "value": 0.015}, {"dateTime": "2023-04-25", "value": 0.01}, {"dateTime": "2023-04-26", "value": 0.01}, {"dateTime": "2023-04-27", "value": 0.015}, {"dateTime": "2023-05-02", "value": 0.01}, {"dateTime": "2023-05-05", "value": 0.01}, {"dateTime": "2023-05-08", "value": 0.01}, {"dateTime": "2023-05-10", "value": 0.01}, {"dateTime": "2023-05-11", "value": 0.01}, {"dateTime": "2023-05-12", "value": 0.01}, {"dateTime": "2023-05-15", "value": 0.005}, {"dateTime": "2023-05-16", "value": 0.005}, {"dateTime": "2023-05-17", "value": 0.01}, {"dateTime": "2023-05-18", "value": 0.01}, {"dateTime": "2023-05-19", "value": 0.01}, {"dateTime": "2023-05-24", "value": 0.005}, {"dateTime": "2023-05-25", "value": 0.01}, {"dateTime": "2023-05-30", "value": 0.01}, {"dateTime": "2023-05-31", "value": 0.01}, {"dateTime": "2023-06-05", "value": 0.005}, {"dateTime": "2023-06-06", "value": 0.01}, {"dateTime": "2023-06-08", "value": 0.005}, {"dateTime": "2023-06-09", "value": 0.01}, {"dateTime": "2023-06-12", "value": 0.01}, {"dateTime": "2023-06-13", "value": 0.01}, {"dateTime": "2023-06-15", "value": 0.01}, {"dateTime": "2023-06-16", "value": 0.005}, {"dateTime": "2023-06-19", "value": 0.005}, {"dateTime": "2023-06-20", "value": 0.005}, {"dateTime": "2023-06-21", "value": 0.005}, {"dateTime": "2023-06-22", "value": 0.01}, {"dateTime": "2023-06-23", "value": 0.01}, {"dateTime": "2023-06-26", "value": 0.015}, {"dateTime": "2023-06-27", "value": 0.015}, {"dateTime": "2023-06-28", "value": 0.015}, {"dateTime": "2023-06-29", "value": 0.015}, {"dateTime": "2023-06-30", "value": 0.015}, {"dateTime": "2023-07-04", "value": 0.015}, {"dateTime": "2023-07-05", "value": 0.015}, {"dateTime": "2023-07-06", "value": 0.01}, {"dateTime": "2023-07-07", "value": 0.01}, {"dateTime": "2023-07-10", "value": 0.015}, {"dateTime": "2023-07-11", "value": 0.015}, {"dateTime": "2023-07-12", "value": 0.01}, {"dateTime": "2023-07-13", "value": 0.01}, {"dateTime": "2023-07-14", "value": 0.01}, {"dateTime": "2023-07-18", "value": 0.01}, {"dateTime": "2023-07-20", "value": 0.005}, {"dateTime": "2023-07-21", "value": 0.01}, {"dateTime": "2023-07-24", "value": 0.01}, {"dateTime": "2023-07-25", "value": 0.01}, {"dateTime": "2023-07-26", "value": 0.01}, {"dateTime": "2023-07-27", "value": 0.01}, {"dateTime": "2023-07-28", "value": 0.005}, {"dateTime": "2023-07-31", "value": 0.01}, {"dateTime": "2023-08-01", "value": 0.01}, {"dateTime": "2023-08-03", "value": 0.01}, {"dateTime": "2023-08-04", "value": 0.015}, {"dateTime": "2023-08-08", "value": 0.01}, {"dateTime": "2023-08-10", "value": 0.015}, {"dateTime": "2023-08-11", "value": 0.015}, {"dateTime": "2023-08-14", "value": 0.01}, {"dateTime": "2023-08-15", "value": 0.015}, {"dateTime": "2023-08-18", "value": 0.015}, {"dateTime": "2023-08-21", "value": 0.01}, {"dateTime": "2023-08-22", "value": 0.01}, {"dateTime": "2023-08-23", "value": 0.01}, {"dateTime": "2023-08-25", "value": 0.015}], "priceMovements5Years": [{"dateTime": "2018-08-31", "value": 0.235}, {"dateTime": "2018-09-07", "value": 0.32}, {"dateTime": "2018-09-14", "value": 0.245}, {"dateTime": "2018-09-21", "value": 0.24}, {"dateTime": "2018-09-28", "value": 0.225}, {"dateTime": "2018-10-05", "value": 0.22}, {"dateTime": "2018-10-12", "value": 0.21}, {"dateTime": "2018-10-19", "value": 0.19}, {"dateTime": "2018-10-26", "value": 0.17}, {"dateTime": "2018-11-02", "value": 0.17}, {"dateTime": "2018-11-09", "value": 0.195}, {"dateTime": "2018-11-16", "value": 0.17}, {"dateTime": "2018-11-23", "value": 0.155}, {"dateTime": "2018-11-30", "value": 0.14}, {"dateTime": "2018-12-07", "value": 0.13}, {"dateTime": "2018-12-14", "value": 0.12}, {"dateTime": "2018-12-21", "value": 0.105}, {"dateTime": "2018-12-28", "value": 0.09}, {"dateTime": "2019-01-04", "value": 0.1}, {"dateTime": "2019-01-11", "value": 0.12}, {"dateTime": "2019-01-18", "value": 0.11}, {"dateTime": "2019-01-25", "value": 0.1}, {"dateTime": "2019-02-01", "value": 0.1}, {"dateTime": "2019-02-08", "value": 0.095}, {"dateTime": "2019-02-15", "value": 0.085}, {"dateTime": "2019-02-22", "value": 0.09}, {"dateTime": "2019-03-01", "value": 0.1}, {"dateTime": "2019-03-08", "value": 0.09}, {"dateTime": "2019-03-15", "value": 0.095}, {"dateTime": "2019-03-22", "value": 0.1}, {"dateTime": "2019-03-29", "value": 0.095}, {"dateTime": "2019-04-05", "value": 0.09}, {"dateTime": "2019-04-12", "value": 0.08}, {"dateTime": "2019-04-19", "value": 0.085}, {"dateTime": "2019-04-26", "value": 0.075}, {"dateTime": "2019-05-03", "value": 0.075}, {"dateTime": "2019-05-10", "value": 0.085}, {"dateTime": "2019-05-17", "value": 0.08}, {"dateTime": "2019-05-24", "value": 0.08}, {"dateTime": "2019-05-31", "value": 0.075}, {"dateTime": "2019-06-07", "value": 0.07}, {"dateTime": "2019-06-14", "value": 0.065}, {"dateTime": "2019-06-21", "value": 0.07}, {"dateTime": "2019-06-28", "value": 0.065}, {"dateTime": "2019-07-05", "value": 0.065}, {"dateTime": "2019-07-12", "value": 0.06}, {"dateTime": "2019-07-19", "value": 0.065}, {"dateTime": "2019-07-26", "value": 0.065}, {"dateTime": "2019-08-02", "value": 0.06}, {"dateTime": "2019-08-09", "value": 0.065}, {"dateTime": "2019-08-16", "value": 0.05}, {"dateTime": "2019-08-23", "value": 0.055}, {"dateTime": "2019-08-30", "value": 0.05}, {"dateTime": "2019-09-06", "value": 0.05}, {"dateTime": "2019-09-13", "value": 0.045}, {"dateTime": "2019-09-20", "value": 0.05}, {"dateTime": "2019-09-27", "value": 0.04}, {"dateTime": "2019-10-04", "value": 0.03}, {"dateTime": "2019-10-11", "value": 0.025}, {"dateTime": "2019-10-18", "value": 0.045}, {"dateTime": "2019-10-25", "value": 0.035}, {"dateTime": "2019-11-01", "value": 0.025}, {"dateTime": "2019-11-08", "value": 0.03}, {"dateTime": "2019-11-15", "value": 0.03}, {"dateTime": "2019-11-22", "value": 0.025}, {"dateTime": "2019-11-29", "value": 0.025}, {"dateTime": "2019-12-06", "value": 0.03}, {"dateTime": "2019-12-13", "value": 0.035}, {"dateTime": "2019-12-20", "value": 0.03}, {"dateTime": "2019-12-27", "value": 0.03}, {"dateTime": "2020-01-03", "value": 0.045}, {"dateTime": "2020-01-10", "value": 0.04}, {"dateTime": "2020-01-17", "value": 0.035}, {"dateTime": "2020-01-24", "value": 0.04}, {"dateTime": "2020-01-31", "value": 0.035}, {"dateTime": "2020-02-07", "value": 0.03}, {"dateTime": "2020-02-14", "value": 0.025}, {"dateTime": "2020-02-21", "value": 0.035}, {"dateTime": "2020-02-28", "value": 0.03}, {"dateTime": "2020-03-06", "value": 0.03}, {"dateTime": "2020-03-13", "value": 0.02}, {"dateTime": "2020-03-20", "value": 0.02}, {"dateTime": "2020-03-27", "value": 0.02}, {"dateTime": "2020-04-03", "value": 0.02}, {"dateTime": "2020-04-10", "value": 0.02}, {"dateTime": "2020-04-17", "value": 0.02}, {"dateTime": "2020-04-24", "value": 0.02}, {"dateTime": "2020-05-01", "value": 0.015}, {"dateTime": "2020-05-08", "value": 0.02}, {"dateTime": "2020-05-15", "value": 0.02}, {"dateTime": "2020-05-22", "value": 0.025}, {"dateTime": "2020-05-29", "value": 0.035}, {"dateTime": "2020-06-05", "value": 0.03}, {"dateTime": "2020-06-12", "value": 0.025}, {"dateTime": "2020-06-19", "value": 0.03}, {"dateTime": "2020-06-26", "value": 0.025}, {"dateTime": "2020-07-03", "value": 0.02}, {"dateTime": "2020-07-10", "value": 0.02}, {"dateTime": "2020-07-17", "value": 0.02}, {"dateTime": "2020-07-24", "value": 0.02}, {"dateTime": "2020-07-31", "value": 0.02}, {"dateTime": "2020-08-07", "value": 0.02}, {"dateTime": "2020-08-14", "value": 0.02}, {"dateTime": "2020-08-21", "value": 0.02}, {"dateTime": "2020-08-28", "value": 0.015}, {"dateTime": "2020-09-04", "value": 0.025}, {"dateTime": "2020-09-11", "value": 0.03}, {"dateTime": "2020-09-18", "value": 0.025}, {"dateTime": "2020-09-25", "value": 0.03}, {"dateTime": "2020-10-02", "value": 0.03}, {"dateTime": "2020-10-09", "value": 0.03}, {"dateTime": "2020-10-16", "value": 0.06}, {"dateTime": "2020-10-23", "value": 0.065}, {"dateTime": "2020-10-30", "value": 0.06}, {"dateTime": "2020-11-06", "value": 0.07}, {"dateTime": "2020-11-13", "value": 0.065}, {"dateTime": "2020-11-20", "value": 0.07}, {"dateTime": "2020-11-27", "value": 0.06}, {"dateTime": "2020-12-04", "value": 0.06}, {"dateTime": "2020-12-11", "value": 0.045}, {"dateTime": "2020-12-18", "value": 0.1}, {"dateTime": "2020-12-25", "value": 0.12}, {"dateTime": "2021-01-01", "value": 0.125}, {"dateTime": "2021-01-08", "value": 0.205}, {"dateTime": "2021-01-15", "value": 0.18}, {"dateTime": "2021-01-22", "value": 0.18}, {"dateTime": "2021-01-29", "value": 0.145}, {"dateTime": "2021-02-05", "value": 0.165}, {"dateTime": "2021-02-12", "value": 0.21}, {"dateTime": "2021-02-19", "value": 0.245}, {"dateTime": "2021-02-26", "value": 0.39}, {"dateTime": "2021-03-05", "value": 0.27}, {"dateTime": "2021-03-12", "value": 0.28}, {"dateTime": "2021-03-19", "value": 0.26}, {"dateTime": "2021-03-26", "value": 0.235}, {"dateTime": "2021-04-02", "value": 0.25}, {"dateTime": "2021-04-09", "value": 0.23}, {"dateTime": "2021-04-16", "value": 0.235}, {"dateTime": "2021-04-23", "value": 0.23}, {"dateTime": "2021-04-30", "value": 0.21}, {"dateTime": "2021-05-07", "value": 0.15}, {"dateTime": "2021-05-14", "value": 0.125}, {"dateTime": "2021-05-21", "value": 0.125}, {"dateTime": "2021-05-28", "value": 0.125}, {"dateTime": "2021-06-04", "value": 0.085}, {"dateTime": "2021-06-11", "value": 0.115}, {"dateTime": "2021-06-18", "value": 0.1}, {"dateTime": "2021-06-25", "value": 0.09}, {"dateTime": "2021-07-02", "value": 0.075}, {"dateTime": "2021-07-09", "value": 0.09}, {"dateTime": "2021-07-16", "value": 0.075}, {"dateTime": "2021-07-23", "value": 0.095}, {"dateTime": "2021-07-30", "value": 0.08}, {"dateTime": "2021-08-06", "value": 0.085}, {"dateTime": "2021-08-13", "value": 0.085}, {"dateTime": "2021-08-20", "value": 0.075}, {"dateTime": "2021-08-27", "value": 0.07}, {"dateTime": "2021-09-03", "value": 0.07}, {"dateTime": "2021-09-10", "value": 0.07}, {"dateTime": "2021-09-17", "value": 0.07}, {"dateTime": "2021-09-24", "value": 0.065}, {"dateTime": "2021-10-01", "value": 0.065}, {"dateTime": "2021-10-08", "value": 0.07}, {"dateTime": "2021-10-15", "value": 0.0575}, {"dateTime": "2021-10-22", "value": 0.055}, {"dateTime": "2021-10-29", "value": 0.05}, {"dateTime": "2021-11-05", "value": 0.055}, {"dateTime": "2021-11-12", "value": 0.055}, {"dateTime": "2021-11-19", "value": 0.065}, {"dateTime": "2021-11-26", "value": 0.05}, {"dateTime": "2021-12-03", "value": 0.05}, {"dateTime": "2021-12-10", "value": 0.055}, {"dateTime": "2021-12-17", "value": 0.05}, {"dateTime": "2021-12-24", "value": 0.0525}, {"dateTime": "2021-12-31", "value": 0.05}, {"dateTime": "2022-01-07", "value": 0.06}, {"dateTime": "2022-01-14", "value": 0.05}, {"dateTime": "2022-01-21", "value": 0.04}, {"dateTime": "2022-01-28", "value": 0.045}, {"dateTime": "2022-02-04", "value": 0.065}, {"dateTime": "2022-02-11", "value": 0.06}, {"dateTime": "2022-02-18", "value": 0.06}, {"dateTime": "2022-02-25", "value": 0.05}, {"dateTime": "2022-03-04", "value": 0.055}, {"dateTime": "2022-03-11", "value": 0.05}, {"dateTime": "2022-03-18", "value": 0.055}, {"dateTime": "2022-03-25", "value": 0.06}, {"dateTime": "2022-04-01", "value": 0.05}, {"dateTime": "2022-04-08", "value": 0.05}, {"dateTime": "2022-04-15", "value": 0.045}, {"dateTime": "2022-04-22", "value": 0.05}, {"dateTime": "2022-04-29", "value": 0.04}, {"dateTime": "2022-05-06", "value": 0.045}, {"dateTime": "2022-05-13", "value": 0.04}, {"dateTime": "2022-05-20", "value": 0.04}, {"dateTime": "2022-05-27", "value": 0.035}, {"dateTime": "2022-06-03", "value": 0.04}, {"dateTime": "2022-06-10", "value": 0.0375}, {"dateTime": "2022-06-17", "value": 0.035}, {"dateTime": "2022-06-24", "value": 0.035}, {"dateTime": "2022-07-01", "value": 0.035}, {"dateTime": "2022-07-08", "value": 0.045}, {"dateTime": "2022-07-15", "value": 0.04}, {"dateTime": "2022-07-22", "value": 0.045}, {"dateTime": "2022-07-29", "value": 0.035}, {"dateTime": "2022-08-05", "value": 0.04}, {"dateTime": "2022-08-12", "value": 0.04}, {"dateTime": "2022-08-19", "value": 0.035}, {"dateTime": "2022-08-26", "value": 0.03}, {"dateTime": "2022-09-02", "value": 0.025}, {"dateTime": "2022-09-09", "value": 0.03}, {"dateTime": "2022-09-16", "value": 0.025}, {"dateTime": "2022-09-23", "value": 0.025}, {"dateTime": "2022-09-30", "value": 0.02}, {"dateTime": "2022-10-07", "value": 0.025}, {"dateTime": "2022-10-14", "value": 0.02}, {"dateTime": "2022-10-21", "value": 0.025}, {"dateTime": "2022-10-28", "value": 0.02}, {"dateTime": "2022-11-04", "value": 0.015}, {"dateTime": "2022-11-11", "value": 0.025}, {"dateTime": "2022-11-18", "value": 0.02}, {"dateTime": "2022-11-25", "value": 0.02}, {"dateTime": "2022-12-02", "value": 0.025}, {"dateTime": "2022-12-09", "value": 0.02}, {"dateTime": "2022-12-16", "value": 0.02}, {"dateTime": "2022-12-23", "value": 0.01}, {"dateTime": "2022-12-30", "value": 0.02}, {"dateTime": "2023-01-06", "value": 0.015}, {"dateTime": "2023-01-13", "value": 0.02}, {"dateTime": "2023-01-20", "value": 0.025}, {"dateTime": "2023-01-27", "value": 0.02}, {"dateTime": "2023-02-03", "value": 0.02}, {"dateTime": "2023-02-10", "value": 0.02}, {"dateTime": "2023-02-17", "value": 0.0225}, {"dateTime": "2023-02-24", "value": 0.025}, {"dateTime": "2023-03-03", "value": 0.02}, {"dateTime": "2023-03-10", "value": 0.02}, {"dateTime": "2023-03-17", "value": 0.015}, {"dateTime": "2023-03-24", "value": 0.015}, {"dateTime": "2023-03-31", "value": 0.015}, {"dateTime": "2023-04-07", "value": 0.01}, {"dateTime": "2023-04-14", "value": 0.01}, {"dateTime": "2023-04-21", "value": 0.015}, {"dateTime": "2023-04-28", "value": 0.015}, {"dateTime": "2023-05-05", "value": 0.01}, {"dateTime": "2023-05-12", "value": 0.01}, {"dateTime": "2023-05-19", "value": 0.01}, {"dateTime": "2023-05-26", "value": 0.01}, {"dateTime": "2023-06-02", "value": 0.01}, {"dateTime": "2023-06-09", "value": 0.01}, {"dateTime": "2023-06-16", "value": 0.005}, {"dateTime": "2023-06-23", "value": 0.01}, {"dateTime": "2023-06-30", "value": 0.015}, {"dateTime": "2023-07-07", "value": 0.01}, {"dateTime": "2023-07-14", "value": 0.01}, {"dateTime": "2023-07-21", "value": 0.01}, {"dateTime": "2023-07-28", "value": 0.005}, {"dateTime": "2023-08-04", "value": 0.015}, {"dateTime": "2023-08-11", "value": 0.015}, {"dateTime": "2023-08-18", "value": 0.015}, {"dateTime": "2023-08-25", "value": 0.015}], "priceMovements6Months": [{"dateTime": "2023-02-27", "value": 0.025}, {"dateTime": "2023-02-28", "value": 0.02}, {"dateTime": "2023-03-01", "value": 0.02}, {"dateTime": "2023-03-02", "value": 0.02}, {"dateTime": "2023-03-06", "value": 0.015}, {"dateTime": "2023-03-07", "value": 0.025}, {"dateTime": "2023-03-08", "value": 0.02}, {"dateTime": "2023-03-09", "value": 0.02}, {"dateTime": "2023-03-10", "value": 0.02}, {"dateTime": "2023-03-13", "value": 0.015}, {"dateTime": "2023-03-14", "value": 0.02}, {"dateTime": "2023-03-16", "value": 0.02}, {"dateTime": "2023-03-17", "value": 0.015}, {"dateTime": "2023-03-21", "value": 0.015}, {"dateTime": "2023-03-22", "value": 0.015}, {"dateTime": "2023-03-23", "value": 0.015}, {"dateTime": "2023-03-24", "value": 0.015}, {"dateTime": "2023-03-27", "value": 0.015}, {"dateTime": "2023-03-28", "value": 0.015}, {"dateTime": "2023-03-29", "value": 0.015}, {"dateTime": "2023-03-30", "value": 0.015}, {"dateTime": "2023-03-31", "value": 0.015}, {"dateTime": "2023-04-03", "value": 0.015}, {"dateTime": "2023-04-04", "value": 0.015}, {"dateTime": "2023-04-05", "value": 0.015}, {"dateTime": "2023-04-06", "value": 0.01}, {"dateTime": "2023-04-10", "value": 0.01}, {"dateTime": "2023-04-11", "value": 0.015}, {"dateTime": "2023-04-12", "value": 0.015}, {"dateTime": "2023-04-13", "value": 0.015}, {"dateTime": "2023-04-14", "value": 0.01}, {"dateTime": "2023-04-17", "value": 0.015}, {"dateTime": "2023-04-18", "value": 0.01}, {"dateTime": "2023-04-19", "value": 0.01}, {"dateTime": "2023-04-20", "value": 0.01}, {"dateTime": "2023-04-21", "value": 0.015}, {"dateTime": "2023-04-24", "value": 0.015}, {"dateTime": "2023-04-25", "value": 0.01}, {"dateTime": "2023-04-26", "value": 0.01}, {"dateTime": "2023-04-27", "value": 0.015}, {"dateTime": "2023-05-02", "value": 0.01}, {"dateTime": "2023-05-05", "value": 0.01}, {"dateTime": "2023-05-08", "value": 0.01}, {"dateTime": "2023-05-10", "value": 0.01}, {"dateTime": "2023-05-11", "value": 0.01}, {"dateTime": "2023-05-12", "value": 0.01}, {"dateTime": "2023-05-15", "value": 0.005}, {"dateTime": "2023-05-16", "value": 0.005}, {"dateTime": "2023-05-17", "value": 0.01}, {"dateTime": "2023-05-18", "value": 0.01}, {"dateTime": "2023-05-19", "value": 0.01}, {"dateTime": "2023-05-24", "value": 0.005}, {"dateTime": "2023-05-25", "value": 0.01}, {"dateTime": "2023-05-30", "value": 0.01}, {"dateTime": "2023-05-31", "value": 0.01}, {"dateTime": "2023-06-05", "value": 0.005}, {"dateTime": "2023-06-06", "value": 0.01}, {"dateTime": "2023-06-08", "value": 0.005}, {"dateTime": "2023-06-09", "value": 0.01}, {"dateTime": "2023-06-12", "value": 0.01}, {"dateTime": "2023-06-13", "value": 0.01}, {"dateTime": "2023-06-15", "value": 0.01}, {"dateTime": "2023-06-16", "value": 0.005}, {"dateTime": "2023-06-19", "value": 0.005}, {"dateTime": "2023-06-20", "value": 0.005}, {"dateTime": "2023-06-21", "value": 0.005}, {"dateTime": "2023-06-22", "value": 0.01}, {"dateTime": "2023-06-23", "value": 0.01}, {"dateTime": "2023-06-26", "value": 0.015}, {"dateTime": "2023-06-27", "value": 0.015}, {"dateTime": "2023-06-28", "value": 0.015}, {"dateTime": "2023-06-29", "value": 0.015}, {"dateTime": "2023-06-30", "value": 0.015}, {"dateTime": "2023-07-04", "value": 0.015}, {"dateTime": "2023-07-05", "value": 0.015}, {"dateTime": "2023-07-06", "value": 0.01}, {"dateTime": "2023-07-07", "value": 0.01}, {"dateTime": "2023-07-10", "value": 0.015}, {"dateTime": "2023-07-11", "value": 0.015}, {"dateTime": "2023-07-12", "value": 0.01}, {"dateTime": "2023-07-13", "value": 0.01}, {"dateTime": "2023-07-14", "value": 0.01}, {"dateTime": "2023-07-18", "value": 0.01}, {"dateTime": "2023-07-20", "value": 0.005}, {"dateTime": "2023-07-21", "value": 0.01}, {"dateTime": "2023-07-24", "value": 0.01}, {"dateTime": "2023-07-25", "value": 0.01}, {"dateTime": "2023-07-26", "value": 0.01}, {"dateTime": "2023-07-27", "value": 0.01}, {"dateTime": "2023-07-28", "value": 0.005}, {"dateTime": "2023-07-31", "value": 0.01}, {"dateTime": "2023-08-01", "value": 0.01}, {"dateTime": "2023-08-03", "value": 0.01}, {"dateTime": "2023-08-04", "value": 0.015}, {"dateTime": "2023-08-08", "value": 0.01}, {"dateTime": "2023-08-10", "value": 0.015}, {"dateTime": "2023-08-11", "value": 0.015}, {"dateTime": "2023-08-14", "value": 0.01}, {"dateTime": "2023-08-15", "value": 0.015}, {"dateTime": "2023-08-18", "value": 0.015}, {"dateTime": "2023-08-21", "value": 0.01}, {"dateTime": "2023-08-22", "value": 0.01}, {"dateTime": "2023-08-23", "value": 0.01}, {"dateTime": "2023-08-25", "value": 0.015}], "priceMovementsYearToDate": [{"dateTime": "2023-01-03", "value": 0.02}, {"dateTime": "2023-01-04", "value": 0.02}, {"dateTime": "2023-01-05", "value": 0.02}, {"dateTime": "2023-01-06", "value": 0.015}, {"dateTime": "2023-01-09", "value": 0.02}, {"dateTime": "2023-01-10", "value": 0.02}, {"dateTime": "2023-01-11", "value": 0.02}, {"dateTime": "2023-01-12", "value": 0.02}, {"dateTime": "2023-01-13", "value": 0.02}, {"dateTime": "2023-01-16", "value": 0.02}, {"dateTime": "2023-01-17", "value": 0.02}, {"dateTime": "2023-01-19", "value": 0.02}, {"dateTime": "2023-01-20", "value": 0.025}, {"dateTime": "2023-01-23", "value": 0.02}, {"dateTime": "2023-01-24", "value": 0.015}, {"dateTime": "2023-01-25", "value": 0.02}, {"dateTime": "2023-01-26", "value": 0.015}, {"dateTime": "2023-01-27", "value": 0.02}, {"dateTime": "2023-01-30", "value": 0.015}, {"dateTime": "2023-01-31", "value": 0.015}, {"dateTime": "2023-02-01", "value": 0.02}, {"dateTime": "2023-02-02", "value": 0.02}, {"dateTime": "2023-02-03", "value": 0.02}, {"dateTime": "2023-02-06", "value": 0.015}, {"dateTime": "2023-02-07", "value": 0.02}, {"dateTime": "2023-02-08", "value": 0.02}, {"dateTime": "2023-02-09", "value": 0.015}, {"dateTime": "2023-02-10", "value": 0.02}, {"dateTime": "2023-02-13", "value": 0.02}, {"dateTime": "2023-02-14", "value": 0.02}, {"dateTime": "2023-02-15", "value": 0.02}, {"dateTime": "2023-02-16", "value": 0.0225}, {"dateTime": "2023-02-17", "value": 0.0225}, {"dateTime": "2023-02-21", "value": 0.02}, {"dateTime": "2023-02-22", "value": 0.015}, {"dateTime": "2023-02-23", "value": 0.02}, {"dateTime": "2023-02-24", "value": 0.025}, {"dateTime": "2023-02-27", "value": 0.025}, {"dateTime": "2023-02-28", "value": 0.02}, {"dateTime": "2023-03-01", "value": 0.02}, {"dateTime": "2023-03-02", "value": 0.02}, {"dateTime": "2023-03-06", "value": 0.015}, {"dateTime": "2023-03-07", "value": 0.025}, {"dateTime": "2023-03-08", "value": 0.02}, {"dateTime": "2023-03-09", "value": 0.02}, {"dateTime": "2023-03-10", "value": 0.02}, {"dateTime": "2023-03-13", "value": 0.015}, {"dateTime": "2023-03-14", "value": 0.02}, {"dateTime": "2023-03-16", "value": 0.02}, {"dateTime": "2023-03-17", "value": 0.015}, {"dateTime": "2023-03-21", "value": 0.015}, {"dateTime": "2023-03-22", "value": 0.015}, {"dateTime": "2023-03-23", "value": 0.015}, {"dateTime": "2023-03-24", "value": 0.015}, {"dateTime": "2023-03-27", "value": 0.015}, {"dateTime": "2023-03-28", "value": 0.015}, {"dateTime": "2023-03-29", "value": 0.015}, {"dateTime": "2023-03-30", "value": 0.015}, {"dateTime": "2023-03-31", "value": 0.015}, {"dateTime": "2023-04-03", "value": 0.015}, {"dateTime": "2023-04-04", "value": 0.015}, {"dateTime": "2023-04-05", "value": 0.015}, {"dateTime": "2023-04-06", "value": 0.01}, {"dateTime": "2023-04-10", "value": 0.01}, {"dateTime": "2023-04-11", "value": 0.015}, {"dateTime": "2023-04-12", "value": 0.015}, {"dateTime": "2023-04-13", "value": 0.015}, {"dateTime": "2023-04-14", "value": 0.01}, {"dateTime": "2023-04-17", "value": 0.015}, {"dateTime": "2023-04-18", "value": 0.01}, {"dateTime": "2023-04-19", "value": 0.01}, {"dateTime": "2023-04-20", "value": 0.01}, {"dateTime": "2023-04-21", "value": 0.015}, {"dateTime": "2023-04-24", "value": 0.015}, {"dateTime": "2023-04-25", "value": 0.01}, {"dateTime": "2023-04-26", "value": 0.01}, {"dateTime": "2023-04-27", "value": 0.015}, {"dateTime": "2023-05-02", "value": 0.01}, {"dateTime": "2023-05-05", "value": 0.01}, {"dateTime": "2023-05-08", "value": 0.01}, {"dateTime": "2023-05-10", "value": 0.01}, {"dateTime": "2023-05-11", "value": 0.01}, {"dateTime": "2023-05-12", "value": 0.01}, {"dateTime": "2023-05-15", "value": 0.005}, {"dateTime": "2023-05-16", "value": 0.005}, {"dateTime": "2023-05-17", "value": 0.01}, {"dateTime": "2023-05-18", "value": 0.01}, {"dateTime": "2023-05-19", "value": 0.01}, {"dateTime": "2023-05-24", "value": 0.005}, {"dateTime": "2023-05-25", "value": 0.01}, {"dateTime": "2023-05-30", "value": 0.01}, {"dateTime": "2023-05-31", "value": 0.01}, {"dateTime": "2023-06-05", "value": 0.005}, {"dateTime": "2023-06-06", "value": 0.01}, {"dateTime": "2023-06-08", "value": 0.005}, {"dateTime": "2023-06-09", "value": 0.01}, {"dateTime": "2023-06-12", "value": 0.01}, {"dateTime": "2023-06-13", "value": 0.01}, {"dateTime": "2023-06-15", "value": 0.01}, {"dateTime": "2023-06-16", "value": 0.005}, {"dateTime": "2023-06-19", "value": 0.005}, {"dateTime": "2023-06-20", "value": 0.005}, {"dateTime": "2023-06-21", "value": 0.005}, {"dateTime": "2023-06-22", "value": 0.01}, {"dateTime": "2023-06-23", "value": 0.01}, {"dateTime": "2023-06-26", "value": 0.015}, {"dateTime": "2023-06-27", "value": 0.015}, {"dateTime": "2023-06-28", "value": 0.015}, {"dateTime": "2023-06-29", "value": 0.015}, {"dateTime": "2023-06-30", "value": 0.015}, {"dateTime": "2023-07-04", "value": 0.015}, {"dateTime": "2023-07-05", "value": 0.015}, {"dateTime": "2023-07-06", "value": 0.01}, {"dateTime": "2023-07-07", "value": 0.01}, {"dateTime": "2023-07-10", "value": 0.015}, {"dateTime": "2023-07-11", "value": 0.015}, {"dateTime": "2023-07-12", "value": 0.01}, {"dateTime": "2023-07-13", "value": 0.01}, {"dateTime": "2023-07-14", "value": 0.01}, {"dateTime": "2023-07-18", "value": 0.01}, {"dateTime": "2023-07-20", "value": 0.005}, {"dateTime": "2023-07-21", "value": 0.01}, {"dateTime": "2023-07-24", "value": 0.01}, {"dateTime": "2023-07-25", "value": 0.01}, {"dateTime": "2023-07-26", "value": 0.01}, {"dateTime": "2023-07-27", "value": 0.01}, {"dateTime": "2023-07-28", "value": 0.005}, {"dateTime": "2023-07-31", "value": 0.01}, {"dateTime": "2023-08-01", "value": 0.01}, {"dateTime": "2023-08-03", "value": 0.01}, {"dateTime": "2023-08-04", "value": 0.015}, {"dateTime": "2023-08-08", "value": 0.01}, {"dateTime": "2023-08-10", "value": 0.015}, {"dateTime": "2023-08-11", "value": 0.015}, {"dateTime": "2023-08-14", "value": 0.01}, {"dateTime": "2023-08-15", "value": 0.015}, {"dateTime": "2023-08-18", "value": 0.015}, {"dateTime": "2023-08-21", "value": 0.01}, {"dateTime": "2023-08-22", "value": 0.01}, {"dateTime": "2023-08-23", "value": 0.01}, {"dateTime": "2023-08-25", "value": 0.015}], "priceToBookRatio": null, "priceToSalesRatio": "399.23", "primaryExchange": "Canadian Sec", "redemptionFee": null, "securityName": null, "sharesOutstanding": "254.234M", "shortName": "GLOBAL COMPLIANC", "totalAssets": null, "totalAssetsCurrency": null, "totalAssetsDate": null, "totalReturn1Year": "\u201350.00%", "totalReturn3Month": null, "totalReturn3Year": null, "totalReturn5Year": null, "totalReturnYtd": null, "tradingDayClose": "2023-08-25T21:00:00.000Z", "type": "EQT", "ultimateParentTicker": "APP CN"}, "message": "Successful", "status": true} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"1 YEAR RETURN": {"type": "string"}, "52 WEEK RANGE": {"type": "string"}, "DAY RANGE": {"type": "string"}, "GEOGRAPHIC FOCUS": {"type": "null"}, "MARKET CAP": {"type": "string"}, "OPEN": {"type": "string"}, "PREV. CLOSE": {"type": "string"}, "SHARE CLASS": {"type": "null"}, "VOLUME": {"type": "string"}, "YTD RETURN": {"type": "null"}, "averageDaysToMaturity": {"type": "null"}, "averageVolume30Day": {"type": "string"}, "backLoadFee": {"type": "null"}, "bicsSector": {"type": "string"}, "companyAddress": {"type": "string"}, "companyDescription": {"type": "string"}, "companyIsPrivate": {"type": "boolean"}, "companyPhone": {"type": "string"}, "companyWebsite": {"type": "string"}, "currentManagementFee": {"type": "null"}, "dividend": {"type": "null"}, "earningsPerShare": {"type": "string"}, "exchangeDelay": {"type": "string"}, "expenseRatio": {"type": "null"}, "foundedYear": {"type": "string"}, "frontLoadFee": {"type": "null"}, "fundAssetClassFocus": {"type": "null"}, "fundManager": {"type": "null"}, "fundMarketingFee": {"type": "null"}, "fundObjective": {"type": "null"}, "fundTopHoldings": {"type": "null"}, "fundType": {"type": "null"}, "highPrice": {"type": "number"}, "highPrice52Week": {"type": "number"}, "id": {"type": "string"}, "inceptionDate": {"type": "null"}, "indexDescription": {"type": "null"}, "indicatedGrossDividendYield": {"type": "null"}, "isAfterHours": {"type": "boolean"}, "isExchangeDelayed": {"type": "boolean"}, "isOpen": {"type": "boolean"}, "issuedCurrency": {"type": "string"}, "issuedUnits": {"type": "null"}, "lastDividendReported": {"type": "null"}, "lastPostSessionPrice": {"type": "null"}, "lastUpdate": {"type": "string"}, "longName": {"type": "string"}, "lowPrice": {"type": "number"}, "lowPrice52Week": {"type": "number"}, "marketStatus": {"type": "string"}, "mediaSecuritySubtype": {"type": "string"}, "mediaSecurityType": {"type": "string"}, "name": {"type": "string"}, "netAssetValue": {"type": "null"}, "netAssetValueDate": {"type": "null"}, "netChange1DayPostSessionRegular": {"type": "null"}, "numberOfEmployees": {"type": "null"}, "percentChange1Day": {"type": "integer"}, "percentChange1DayPostRegular": {"type": "null"}, "percentPremium": {"type": "null"}, "percentPremium52WeekAverage": {"type": "null"}, "previousClosingPriceOneTradingDayAgo": {"type": "number"}, "price": {"type": "string"}, "priceChange1Day": {"type": "number"}, "priceEarningsRatio": {"type": "null"}, "priceEarningsToGrowthAndDividendYieldRatio": {"type": "null"}, "priceMovements1Day": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "value": {"type": "number"}}}}, "priceMovements1Month": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "value": {"type": "number"}}}}, "priceMovements1Year": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "value": {"type": "number"}}}}, "priceMovements5Years": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "value": {"type": "number"}}}}, "priceMovements6Months": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "value": {"type": "number"}}}}, "priceMovementsYearToDate": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "value": {"type": "number"}}}}, "priceToBookRatio": {"type": "null"}, "priceToSalesRatio": {"type": "string"}, "primaryExchange": {"type": "string"}, "redemptionFee": {"type": "null"}, "securityName": {"type": "null"}, "sharesOutstanding": {"type": "string"}, "shortName": {"type": "string"}, "totalAssets": {"type": "null"}, "totalAssetsCurrency": {"type": "null"}, "totalAssetsDate": {"type": "null"}, "totalReturn1Year": {"type": "string"}, "totalReturn3Month": {"type": "null"}, "totalReturn3Year": {"type": "null"}, "totalReturn5Year": {"type": "null"}, "totalReturnYtd": {"type": "null"}, "tradingDayClose": {"type": "string"}, "type": {"type": "string"}, "ultimateParentTicker": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}} |
c16d650b-9e8d-43ae-aaf0-e8fa5babb500/73463f1e-e6f5-4052-b2a0-31bfcae403fa/0/0 | BB Finance Bloomberg | Real-time data, unofficial API Bloomberg.com, Bloomberg.com allows users to grasp stock market trends, price fluctuations, and economic shifts. Specific data and in-depth analysis aid readers in understanding the factors influencing changes in the financial world | 8.8 | quotes/detail | quotes/detail | 200 | New Example | {"data": {"1 YEAR RETURN": "\u201350.00%", "52 WEEK RANGE": "0.01 \u2013 0.04", "DAY RANGE": "0.01 \u2013 0.02", "GEOGRAPHIC FOCUS": null, "MARKET CAP": "3.814M", "OPEN": "0.01", "PREV. CLOSE": "0.01", "SHARE CLASS": null, "VOLUME": "105,000.00", "YTD RETURN": null, "averageDaysToMaturity": null, "averageVolume30Day": "120,236.80", "backLoadFee": null, "bicsSector": "Technology", "companyAddress": "1100 Melville Street\nSuite 830\nVancouver, BC V6E 4A6\nCanada", "companyDescription": "Global Compliance Applications Corp. develops software solutions. The Company offers ethereum layer-2 solution designed to boost the speed and scalability of ethereum smart contracts while adding privacy and KYC features. Global Compliance Applications serves customers worldwide.", "companyIsPrivate": false, "companyPhone": "1-800-409-5679", "companyWebsite": "www.globalcompliance.app", "currentManagementFee": null, "dividend": null, "earningsPerShare": "-0.01", "exchangeDelay": "20 Minutes", "expenseRatio": null, "foundedYear": "07/14/2014", "frontLoadFee": null, "fundAssetClassFocus": null, "fundManager": null, "fundMarketingFee": null, "fundObjective": null, "fundTopHoldings": null, "fundType": null, "highPrice": 0.015, "highPrice52Week": 0.035, "id": "APP:CN", "inceptionDate": null, "indexDescription": null, "indicatedGrossDividendYield": null, "isAfterHours": false, "isExchangeDelayed": true, "isOpen": false, "issuedCurrency": "CAD", "issuedUnits": null, "lastDividendReported": null, "lastPostSessionPrice": null, "lastUpdate": "2023-08-25T13:55:05.000Z", "longName": "Global Compliance Applications Corp", "lowPrice": 0.01, "lowPrice52Week": 0.005, "marketStatus": "ACTV", "mediaSecuritySubtype": "Public", "mediaSecurityType": "Company", "name": "GLOBAL COMPLIANCE APPLICATIO", "netAssetValue": null, "netAssetValueDate": null, "netChange1DayPostSessionRegular": null, "numberOfEmployees": null, "percentChange1Day": 50, "percentChange1DayPostRegular": null, "percentPremium": null, "percentPremium52WeekAverage": null, "previousClosingPriceOneTradingDayAgo": 0.01, "price": "0.02", "priceChange1Day": 0.005, "priceEarningsRatio": null, "priceEarningsToGrowthAndDividendYieldRatio": null, "priceMovements1Day": [{"dateTime": "2023-08-25T13:30:00Z", "value": 0.01}, {"dateTime": "2023-08-25T13:54:00Z", "value": 0.015}], "priceMovements1Month": [{"dateTime": "2023-07-26", "value": 0.01}, {"dateTime": "2023-07-27", "value": 0.01}, {"dateTime": "2023-07-28", "value": 0.005}, {"dateTime": "2023-07-31", "value": 0.01}, {"dateTime": "2023-08-01", "value": 0.01}, {"dateTime": "2023-08-03", "value": 0.01}, {"dateTime": "2023-08-04", "value": 0.015}, {"dateTime": "2023-08-08", "value": 0.01}, {"dateTime": "2023-08-10", "value": 0.015}, {"dateTime": "2023-08-11", "value": 0.015}, {"dateTime": "2023-08-14", "value": 0.01}, {"dateTime": "2023-08-15", "value": 0.015}, {"dateTime": "2023-08-18", "value": 0.015}, {"dateTime": "2023-08-21", "value": 0.01}, {"dateTime": "2023-08-22", "value": 0.01}, {"dateTime": "2023-08-23", "value": 0.01}, {"dateTime": "2023-08-25", "value": 0.015}], "priceMovements1Year": [{"dateTime": "2022-08-26", "value": 0.03}, {"dateTime": "2022-08-29", "value": 0.03}, {"dateTime": "2022-08-30", "value": 0.025}, {"dateTime": "2022-08-31", "value": 0.025}, {"dateTime": "2022-09-01", "value": 0.03}, {"dateTime": "2022-09-02", "value": 0.025}, {"dateTime": "2022-09-06", "value": 0.025}, {"dateTime": "2022-09-07", "value": 0.03}, {"dateTime": "2022-09-08", "value": 0.025}, {"dateTime": "2022-09-09", "value": 0.03}, {"dateTime": "2022-09-12", "value": 0.025}, {"dateTime": "2022-09-13", "value": 0.025}, {"dateTime": "2022-09-14", "value": 0.025}, {"dateTime": "2022-09-15", "value": 0.025}, {"dateTime": "2022-09-16", "value": 0.025}, {"dateTime": "2022-09-19", "value": 0.02}, {"dateTime": "2022-09-20", "value": 0.03}, {"dateTime": "2022-09-21", "value": 0.025}, {"dateTime": "2022-09-22", "value": 0.02}, {"dateTime": "2022-09-23", "value": 0.025}, {"dateTime": "2022-09-26", "value": 0.025}, {"dateTime": "2022-09-27", "value": 0.025}, {"dateTime": "2022-09-28", "value": 0.02}, {"dateTime": "2022-09-29", "value": 0.025}, {"dateTime": "2022-09-30", "value": 0.02}, {"dateTime": "2022-10-03", "value": 0.02}, {"dateTime": "2022-10-04", "value": 0.025}, {"dateTime": "2022-10-05", "value": 0.02}, {"dateTime": "2022-10-06", "value": 0.025}, {"dateTime": "2022-10-07", "value": 0.025}, {"dateTime": "2022-10-11", "value": 0.02}, {"dateTime": "2022-10-12", "value": 0.02}, {"dateTime": "2022-10-13", "value": 0.025}, {"dateTime": "2022-10-14", "value": 0.02}, {"dateTime": "2022-10-17", "value": 0.02}, {"dateTime": "2022-10-18", "value": 0.02}, {"dateTime": "2022-10-19", "value": 0.02}, {"dateTime": "2022-10-20", "value": 0.025}, {"dateTime": "2022-10-21", "value": 0.025}, {"dateTime": "2022-10-24", "value": 0.02}, {"dateTime": "2022-10-26", "value": 0.02}, {"dateTime": "2022-10-27", "value": 0.02}, {"dateTime": "2022-10-28", "value": 0.02}, {"dateTime": "2022-10-31", "value": 0.02}, {"dateTime": "2022-11-01", "value": 0.02}, {"dateTime": "2022-11-02", "value": 0.02}, {"dateTime": "2022-11-03", "value": 0.02}, {"dateTime": "2022-11-04", "value": 0.015}, {"dateTime": "2022-11-07", "value": 0.02}, {"dateTime": "2022-11-08", "value": 0.02}, {"dateTime": "2022-11-09", "value": 0.02}, {"dateTime": "2022-11-10", "value": 0.02}, {"dateTime": "2022-11-11", "value": 0.025}, {"dateTime": "2022-11-14", "value": 0.02}, {"dateTime": "2022-11-15", "value": 0.025}, {"dateTime": "2022-11-16", "value": 0.025}, {"dateTime": "2022-11-17", "value": 0.025}, {"dateTime": "2022-11-18", "value": 0.02}, {"dateTime": "2022-11-21", "value": 0.025}, {"dateTime": "2022-11-22", "value": 0.025}, {"dateTime": "2022-11-23", "value": 0.02}, {"dateTime": "2022-11-24", "value": 0.015}, {"dateTime": "2022-11-25", "value": 0.02}, {"dateTime": "2022-11-28", "value": 0.02}, {"dateTime": "2022-11-29", "value": 0.02}, {"dateTime": "2022-11-30", "value": 0.025}, {"dateTime": "2022-12-01", "value": 0.025}, {"dateTime": "2022-12-02", "value": 0.025}, {"dateTime": "2022-12-05", "value": 0.025}, {"dateTime": "2022-12-06", "value": 0.02}, {"dateTime": "2022-12-07", "value": 0.02}, {"dateTime": "2022-12-08", "value": 0.02}, {"dateTime": "2022-12-09", "value": 0.02}, {"dateTime": "2022-12-12", "value": 0.02}, {"dateTime": "2022-12-13", "value": 0.02}, {"dateTime": "2022-12-14", "value": 0.02}, {"dateTime": "2022-12-15", "value": 0.015}, {"dateTime": "2022-12-16", "value": 0.02}, {"dateTime": "2022-12-19", "value": 0.015}, {"dateTime": "2022-12-20", "value": 0.015}, {"dateTime": "2022-12-21", "value": 0.015}, {"dateTime": "2022-12-22", "value": 0.015}, {"dateTime": "2022-12-23", "value": 0.01}, {"dateTime": "2022-12-28", "value": 0.02}, {"dateTime": "2022-12-29", "value": 0.02}, {"dateTime": "2022-12-30", "value": 0.02}, {"dateTime": "2023-01-03", "value": 0.02}, {"dateTime": "2023-01-04", "value": 0.02}, {"dateTime": "2023-01-05", "value": 0.02}, {"dateTime": "2023-01-06", "value": 0.015}, {"dateTime": "2023-01-09", "value": 0.02}, {"dateTime": "2023-01-10", "value": 0.02}, {"dateTime": "2023-01-11", "value": 0.02}, {"dateTime": "2023-01-12", "value": 0.02}, {"dateTime": "2023-01-13", "value": 0.02}, {"dateTime": "2023-01-16", "value": 0.02}, {"dateTime": "2023-01-17", "value": 0.02}, {"dateTime": "2023-01-19", "value": 0.02}, {"dateTime": "2023-01-20", "value": 0.025}, {"dateTime": "2023-01-23", "value": 0.02}, {"dateTime": "2023-01-24", "value": 0.015}, {"dateTime": "2023-01-25", "value": 0.02}, {"dateTime": "2023-01-26", "value": 0.015}, {"dateTime": "2023-01-27", "value": 0.02}, {"dateTime": "2023-01-30", "value": 0.015}, {"dateTime": "2023-01-31", "value": 0.015}, {"dateTime": "2023-02-01", "value": 0.02}, {"dateTime": "2023-02-02", "value": 0.02}, {"dateTime": "2023-02-03", "value": 0.02}, {"dateTime": "2023-02-06", "value": 0.015}, {"dateTime": "2023-02-07", "value": 0.02}, {"dateTime": "2023-02-08", "value": 0.02}, {"dateTime": "2023-02-09", "value": 0.015}, {"dateTime": "2023-02-10", "value": 0.02}, {"dateTime": "2023-02-13", "value": 0.02}, {"dateTime": "2023-02-14", "value": 0.02}, {"dateTime": "2023-02-15", "value": 0.02}, {"dateTime": "2023-02-16", "value": 0.0225}, {"dateTime": "2023-02-17", "value": 0.0225}, {"dateTime": "2023-02-21", "value": 0.02}, {"dateTime": "2023-02-22", "value": 0.015}, {"dateTime": "2023-02-23", "value": 0.02}, {"dateTime": "2023-02-24", "value": 0.025}, {"dateTime": "2023-02-27", "value": 0.025}, {"dateTime": "2023-02-28", "value": 0.02}, {"dateTime": "2023-03-01", "value": 0.02}, {"dateTime": "2023-03-02", "value": 0.02}, {"dateTime": "2023-03-06", "value": 0.015}, {"dateTime": "2023-03-07", "value": 0.025}, {"dateTime": "2023-03-08", "value": 0.02}, {"dateTime": "2023-03-09", "value": 0.02}, {"dateTime": "2023-03-10", "value": 0.02}, {"dateTime": "2023-03-13", "value": 0.015}, {"dateTime": "2023-03-14", "value": 0.02}, {"dateTime": "2023-03-16", "value": 0.02}, {"dateTime": "2023-03-17", "value": 0.015}, {"dateTime": "2023-03-21", "value": 0.015}, {"dateTime": "2023-03-22", "value": 0.015}, {"dateTime": "2023-03-23", "value": 0.015}, {"dateTime": "2023-03-24", "value": 0.015}, {"dateTime": "2023-03-27", "value": 0.015}, {"dateTime": "2023-03-28", "value": 0.015}, {"dateTime": "2023-03-29", "value": 0.015}, {"dateTime": "2023-03-30", "value": 0.015}, {"dateTime": "2023-03-31", "value": 0.015}, {"dateTime": "2023-04-03", "value": 0.015}, {"dateTime": "2023-04-04", "value": 0.015}, {"dateTime": "2023-04-05", "value": 0.015}, {"dateTime": "2023-04-06", "value": 0.01}, {"dateTime": "2023-04-10", "value": 0.01}, {"dateTime": "2023-04-11", "value": 0.015}, {"dateTime": "2023-04-12", "value": 0.015}, {"dateTime": "2023-04-13", "value": 0.015}, {"dateTime": "2023-04-14", "value": 0.01}, {"dateTime": "2023-04-17", "value": 0.015}, {"dateTime": "2023-04-18", "value": 0.01}, {"dateTime": "2023-04-19", "value": 0.01}, {"dateTime": "2023-04-20", "value": 0.01}, {"dateTime": "2023-04-21", "value": 0.015}, {"dateTime": "2023-04-24", "value": 0.015}, {"dateTime": "2023-04-25", "value": 0.01}, {"dateTime": "2023-04-26", "value": 0.01}, {"dateTime": "2023-04-27", "value": 0.015}, {"dateTime": "2023-05-02", "value": 0.01}, {"dateTime": "2023-05-05", "value": 0.01}, {"dateTime": "2023-05-08", "value": 0.01}, {"dateTime": "2023-05-10", "value": 0.01}, {"dateTime": "2023-05-11", "value": 0.01}, {"dateTime": "2023-05-12", "value": 0.01}, {"dateTime": "2023-05-15", "value": 0.005}, {"dateTime": "2023-05-16", "value": 0.005}, {"dateTime": "2023-05-17", "value": 0.01}, {"dateTime": "2023-05-18", "value": 0.01}, {"dateTime": "2023-05-19", "value": 0.01}, {"dateTime": "2023-05-24", "value": 0.005}, {"dateTime": "2023-05-25", "value": 0.01}, {"dateTime": "2023-05-30", "value": 0.01}, {"dateTime": "2023-05-31", "value": 0.01}, {"dateTime": "2023-06-05", "value": 0.005}, {"dateTime": "2023-06-06", "value": 0.01}, {"dateTime": "2023-06-08", "value": 0.005}, {"dateTime": "2023-06-09", "value": 0.01}, {"dateTime": "2023-06-12", "value": 0.01}, {"dateTime": "2023-06-13", "value": 0.01}, {"dateTime": "2023-06-15", "value": 0.01}, {"dateTime": "2023-06-16", "value": 0.005}, {"dateTime": "2023-06-19", "value": 0.005}, {"dateTime": "2023-06-20", "value": 0.005}, {"dateTime": "2023-06-21", "value": 0.005}, {"dateTime": "2023-06-22", "value": 0.01}, {"dateTime": "2023-06-23", "value": 0.01}, {"dateTime": "2023-06-26", "value": 0.015}, {"dateTime": "2023-06-27", "value": 0.015}, {"dateTime": "2023-06-28", "value": 0.015}, {"dateTime": "2023-06-29", "value": 0.015}, {"dateTime": "2023-06-30", "value": 0.015}, {"dateTime": "2023-07-04", "value": 0.015}, {"dateTime": "2023-07-05", "value": 0.015}, {"dateTime": "2023-07-06", "value": 0.01}, {"dateTime": "2023-07-07", "value": 0.01}, {"dateTime": "2023-07-10", "value": 0.015}, {"dateTime": "2023-07-11", "value": 0.015}, {"dateTime": "2023-07-12", "value": 0.01}, {"dateTime": "2023-07-13", "value": 0.01}, {"dateTime": "2023-07-14", "value": 0.01}, {"dateTime": "2023-07-18", "value": 0.01}, {"dateTime": "2023-07-20", "value": 0.005}, {"dateTime": "2023-07-21", "value": 0.01}, {"dateTime": "2023-07-24", "value": 0.01}, {"dateTime": "2023-07-25", "value": 0.01}, {"dateTime": "2023-07-26", "value": 0.01}, {"dateTime": "2023-07-27", "value": 0.01}, {"dateTime": "2023-07-28", "value": 0.005}, {"dateTime": "2023-07-31", "value": 0.01}, {"dateTime": "2023-08-01", "value": 0.01}, {"dateTime": "2023-08-03", "value": 0.01}, {"dateTime": "2023-08-04", "value": 0.015}, {"dateTime": "2023-08-08", "value": 0.01}, {"dateTime": "2023-08-10", "value": 0.015}, {"dateTime": "2023-08-11", "value": 0.015}, {"dateTime": "2023-08-14", "value": 0.01}, {"dateTime": "2023-08-15", "value": 0.015}, {"dateTime": "2023-08-18", "value": 0.015}, {"dateTime": "2023-08-21", "value": 0.01}, {"dateTime": "2023-08-22", "value": 0.01}, {"dateTime": "2023-08-23", "value": 0.01}, {"dateTime": "2023-08-25", "value": 0.015}], "priceMovements5Years": [{"dateTime": "2018-08-31", "value": 0.235}, {"dateTime": "2018-09-07", "value": 0.32}, {"dateTime": "2018-09-14", "value": 0.245}, {"dateTime": "2018-09-21", "value": 0.24}, {"dateTime": "2018-09-28", "value": 0.225}, {"dateTime": "2018-10-05", "value": 0.22}, {"dateTime": "2018-10-12", "value": 0.21}, {"dateTime": "2018-10-19", "value": 0.19}, {"dateTime": "2018-10-26", "value": 0.17}, {"dateTime": "2018-11-02", "value": 0.17}, {"dateTime": "2018-11-09", "value": 0.195}, {"dateTime": "2018-11-16", "value": 0.17}, {"dateTime": "2018-11-23", "value": 0.155}, {"dateTime": "2018-11-30", "value": 0.14}, {"dateTime": "2018-12-07", "value": 0.13}, {"dateTime": "2018-12-14", "value": 0.12}, {"dateTime": "2018-12-21", "value": 0.105}, {"dateTime": "2018-12-28", "value": 0.09}, {"dateTime": "2019-01-04", "value": 0.1}, {"dateTime": "2019-01-11", "value": 0.12}, {"dateTime": "2019-01-18", "value": 0.11}, {"dateTime": "2019-01-25", "value": 0.1}, {"dateTime": "2019-02-01", "value": 0.1}, {"dateTime": "2019-02-08", "value": 0.095}, {"dateTime": "2019-02-15", "value": 0.085}, {"dateTime": "2019-02-22", "value": 0.09}, {"dateTime": "2019-03-01", "value": 0.1}, {"dateTime": "2019-03-08", "value": 0.09}, {"dateTime": "2019-03-15", "value": 0.095}, {"dateTime": "2019-03-22", "value": 0.1}, {"dateTime": "2019-03-29", "value": 0.095}, {"dateTime": "2019-04-05", "value": 0.09}, {"dateTime": "2019-04-12", "value": 0.08}, {"dateTime": "2019-04-19", "value": 0.085}, {"dateTime": "2019-04-26", "value": 0.075}, {"dateTime": "2019-05-03", "value": 0.075}, {"dateTime": "2019-05-10", "value": 0.085}, {"dateTime": "2019-05-17", "value": 0.08}, {"dateTime": "2019-05-24", "value": 0.08}, {"dateTime": "2019-05-31", "value": 0.075}, {"dateTime": "2019-06-07", "value": 0.07}, {"dateTime": "2019-06-14", "value": 0.065}, {"dateTime": "2019-06-21", "value": 0.07}, {"dateTime": "2019-06-28", "value": 0.065}, {"dateTime": "2019-07-05", "value": 0.065}, {"dateTime": "2019-07-12", "value": 0.06}, {"dateTime": "2019-07-19", "value": 0.065}, {"dateTime": "2019-07-26", "value": 0.065}, {"dateTime": "2019-08-02", "value": 0.06}, {"dateTime": "2019-08-09", "value": 0.065}, {"dateTime": "2019-08-16", "value": 0.05}, {"dateTime": "2019-08-23", "value": 0.055}, {"dateTime": "2019-08-30", "value": 0.05}, {"dateTime": "2019-09-06", "value": 0.05}, {"dateTime": "2019-09-13", "value": 0.045}, {"dateTime": "2019-09-20", "value": 0.05}, {"dateTime": "2019-09-27", "value": 0.04}, {"dateTime": "2019-10-04", "value": 0.03}, {"dateTime": "2019-10-11", "value": 0.025}, {"dateTime": "2019-10-18", "value": 0.045}, {"dateTime": "2019-10-25", "value": 0.035}, {"dateTime": "2019-11-01", "value": 0.025}, {"dateTime": "2019-11-08", "value": 0.03}, {"dateTime": "2019-11-15", "value": 0.03}, {"dateTime": "2019-11-22", "value": 0.025}, {"dateTime": "2019-11-29", "value": 0.025}, {"dateTime": "2019-12-06", "value": 0.03}, {"dateTime": "2019-12-13", "value": 0.035}, {"dateTime": "2019-12-20", "value": 0.03}, {"dateTime": "2019-12-27", "value": 0.03}, {"dateTime": "2020-01-03", "value": 0.045}, {"dateTime": "2020-01-10", "value": 0.04}, {"dateTime": "2020-01-17", "value": 0.035}, {"dateTime": "2020-01-24", "value": 0.04}, {"dateTime": "2020-01-31", "value": 0.035}, {"dateTime": "2020-02-07", "value": 0.03}, {"dateTime": "2020-02-14", "value": 0.025}, {"dateTime": "2020-02-21", "value": 0.035}, {"dateTime": "2020-02-28", "value": 0.03}, {"dateTime": "2020-03-06", "value": 0.03}, {"dateTime": "2020-03-13", "value": 0.02}, {"dateTime": "2020-03-20", "value": 0.02}, {"dateTime": "2020-03-27", "value": 0.02}, {"dateTime": "2020-04-03", "value": 0.02}, {"dateTime": "2020-04-10", "value": 0.02}, {"dateTime": "2020-04-17", "value": 0.02}, {"dateTime": "2020-04-24", "value": 0.02}, {"dateTime": "2020-05-01", "value": 0.015}, {"dateTime": "2020-05-08", "value": 0.02}, {"dateTime": "2020-05-15", "value": 0.02}, {"dateTime": "2020-05-22", "value": 0.025}, {"dateTime": "2020-05-29", "value": 0.035}, {"dateTime": "2020-06-05", "value": 0.03}, {"dateTime": "2020-06-12", "value": 0.025}, {"dateTime": "2020-06-19", "value": 0.03}, {"dateTime": "2020-06-26", "value": 0.025}, {"dateTime": "2020-07-03", "value": 0.02}, {"dateTime": "2020-07-10", "value": 0.02}, {"dateTime": "2020-07-17", "value": 0.02}, {"dateTime": "2020-07-24", "value": 0.02}, {"dateTime": "2020-07-31", "value": 0.02}, {"dateTime": "2020-08-07", "value": 0.02}, {"dateTime": "2020-08-14", "value": 0.02}, {"dateTime": "2020-08-21", "value": 0.02}, {"dateTime": "2020-08-28", "value": 0.015}, {"dateTime": "2020-09-04", "value": 0.025}, {"dateTime": "2020-09-11", "value": 0.03}, {"dateTime": "2020-09-18", "value": 0.025}, {"dateTime": "2020-09-25", "value": 0.03}, {"dateTime": "2020-10-02", "value": 0.03}, {"dateTime": "2020-10-09", "value": 0.03}, {"dateTime": "2020-10-16", "value": 0.06}, {"dateTime": "2020-10-23", "value": 0.065}, {"dateTime": "2020-10-30", "value": 0.06}, {"dateTime": "2020-11-06", "value": 0.07}, {"dateTime": "2020-11-13", "value": 0.065}, {"dateTime": "2020-11-20", "value": 0.07}, {"dateTime": "2020-11-27", "value": 0.06}, {"dateTime": "2020-12-04", "value": 0.06}, {"dateTime": "2020-12-11", "value": 0.045}, {"dateTime": "2020-12-18", "value": 0.1}, {"dateTime": "2020-12-25", "value": 0.12}, {"dateTime": "2021-01-01", "value": 0.125}, {"dateTime": "2021-01-08", "value": 0.205}, {"dateTime": "2021-01-15", "value": 0.18}, {"dateTime": "2021-01-22", "value": 0.18}, {"dateTime": "2021-01-29", "value": 0.145}, {"dateTime": "2021-02-05", "value": 0.165}, {"dateTime": "2021-02-12", "value": 0.21}, {"dateTime": "2021-02-19", "value": 0.245}, {"dateTime": "2021-02-26", "value": 0.39}, {"dateTime": "2021-03-05", "value": 0.27}, {"dateTime": "2021-03-12", "value": 0.28}, {"dateTime": "2021-03-19", "value": 0.26}, {"dateTime": "2021-03-26", "value": 0.235}, {"dateTime": "2021-04-02", "value": 0.25}, {"dateTime": "2021-04-09", "value": 0.23}, {"dateTime": "2021-04-16", "value": 0.235}, {"dateTime": "2021-04-23", "value": 0.23}, {"dateTime": "2021-04-30", "value": 0.21}, {"dateTime": "2021-05-07", "value": 0.15}, {"dateTime": "2021-05-14", "value": 0.125}, {"dateTime": "2021-05-21", "value": 0.125}, {"dateTime": "2021-05-28", "value": 0.125}, {"dateTime": "2021-06-04", "value": 0.085}, {"dateTime": "2021-06-11", "value": 0.115}, {"dateTime": "2021-06-18", "value": 0.1}, {"dateTime": "2021-06-25", "value": 0.09}, {"dateTime": "2021-07-02", "value": 0.075}, {"dateTime": "2021-07-09", "value": 0.09}, {"dateTime": "2021-07-16", "value": 0.075}, {"dateTime": "2021-07-23", "value": 0.095}, {"dateTime": "2021-07-30", "value": 0.08}, {"dateTime": "2021-08-06", "value": 0.085}, {"dateTime": "2021-08-13", "value": 0.085}, {"dateTime": "2021-08-20", "value": 0.075}, {"dateTime": "2021-08-27", "value": 0.07}, {"dateTime": "2021-09-03", "value": 0.07}, {"dateTime": "2021-09-10", "value": 0.07}, {"dateTime": "2021-09-17", "value": 0.07}, {"dateTime": "2021-09-24", "value": 0.065}, {"dateTime": "2021-10-01", "value": 0.065}, {"dateTime": "2021-10-08", "value": 0.07}, {"dateTime": "2021-10-15", "value": 0.0575}, {"dateTime": "2021-10-22", "value": 0.055}, {"dateTime": "2021-10-29", "value": 0.05}, {"dateTime": "2021-11-05", "value": 0.055}, {"dateTime": "2021-11-12", "value": 0.055}, {"dateTime": "2021-11-19", "value": 0.065}, {"dateTime": "2021-11-26", "value": 0.05}, {"dateTime": "2021-12-03", "value": 0.05}, {"dateTime": "2021-12-10", "value": 0.055}, {"dateTime": "2021-12-17", "value": 0.05}, {"dateTime": "2021-12-24", "value": 0.0525}, {"dateTime": "2021-12-31", "value": 0.05}, {"dateTime": "2022-01-07", "value": 0.06}, {"dateTime": "2022-01-14", "value": 0.05}, {"dateTime": "2022-01-21", "value": 0.04}, {"dateTime": "2022-01-28", "value": 0.045}, {"dateTime": "2022-02-04", "value": 0.065}, {"dateTime": "2022-02-11", "value": 0.06}, {"dateTime": "2022-02-18", "value": 0.06}, {"dateTime": "2022-02-25", "value": 0.05}, {"dateTime": "2022-03-04", "value": 0.055}, {"dateTime": "2022-03-11", "value": 0.05}, {"dateTime": "2022-03-18", "value": 0.055}, {"dateTime": "2022-03-25", "value": 0.06}, {"dateTime": "2022-04-01", "value": 0.05}, {"dateTime": "2022-04-08", "value": 0.05}, {"dateTime": "2022-04-15", "value": 0.045}, {"dateTime": "2022-04-22", "value": 0.05}, {"dateTime": "2022-04-29", "value": 0.04}, {"dateTime": "2022-05-06", "value": 0.045}, {"dateTime": "2022-05-13", "value": 0.04}, {"dateTime": "2022-05-20", "value": 0.04}, {"dateTime": "2022-05-27", "value": 0.035}, {"dateTime": "2022-06-03", "value": 0.04}, {"dateTime": "2022-06-10", "value": 0.0375}, {"dateTime": "2022-06-17", "value": 0.035}, {"dateTime": "2022-06-24", "value": 0.035}, {"dateTime": "2022-07-01", "value": 0.035}, {"dateTime": "2022-07-08", "value": 0.045}, {"dateTime": "2022-07-15", "value": 0.04}, {"dateTime": "2022-07-22", "value": 0.045}, {"dateTime": "2022-07-29", "value": 0.035}, {"dateTime": "2022-08-05", "value": 0.04}, {"dateTime": "2022-08-12", "value": 0.04}, {"dateTime": "2022-08-19", "value": 0.035}, {"dateTime": "2022-08-26", "value": 0.03}, {"dateTime": "2022-09-02", "value": 0.025}, {"dateTime": "2022-09-09", "value": 0.03}, {"dateTime": "2022-09-16", "value": 0.025}, {"dateTime": "2022-09-23", "value": 0.025}, {"dateTime": "2022-09-30", "value": 0.02}, {"dateTime": "2022-10-07", "value": 0.025}, {"dateTime": "2022-10-14", "value": 0.02}, {"dateTime": "2022-10-21", "value": 0.025}, {"dateTime": "2022-10-28", "value": 0.02}, {"dateTime": "2022-11-04", "value": 0.015}, {"dateTime": "2022-11-11", "value": 0.025}, {"dateTime": "2022-11-18", "value": 0.02}, {"dateTime": "2022-11-25", "value": 0.02}, {"dateTime": "2022-12-02", "value": 0.025}, {"dateTime": "2022-12-09", "value": 0.02}, {"dateTime": "2022-12-16", "value": 0.02}, {"dateTime": "2022-12-23", "value": 0.01}, {"dateTime": "2022-12-30", "value": 0.02}, {"dateTime": "2023-01-06", "value": 0.015}, {"dateTime": "2023-01-13", "value": 0.02}, {"dateTime": "2023-01-20", "value": 0.025}, {"dateTime": "2023-01-27", "value": 0.02}, {"dateTime": "2023-02-03", "value": 0.02}, {"dateTime": "2023-02-10", "value": 0.02}, {"dateTime": "2023-02-17", "value": 0.0225}, {"dateTime": "2023-02-24", "value": 0.025}, {"dateTime": "2023-03-03", "value": 0.02}, {"dateTime": "2023-03-10", "value": 0.02}, {"dateTime": "2023-03-17", "value": 0.015}, {"dateTime": "2023-03-24", "value": 0.015}, {"dateTime": "2023-03-31", "value": 0.015}, {"dateTime": "2023-04-07", "value": 0.01}, {"dateTime": "2023-04-14", "value": 0.01}, {"dateTime": "2023-04-21", "value": 0.015}, {"dateTime": "2023-04-28", "value": 0.015}, {"dateTime": "2023-05-05", "value": 0.01}, {"dateTime": "2023-05-12", "value": 0.01}, {"dateTime": "2023-05-19", "value": 0.01}, {"dateTime": "2023-05-26", "value": 0.01}, {"dateTime": "2023-06-02", "value": 0.01}, {"dateTime": "2023-06-09", "value": 0.01}, {"dateTime": "2023-06-16", "value": 0.005}, {"dateTime": "2023-06-23", "value": 0.01}, {"dateTime": "2023-06-30", "value": 0.015}, {"dateTime": "2023-07-07", "value": 0.01}, {"dateTime": "2023-07-14", "value": 0.01}, {"dateTime": "2023-07-21", "value": 0.01}, {"dateTime": "2023-07-28", "value": 0.005}, {"dateTime": "2023-08-04", "value": 0.015}, {"dateTime": "2023-08-11", "value": 0.015}, {"dateTime": "2023-08-18", "value": 0.015}, {"dateTime": "2023-08-25", "value": 0.015}], "priceMovements6Months": [{"dateTime": "2023-02-27", "value": 0.025}, {"dateTime": "2023-02-28", "value": 0.02}, {"dateTime": "2023-03-01", "value": 0.02}, {"dateTime": "2023-03-02", "value": 0.02}, {"dateTime": "2023-03-06", "value": 0.015}, {"dateTime": "2023-03-07", "value": 0.025}, {"dateTime": "2023-03-08", "value": 0.02}, {"dateTime": "2023-03-09", "value": 0.02}, {"dateTime": "2023-03-10", "value": 0.02}, {"dateTime": "2023-03-13", "value": 0.015}, {"dateTime": "2023-03-14", "value": 0.02}, {"dateTime": "2023-03-16", "value": 0.02}, {"dateTime": "2023-03-17", "value": 0.015}, {"dateTime": "2023-03-21", "value": 0.015}, {"dateTime": "2023-03-22", "value": 0.015}, {"dateTime": "2023-03-23", "value": 0.015}, {"dateTime": "2023-03-24", "value": 0.015}, {"dateTime": "2023-03-27", "value": 0.015}, {"dateTime": "2023-03-28", "value": 0.015}, {"dateTime": "2023-03-29", "value": 0.015}, {"dateTime": "2023-03-30", "value": 0.015}, {"dateTime": "2023-03-31", "value": 0.015}, {"dateTime": "2023-04-03", "value": 0.015}, {"dateTime": "2023-04-04", "value": 0.015}, {"dateTime": "2023-04-05", "value": 0.015}, {"dateTime": "2023-04-06", "value": 0.01}, {"dateTime": "2023-04-10", "value": 0.01}, {"dateTime": "2023-04-11", "value": 0.015}, {"dateTime": "2023-04-12", "value": 0.015}, {"dateTime": "2023-04-13", "value": 0.015}, {"dateTime": "2023-04-14", "value": 0.01}, {"dateTime": "2023-04-17", "value": 0.015}, {"dateTime": "2023-04-18", "value": 0.01}, {"dateTime": "2023-04-19", "value": 0.01}, {"dateTime": "2023-04-20", "value": 0.01}, {"dateTime": "2023-04-21", "value": 0.015}, {"dateTime": "2023-04-24", "value": 0.015}, {"dateTime": "2023-04-25", "value": 0.01}, {"dateTime": "2023-04-26", "value": 0.01}, {"dateTime": "2023-04-27", "value": 0.015}, {"dateTime": "2023-05-02", "value": 0.01}, {"dateTime": "2023-05-05", "value": 0.01}, {"dateTime": "2023-05-08", "value": 0.01}, {"dateTime": "2023-05-10", "value": 0.01}, {"dateTime": "2023-05-11", "value": 0.01}, {"dateTime": "2023-05-12", "value": 0.01}, {"dateTime": "2023-05-15", "value": 0.005}, {"dateTime": "2023-05-16", "value": 0.005}, {"dateTime": "2023-05-17", "value": 0.01}, {"dateTime": "2023-05-18", "value": 0.01}, {"dateTime": "2023-05-19", "value": 0.01}, {"dateTime": "2023-05-24", "value": 0.005}, {"dateTime": "2023-05-25", "value": 0.01}, {"dateTime": "2023-05-30", "value": 0.01}, {"dateTime": "2023-05-31", "value": 0.01}, {"dateTime": "2023-06-05", "value": 0.005}, {"dateTime": "2023-06-06", "value": 0.01}, {"dateTime": "2023-06-08", "value": 0.005}, {"dateTime": "2023-06-09", "value": 0.01}, {"dateTime": "2023-06-12", "value": 0.01}, {"dateTime": "2023-06-13", "value": 0.01}, {"dateTime": "2023-06-15", "value": 0.01}, {"dateTime": "2023-06-16", "value": 0.005}, {"dateTime": "2023-06-19", "value": 0.005}, {"dateTime": "2023-06-20", "value": 0.005}, {"dateTime": "2023-06-21", "value": 0.005}, {"dateTime": "2023-06-22", "value": 0.01}, {"dateTime": "2023-06-23", "value": 0.01}, {"dateTime": "2023-06-26", "value": 0.015}, {"dateTime": "2023-06-27", "value": 0.015}, {"dateTime": "2023-06-28", "value": 0.015}, {"dateTime": "2023-06-29", "value": 0.015}, {"dateTime": "2023-06-30", "value": 0.015}, {"dateTime": "2023-07-04", "value": 0.015}, {"dateTime": "2023-07-05", "value": 0.015}, {"dateTime": "2023-07-06", "value": 0.01}, {"dateTime": "2023-07-07", "value": 0.01}, {"dateTime": "2023-07-10", "value": 0.015}, {"dateTime": "2023-07-11", "value": 0.015}, {"dateTime": "2023-07-12", "value": 0.01}, {"dateTime": "2023-07-13", "value": 0.01}, {"dateTime": "2023-07-14", "value": 0.01}, {"dateTime": "2023-07-18", "value": 0.01}, {"dateTime": "2023-07-20", "value": 0.005}, {"dateTime": "2023-07-21", "value": 0.01}, {"dateTime": "2023-07-24", "value": 0.01}, {"dateTime": "2023-07-25", "value": 0.01}, {"dateTime": "2023-07-26", "value": 0.01}, {"dateTime": "2023-07-27", "value": 0.01}, {"dateTime": "2023-07-28", "value": 0.005}, {"dateTime": "2023-07-31", "value": 0.01}, {"dateTime": "2023-08-01", "value": 0.01}, {"dateTime": "2023-08-03", "value": 0.01}, {"dateTime": "2023-08-04", "value": 0.015}, {"dateTime": "2023-08-08", "value": 0.01}, {"dateTime": "2023-08-10", "value": 0.015}, {"dateTime": "2023-08-11", "value": 0.015}, {"dateTime": "2023-08-14", "value": 0.01}, {"dateTime": "2023-08-15", "value": 0.015}, {"dateTime": "2023-08-18", "value": 0.015}, {"dateTime": "2023-08-21", "value": 0.01}, {"dateTime": "2023-08-22", "value": 0.01}, {"dateTime": "2023-08-23", "value": 0.01}, {"dateTime": "2023-08-25", "value": 0.015}], "priceMovementsYearToDate": [{"dateTime": "2023-01-03", "value": 0.02}, {"dateTime": "2023-01-04", "value": 0.02}, {"dateTime": "2023-01-05", "value": 0.02}, {"dateTime": "2023-01-06", "value": 0.015}, {"dateTime": "2023-01-09", "value": 0.02}, {"dateTime": "2023-01-10", "value": 0.02}, {"dateTime": "2023-01-11", "value": 0.02}, {"dateTime": "2023-01-12", "value": 0.02}, {"dateTime": "2023-01-13", "value": 0.02}, {"dateTime": "2023-01-16", "value": 0.02}, {"dateTime": "2023-01-17", "value": 0.02}, {"dateTime": "2023-01-19", "value": 0.02}, {"dateTime": "2023-01-20", "value": 0.025}, {"dateTime": "2023-01-23", "value": 0.02}, {"dateTime": "2023-01-24", "value": 0.015}, {"dateTime": "2023-01-25", "value": 0.02}, {"dateTime": "2023-01-26", "value": 0.015}, {"dateTime": "2023-01-27", "value": 0.02}, {"dateTime": "2023-01-30", "value": 0.015}, {"dateTime": "2023-01-31", "value": 0.015}, {"dateTime": "2023-02-01", "value": 0.02}, {"dateTime": "2023-02-02", "value": 0.02}, {"dateTime": "2023-02-03", "value": 0.02}, {"dateTime": "2023-02-06", "value": 0.015}, {"dateTime": "2023-02-07", "value": 0.02}, {"dateTime": "2023-02-08", "value": 0.02}, {"dateTime": "2023-02-09", "value": 0.015}, {"dateTime": "2023-02-10", "value": 0.02}, {"dateTime": "2023-02-13", "value": 0.02}, {"dateTime": "2023-02-14", "value": 0.02}, {"dateTime": "2023-02-15", "value": 0.02}, {"dateTime": "2023-02-16", "value": 0.0225}, {"dateTime": "2023-02-17", "value": 0.0225}, {"dateTime": "2023-02-21", "value": 0.02}, {"dateTime": "2023-02-22", "value": 0.015}, {"dateTime": "2023-02-23", "value": 0.02}, {"dateTime": "2023-02-24", "value": 0.025}, {"dateTime": "2023-02-27", "value": 0.025}, {"dateTime": "2023-02-28", "value": 0.02}, {"dateTime": "2023-03-01", "value": 0.02}, {"dateTime": "2023-03-02", "value": 0.02}, {"dateTime": "2023-03-06", "value": 0.015}, {"dateTime": "2023-03-07", "value": 0.025}, {"dateTime": "2023-03-08", "value": 0.02}, {"dateTime": "2023-03-09", "value": 0.02}, {"dateTime": "2023-03-10", "value": 0.02}, {"dateTime": "2023-03-13", "value": 0.015}, {"dateTime": "2023-03-14", "value": 0.02}, {"dateTime": "2023-03-16", "value": 0.02}, {"dateTime": "2023-03-17", "value": 0.015}, {"dateTime": "2023-03-21", "value": 0.015}, {"dateTime": "2023-03-22", "value": 0.015}, {"dateTime": "2023-03-23", "value": 0.015}, {"dateTime": "2023-03-24", "value": 0.015}, {"dateTime": "2023-03-27", "value": 0.015}, {"dateTime": "2023-03-28", "value": 0.015}, {"dateTime": "2023-03-29", "value": 0.015}, {"dateTime": "2023-03-30", "value": 0.015}, {"dateTime": "2023-03-31", "value": 0.015}, {"dateTime": "2023-04-03", "value": 0.015}, {"dateTime": "2023-04-04", "value": 0.015}, {"dateTime": "2023-04-05", "value": 0.015}, {"dateTime": "2023-04-06", "value": 0.01}, {"dateTime": "2023-04-10", "value": 0.01}, {"dateTime": "2023-04-11", "value": 0.015}, {"dateTime": "2023-04-12", "value": 0.015}, {"dateTime": "2023-04-13", "value": 0.015}, {"dateTime": "2023-04-14", "value": 0.01}, {"dateTime": "2023-04-17", "value": 0.015}, {"dateTime": "2023-04-18", "value": 0.01}, {"dateTime": "2023-04-19", "value": 0.01}, {"dateTime": "2023-04-20", "value": 0.01}, {"dateTime": "2023-04-21", "value": 0.015}, {"dateTime": "2023-04-24", "value": 0.015}, {"dateTime": "2023-04-25", "value": 0.01}, {"dateTime": "2023-04-26", "value": 0.01}, {"dateTime": "2023-04-27", "value": 0.015}, {"dateTime": "2023-05-02", "value": 0.01}, {"dateTime": "2023-05-05", "value": 0.01}, {"dateTime": "2023-05-08", "value": 0.01}, {"dateTime": "2023-05-10", "value": 0.01}, {"dateTime": "2023-05-11", "value": 0.01}, {"dateTime": "2023-05-12", "value": 0.01}, {"dateTime": "2023-05-15", "value": 0.005}, {"dateTime": "2023-05-16", "value": 0.005}, {"dateTime": "2023-05-17", "value": 0.01}, {"dateTime": "2023-05-18", "value": 0.01}, {"dateTime": "2023-05-19", "value": 0.01}, {"dateTime": "2023-05-24", "value": 0.005}, {"dateTime": "2023-05-25", "value": 0.01}, {"dateTime": "2023-05-30", "value": 0.01}, {"dateTime": "2023-05-31", "value": 0.01}, {"dateTime": "2023-06-05", "value": 0.005}, {"dateTime": "2023-06-06", "value": 0.01}, {"dateTime": "2023-06-08", "value": 0.005}, {"dateTime": "2023-06-09", "value": 0.01}, {"dateTime": "2023-06-12", "value": 0.01}, {"dateTime": "2023-06-13", "value": 0.01}, {"dateTime": "2023-06-15", "value": 0.01}, {"dateTime": "2023-06-16", "value": 0.005}, {"dateTime": "2023-06-19", "value": 0.005}, {"dateTime": "2023-06-20", "value": 0.005}, {"dateTime": "2023-06-21", "value": 0.005}, {"dateTime": "2023-06-22", "value": 0.01}, {"dateTime": "2023-06-23", "value": 0.01}, {"dateTime": "2023-06-26", "value": 0.015}, {"dateTime": "2023-06-27", "value": 0.015}, {"dateTime": "2023-06-28", "value": 0.015}, {"dateTime": "2023-06-29", "value": 0.015}, {"dateTime": "2023-06-30", "value": 0.015}, {"dateTime": "2023-07-04", "value": 0.015}, {"dateTime": "2023-07-05", "value": 0.015}, {"dateTime": "2023-07-06", "value": 0.01}, {"dateTime": "2023-07-07", "value": 0.01}, {"dateTime": "2023-07-10", "value": 0.015}, {"dateTime": "2023-07-11", "value": 0.015}, {"dateTime": "2023-07-12", "value": 0.01}, {"dateTime": "2023-07-13", "value": 0.01}, {"dateTime": "2023-07-14", "value": 0.01}, {"dateTime": "2023-07-18", "value": 0.01}, {"dateTime": "2023-07-20", "value": 0.005}, {"dateTime": "2023-07-21", "value": 0.01}, {"dateTime": "2023-07-24", "value": 0.01}, {"dateTime": "2023-07-25", "value": 0.01}, {"dateTime": "2023-07-26", "value": 0.01}, {"dateTime": "2023-07-27", "value": 0.01}, {"dateTime": "2023-07-28", "value": 0.005}, {"dateTime": "2023-07-31", "value": 0.01}, {"dateTime": "2023-08-01", "value": 0.01}, {"dateTime": "2023-08-03", "value": 0.01}, {"dateTime": "2023-08-04", "value": 0.015}, {"dateTime": "2023-08-08", "value": 0.01}, {"dateTime": "2023-08-10", "value": 0.015}, {"dateTime": "2023-08-11", "value": 0.015}, {"dateTime": "2023-08-14", "value": 0.01}, {"dateTime": "2023-08-15", "value": 0.015}, {"dateTime": "2023-08-18", "value": 0.015}, {"dateTime": "2023-08-21", "value": 0.01}, {"dateTime": "2023-08-22", "value": 0.01}, {"dateTime": "2023-08-23", "value": 0.01}, {"dateTime": "2023-08-25", "value": 0.015}], "priceToBookRatio": null, "priceToSalesRatio": "399.23", "primaryExchange": "Canadian Sec", "redemptionFee": null, "securityName": null, "sharesOutstanding": "254.234M", "shortName": "GLOBAL COMPLIANC", "totalAssets": null, "totalAssetsCurrency": null, "totalAssetsDate": null, "totalReturn1Year": "\u201350.00%", "totalReturn3Month": null, "totalReturn3Year": null, "totalReturn5Year": null, "totalReturnYtd": null, "tradingDayClose": "2023-08-25T21:00:00.000Z", "type": "EQT", "ultimateParentTicker": "APP CN"}, "message": "Successful", "status": true} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"1 YEAR RETURN": {"type": "string"}, "52 WEEK RANGE": {"type": "string"}, "DAY RANGE": {"type": "string"}, "GEOGRAPHIC FOCUS": {"type": "null"}, "MARKET CAP": {"type": "string"}, "OPEN": {"type": "string"}, "PREV. CLOSE": {"type": "string"}, "SHARE CLASS": {"type": "null"}, "VOLUME": {"type": "string"}, "YTD RETURN": {"type": "null"}, "averageDaysToMaturity": {"type": "null"}, "averageVolume30Day": {"type": "string"}, "backLoadFee": {"type": "null"}, "bicsSector": {"type": "string"}, "companyAddress": {"type": "string"}, "companyDescription": {"type": "string"}, "companyIsPrivate": {"type": "boolean"}, "companyPhone": {"type": "string"}, "companyWebsite": {"type": "string"}, "currentManagementFee": {"type": "null"}, "dividend": {"type": "null"}, "earningsPerShare": {"type": "string"}, "exchangeDelay": {"type": "string"}, "expenseRatio": {"type": "null"}, "foundedYear": {"type": "string"}, "frontLoadFee": {"type": "null"}, "fundAssetClassFocus": {"type": "null"}, "fundManager": {"type": "null"}, "fundMarketingFee": {"type": "null"}, "fundObjective": {"type": "null"}, "fundTopHoldings": {"type": "null"}, "fundType": {"type": "null"}, "highPrice": {"type": "number"}, "highPrice52Week": {"type": "number"}, "id": {"type": "string"}, "inceptionDate": {"type": "null"}, "indexDescription": {"type": "null"}, "indicatedGrossDividendYield": {"type": "null"}, "isAfterHours": {"type": "boolean"}, "isExchangeDelayed": {"type": "boolean"}, "isOpen": {"type": "boolean"}, "issuedCurrency": {"type": "string"}, "issuedUnits": {"type": "null"}, "lastDividendReported": {"type": "null"}, "lastPostSessionPrice": {"type": "null"}, "lastUpdate": {"type": "string"}, "longName": {"type": "string"}, "lowPrice": {"type": "number"}, "lowPrice52Week": {"type": "number"}, "marketStatus": {"type": "string"}, "mediaSecuritySubtype": {"type": "string"}, "mediaSecurityType": {"type": "string"}, "name": {"type": "string"}, "netAssetValue": {"type": "null"}, "netAssetValueDate": {"type": "null"}, "netChange1DayPostSessionRegular": {"type": "null"}, "numberOfEmployees": {"type": "null"}, "percentChange1Day": {"type": "integer"}, "percentChange1DayPostRegular": {"type": "null"}, "percentPremium": {"type": "null"}, "percentPremium52WeekAverage": {"type": "null"}, "previousClosingPriceOneTradingDayAgo": {"type": "number"}, "price": {"type": "string"}, "priceChange1Day": {"type": "number"}, "priceEarningsRatio": {"type": "null"}, "priceEarningsToGrowthAndDividendYieldRatio": {"type": "null"}, "priceMovements1Day": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "value": {"type": "number"}}}}, "priceMovements1Month": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "value": {"type": "number"}}}}, "priceMovements1Year": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "value": {"type": "number"}}}}, "priceMovements5Years": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "value": {"type": "number"}}}}, "priceMovements6Months": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "value": {"type": "number"}}}}, "priceMovementsYearToDate": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "value": {"type": "number"}}}}, "priceToBookRatio": {"type": "null"}, "priceToSalesRatio": {"type": "string"}, "primaryExchange": {"type": "string"}, "redemptionFee": {"type": "null"}, "securityName": {"type": "null"}, "sharesOutstanding": {"type": "string"}, "shortName": {"type": "string"}, "totalAssets": {"type": "null"}, "totalAssetsCurrency": {"type": "null"}, "totalAssetsDate": {"type": "null"}, "totalReturn1Year": {"type": "string"}, "totalReturn3Month": {"type": "null"}, "totalReturn3Year": {"type": "null"}, "totalReturn5Year": {"type": "null"}, "totalReturnYtd": {"type": "null"}, "tradingDayClose": {"type": "string"}, "type": {"type": "string"}, "ultimateParentTicker": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}} |
c16d650b-9e8d-43ae-aaf0-e8fa5babb500/a180e55e-4a0c-47e6-8cdc-0bc8ea2f4313/0/0 | BB Finance Bloomberg | Real-time data, unofficial API Bloomberg.com, Bloomberg.com allows users to grasp stock market trends, price fluctuations, and economic shifts. Specific data and in-depth analysis aid readers in understanding the factors influencing changes in the financial world | 8.8 | quotes/search | Search for quotes | 200 | New Example | {"data": [{"country": "MY", "industry": "111212", "is_hidden": false, "name": "AppAsia Bhd", "resource_id": "APP:MK", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.5199898, "security_type": "Common Stock", "ticker_symbol": "APP:MK", "url": "https://www.bloomberg.com/quote/APP:MK"}, {"country": "US", "industry": "101012", "is_hidden": false, "name": "AppLovin Corp", "resource_id": "APP:US", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.5199898, "security_type": "Common Stock", "ticker_symbol": "APP:US", "url": "https://www.bloomberg.com/quote/APP:US"}, {"country": "GB", "industry": "111212", "is_hidden": false, "name": "Appreciate Group PLC", "resource_id": "APP:PZ", "resource_subtype": ["Inactive", "Public"], "resource_type": "Company", "score": 1.5018978, "security_type": "Common Stock", "ticker_symbol": "APP:PZ"}, {"country": "TH", "industry": "191110", "is_hidden": false, "name": "AppliCAD PCL", "resource_id": "APP:TB", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.5018978, "security_type": "Common Stock", "ticker_symbol": "APP:TB", "url": "https://www.bloomberg.com/quote/APP:TB"}, {"country": "CA", "industry": "191110", "is_hidden": false, "name": "Global Compliance Applications Corp", "resource_id": "APP:CN", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.4935912, "security_type": "Common Stock", "ticker_symbol": "APP:CN", "url": "https://www.bloomberg.com/quote/APP:CN"}, {"country": "ZA", "industry": "141110", "is_hidden": false, "name": "AMB Private Equity Partners Ltd", "resource_id": "APP:SJ", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.4560912, "security_type": "Private Comp", "ticker_symbol": "APP:SJ"}, {"country": "IN", "industry": "181010", "is_hidden": false, "name": "Asian Petroproducts & Export", "resource_id": "APP:IN", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.4560912, "security_type": "Common Stock", "ticker_symbol": "APP:IN", "url": "https://www.bloomberg.com/quote/APP:IN"}, {"country": "AU", "industry": "171111", "is_hidden": false, "name": "APP", "resource_id": "945988Z:AU", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3915826, "security_type": "Private Comp", "ticker_symbol": "945988Z:AU"}, {"country": "KR", "industry": "991010", "is_hidden": false, "name": "AppByApp Inc", "resource_id": "1476127D:KS", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3647892, "security_type": "Private Comp", "ticker_symbol": "1476127D:KS"}, {"country": "JP", "industry": "181013", "is_hidden": false, "name": "App Japan Ltd", "resource_id": "APPJAZ:JP", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3557743, "security_type": "Private Comp", "ticker_symbol": "APPJAZ:JP"}, {"country": "US", "industry": "111211", "is_hidden": false, "name": "APP Winddown LLC", "resource_id": "APPCQ:US", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3557743, "security_type": "Private Comp", "ticker_symbol": "APPCQ:US"}, {"country": "HK", "industry": "191110", "is_hidden": false, "name": "App Annie Ltd", "resource_id": "APPANZ:HK", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3557743, "security_type": "Private Comp", "ticker_symbol": "APPANZ:HK"}, {"country": "US", "industry": "121010", "is_hidden": false, "name": "AppHarvest Inc", "resource_id": "APPHQ:US", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.3557743, "security_type": "Common Stock", "ticker_symbol": "APPHQ:US", "url": "https://www.bloomberg.com/quote/APPHQ:US"}, {"country": "US", "industry": "121010", "is_hidden": false, "name": "AppHarvest Inc", "resource_id": "APPH:US", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.3557743, "security_type": "Common Stock", "ticker_symbol": "APPH:US", "url": "https://www.bloomberg.com/quote/APPH:US"}, {"country": "RU", "industry": "101012", "is_hidden": false, "name": "AppLovin Corp", "resource_id": "APP-RM:RM", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.3557743, "security_type": "Common Stock", "ticker_symbol": "APP-RM:RM", "url": "https://www.bloomberg.com/quote/APP-RM:RM"}, {"country": "HK", "industry": "181013", "is_hidden": false, "name": "App Hong Kong Ltd", "resource_id": "APPHOZ:HK", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3538433, "security_type": "Private Comp", "ticker_symbol": "APPHOZ:HK"}, {"country": "CA", "industry": "181015", "is_hidden": false, "name": "Appalaches Resources Inc", "resource_id": "APP/H:CN", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APP/H:CN"}, {"country": "JP", "industry": "151010", "is_hidden": false, "name": "Apple KK", "resource_id": "APPLEZ:JP", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APPLEZ:JP"}, {"country": "US", "industry": "191111", "is_hidden": false, "name": "Appier Group Inc", "resource_id": "APPIF:US", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.3376822, "security_type": "Common Stock", "ticker_symbol": "APPIF:US", "url": "https://www.bloomberg.com/quote/APPIF:US"}, {"country": "US", "industry": "171113", "is_hidden": false, "name": "Applitech Inc", "resource_id": "APPLIZ:JP", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APPLIZ:JP"}, {"country": "TH", "industry": "141110", "is_hidden": false, "name": "Apple Wealth Holdings PCL", "resource_id": "APPLE:TB", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APPLE:TB"}, {"country": "TH", "industry": "191110", "is_hidden": false, "name": "AppliCAD PCL", "resource_id": "APP/F:TB", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.3376822, "security_type": "Foreign Sh.", "ticker_symbol": "APP/F:TB", "url": "https://www.bloomberg.com/quote/APP/F:TB"}, {"country": "US", "industry": "161010", "is_hidden": false, "name": "Applied Biosciences Corp", "resource_id": "APPB:US", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.3376822, "security_type": "Common Stock", "ticker_symbol": "APPB:US", "url": "https://www.bloomberg.com/quote/APPB:US"}, {"country": "US", "industry": "191110", "is_hidden": false, "name": "Appfolio Inc", "resource_id": "APPF:US", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.3376822, "security_type": "Common Stock", "ticker_symbol": "APPF:US", "url": "https://www.bloomberg.com/quote/APPF:US"}, {"country": "JP", "industry": "171012", "is_hidden": false, "name": "Appeal Co Ltd", "resource_id": "APPEAZ:JP", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APPEAZ:JP"}, {"country": "JP", "industry": "161012", "is_hidden": false, "name": "Apprecia Inc", "resource_id": "APPRCZ:JP", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APPRCZ:JP"}, {"country": "JP", "industry": "171012", "is_hidden": false, "name": "Appro Tsushin KK", "resource_id": "APPROZ:JP", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APPROZ:JP"}, {"country": "TH", "industry": "191110", "is_hidden": false, "name": "AppliCAD PCL", "resource_id": "APP-R:TB", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.3376822, "security_type": "NVDR", "ticker_symbol": "APP-R:TB", "url": "https://www.bloomberg.com/quote/APP-R:TB"}, {"country": "US", "industry": "", "is_hidden": false, "name": "Appleseed Fund", "resource_id": "APPLX:US", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.3376822, "security_type": "Open-End Fund", "ticker_symbol": "APPLX:US", "url": "https://www.bloomberg.com/quote/APPLX:US"}, {"country": "JP", "industry": "171013", "is_hidden": false, "name": "Appex Corp", "resource_id": "APPEXZ:JP", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APPEXZ:JP"}, {"country": "US", "industry": "141010", "is_hidden": false, "name": "Apple Bancorp Inc", "resource_id": "APPK:US", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APPK:US"}, {"country": "US", "industry": "131010", "is_hidden": false, "name": "Appell Petroleum Corp", "resource_id": "APPL:US", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APPL:US"}, {"country": "NO", "industry": "171013", "is_hidden": false, "name": "Applied Plasma Physics A/S", "resource_id": "APPP:NO", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APPP:NO"}, {"country": "JP", "industry": "111010", "is_hidden": false, "name": "Apparel KK", "resource_id": "APPARZ:JP", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APPARZ:JP"}, {"country": "HK", "industry": "191010", "is_hidden": false, "name": "Approach Industries Ltd", "resource_id": "APPROZ:HK", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APPROZ:HK"}, {"country": "CH", "industry": "171112", "is_hidden": false, "name": "Appenzeller Bahnen AG", "resource_id": "APPBA:SW", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.3376822, "security_type": "Common Stock", "ticker_symbol": "APPBA:SW", "url": "https://www.bloomberg.com/quote/APPBA:SW"}, {"country": "BR", "industry": "", "is_hidden": false, "name": "Applecross FIM Credito Privado IE", "resource_id": "APPLECR:BZ", "resource_subtype": "ClosedEnd", "resource_type": "Fund", "score": 1.3376822, "security_type": "Closed-End Fund", "ticker_symbol": "APPLECR:BZ", "url": "https://www.bloomberg.com/quote/APPLECR:BZ"}, {"country": "US", "industry": "111010", "is_hidden": false, "name": "Apparel Manufacturing Associates Inc", "resource_id": "APPM:US", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.3376822, "security_type": "Common Stock", "ticker_symbol": "APPM:US", "url": "https://www.bloomberg.com/quote/APPM:US"}, {"country": "US", "industry": "191110", "is_hidden": false, "name": "Appian Corp", "resource_id": "APPN:US", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.3376822, "security_type": "Common Stock", "ticker_symbol": "APPN:US", "url": "https://www.bloomberg.com/quote/APPN:US"}, {"country": "US", "industry": "101012", "is_hidden": false, "name": "Appirits Inc", "resource_id": "APPPF:US", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.3376822, "security_type": "Common Stock", "ticker_symbol": "APPPF:US", "url": "https://www.bloomberg.com/quote/APPPF:US"}, {"country": "ES", "industry": "171111", "is_hidden": false, "name": "Applus Services SA", "resource_id": "APPS:SM", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.3376822, "security_type": "Common Stock", "ticker_symbol": "APPS:SM", "url": "https://www.bloomberg.com/quote/APPS:SM"}, {"country": "MX", "industry": "171111", "is_hidden": false, "name": "Applus Services SA", "resource_id": "APPSN:MM", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.3376822, "security_type": "Common Stock", "ticker_symbol": "APPSN:MM", "url": "https://www.bloomberg.com/quote/APPSN:MM"}, {"country": "KR", "industry": "101012", "is_hidden": false, "name": "Apple Tree Pictures", "resource_id": "APPLEZ:KS", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APPLEZ:KS"}, {"country": "US", "industry": "191111", "is_hidden": false, "name": "Appen Ltd", "resource_id": "APPEF:US", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.3376822, "security_type": "Common Stock", "ticker_symbol": "APPEF:US", "url": "https://www.bloomberg.com/quote/APPEF:US"}, {"country": "HK", "industry": "141110", "is_hidden": false, "name": "Appeon Corp", "resource_id": "APPEOZ:HK", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APPEOZ:HK"}, {"country": "CN", "industry": "111013", "is_hidden": false, "name": "Appollo China Co Ltd", "resource_id": "APPOLZ:CH", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APPOLZ:CH"}, {"country": "US", "industry": "191110", "is_hidden": false, "name": "Apptigo International Inc", "resource_id": "APPG:US", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3376822, "security_type": "Private Comp", "ticker_symbol": "APPG:US"}, {"country": "BR", "industry": "", "is_hidden": false, "name": "FIC FI Multimercado Credito Privado Appennini", "resource_id": "APPENNI:BZ", "resource_subtype": "Other", "resource_type": "Fund", "score": 1.3293756, "security_type": "Fund of Funds", "ticker_symbol": "APPENNI:BZ", "url": "https://www.bloomberg.com/quote/APPENNI:BZ"}, {"country": "BR", "industry": "", "is_hidden": false, "name": "FIM CP Appolo IE", "resource_id": "APPOLO:BZ", "resource_subtype": "Other", "resource_type": "Fund", "score": 1.3293756, "security_type": "Fund of Funds", "ticker_symbol": "APPOLO:BZ", "url": "https://www.bloomberg.com/quote/APPOLO:BZ"}, {"country": "US", "industry": "", "is_hidden": false, "name": "Yorktown Capital Appreciation Fund", "resource_id": "APPVX:US", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.3293756, "security_type": "Open-End Fund", "ticker_symbol": "APPVX:US", "url": "https://www.bloomberg.com/quote/APPVX:US"}, {"country": "US", "industry": "171013", "is_hidden": false, "name": "Apps Inc", "resource_id": "0091411D:US", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3270698, "security_type": "Private Comp", "ticker_symbol": "0091411D:US"}, {"country": "US", "industry": "191110", "is_hidden": false, "name": "appRenaissance", "resource_id": "0260388D:US", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3270698, "security_type": "Private Comp", "ticker_symbol": "0260388D:US"}, {"country": "RU", "industry": "111111", "is_hidden": false, "name": "AppsIndep", "resource_id": "0948092D:RU", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3270698, "security_type": "Private Comp", "ticker_symbol": "0948092D:RU"}, {"country": "US", "industry": "171012", "is_hidden": false, "name": "Apps LLC", "resource_id": "2176618D:US", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3270698, "security_type": "Private Comp", "ticker_symbol": "2176618D:US"}, {"country": "US", "industry": "191110", "is_hidden": false, "name": "App .net", "resource_id": "0852600D:US", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3270698, "security_type": "Private Comp", "ticker_symbol": "0852600D:US"}, {"country": "US", "industry": "101014", "is_hidden": false, "name": "AppState", "resource_id": "530351Z:US", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3270698, "security_type": "Private Comp", "ticker_symbol": "530351Z:US"}, {"country": "US", "industry": "191111", "is_hidden": false, "name": "AppGenesys", "resource_id": "22340Z:US", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3270698, "security_type": "Private Comp", "ticker_symbol": "22340Z:US"}, {"country": "US", "industry": "191110", "is_hidden": false, "name": "AppGate", "resource_id": "20123Z:US", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3270698, "security_type": "Private Comp", "ticker_symbol": "20123Z:US"}, {"country": "US", "industry": "191110", "is_hidden": false, "name": "AppZero", "resource_id": "0960871D:US", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3270698, "security_type": "Private Comp", "ticker_symbol": "0960871D:US"}, {"country": "HK", "industry": "191110", "is_hidden": false, "name": "App Ventures", "resource_id": "0914408D:HK", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3270698, "security_type": "Private Comp", "ticker_symbol": "0914408D:HK"}, {"country": "US", "industry": "171111", "is_hidden": false, "name": "AppNinjas", "resource_id": "3612987Z:US", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3270698, "security_type": "Private Comp", "ticker_symbol": "3612987Z:US"}, {"country": "US", "industry": "101014", "is_hidden": false, "name": "AppTap", "resource_id": "0118696D:US", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3270698, "security_type": "Private Comp", "ticker_symbol": "0118696D:US"}, {"country": "NG", "industry": "191110", "is_hidden": false, "name": "AppZone", "resource_id": "1006110D:NL", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3270698, "security_type": "Private Comp", "ticker_symbol": "1006110D:NL"}, {"country": "IN", "industry": "191110", "is_hidden": false, "name": "AppX", "resource_id": "1974368D:IN", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3270698, "security_type": "Private Comp", "ticker_symbol": "1974368D:IN"}, {"country": "RU", "industry": "111211", "is_hidden": false, "name": "APP OOO", "resource_id": "7246417Z:RU", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.3270698, "security_type": "Private Comp", "ticker_symbol": "7246417Z:RU"}, {"country": "FR", "industry": "991010", "is_hidden": false, "name": "Au Petit Paris SA", "resource_id": "APPA:FP", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.2918756, "security_type": "Private Comp", "ticker_symbol": "APPA:FP"}, {"country": "BR", "industry": "141111", "is_hidden": false, "name": "A P Participacoes SA", "resource_id": "APPA3:BZ", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.2918756, "security_type": "Private Comp", "ticker_symbol": "APPA3:BZ"}, {"country": "FR", "industry": "161012", "is_hidden": false, "name": "MP Biomedicals Sarlu", "resource_id": "APPL:FP", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.2918756, "security_type": "Private Comp", "ticker_symbol": "APPL:FP"}, {"country": "US", "industry": "181013", "is_hidden": false, "name": "American Pad & Paper Co", "resource_id": "APPPQ:US", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.2918756, "security_type": "Private Comp", "ticker_symbol": "APPPQ:US"}, {"country": "LU", "industry": "", "is_hidden": false, "name": "Amundi Funds - Pioneer Strategic Income", "resource_id": "APP2UM1:LX", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APP2UM1:LX", "url": "https://www.bloomberg.com/quote/APP2UM1:LX"}, {"country": "LU", "industry": "", "is_hidden": false, "name": "Amundi Funds - Pioneer US High Yield Bond", "resource_id": "APP2UM3:LX", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APP2UM3:LX", "url": "https://www.bloomberg.com/quote/APP2UM3:LX"}, {"country": "IN", "industry": "", "is_hidden": false, "name": "Aditya Birla MNC Fund", "resource_id": "APPMIDG:IN", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APPMIDG:IN", "url": "https://www.bloomberg.com/quote/APPMIDG:IN"}, {"country": "IT", "industry": "", "is_hidden": false, "name": "Anima Picpac Bilanciato Megatrend 2025 II", "resource_id": "APPMT25:IM", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APPMT25:IM", "url": "https://www.bloomberg.com/quote/APPMT25:IM"}, {"country": "ZA", "industry": "", "is_hidden": false, "name": "Destiny Prudential MET Fund of Funds", "resource_id": "APPRFOF:SJ", "resource_subtype": "Other", "resource_type": "Fund", "score": 1.2918756, "security_type": "Fund of Funds", "ticker_symbol": "APPRFOF:SJ", "url": "https://www.bloomberg.com/quote/APPRFOF:SJ"}, {"country": "TH", "industry": "", "is_hidden": false, "name": "Asset Plus Property and Infrastructure Flexible Fund", "resource_id": "APPRINA:TB", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APPRINA:TB", "url": "https://www.bloomberg.com/quote/APPRINA:TB"}, {"country": "GB", "industry": "191110", "is_hidden": false, "name": "Airnow PLC", "resource_id": "APPS:LN", "resource_subtype": ["Inactive", "Public"], "resource_type": "Company", "score": 1.2918756, "security_type": "Common Stock", "ticker_symbol": "APPS:LN"}, {"country": "AU", "industry": "", "is_hidden": false, "name": "AMP Personal Super Bond - AMP All Growth", "resource_id": "APPSDSH:AU", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APPSDSH:AU", "url": "https://www.bloomberg.com/quote/APPSDSH:AU"}, {"country": "IN", "industry": "171013", "is_hidden": false, "name": "Consortex Karl Doelitzsch India Ltd", "resource_id": "APPT:IN", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.2918756, "security_type": "Private Comp", "ticker_symbol": "APPT:IN"}, {"country": "AU", "industry": "", "is_hidden": false, "name": "AMP Personal Achiever - AMP Moderate Growth", "resource_id": "APPACMG:AU", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APPACMG:AU", "url": "https://www.bloomberg.com/quote/APPACMG:AU"}, {"country": "AU", "industry": "", "is_hidden": false, "name": "AMP Personal Super Bond - AMP Capital Guaranteed Fixed Interest", "resource_id": "APPACPF:AU", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APPACPF:AU", "url": "https://www.bloomberg.com/quote/APPACPF:AU"}, {"country": "IT", "industry": "", "is_hidden": false, "name": "Anima PicPac Bilanciato Megatrend 2025", "resource_id": "APPBM25:IM", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APPBM25:IM", "url": "https://www.bloomberg.com/quote/APPBM25:IM"}, {"country": "SA", "industry": "181010", "is_hidden": false, "name": "Advanced Petrochemical Co", "resource_id": "APPC:AB", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.2918756, "security_type": "Common Stock", "ticker_symbol": "APPC:AB", "url": "https://www.bloomberg.com/quote/APPC:AB"}, {"country": "BR", "industry": "", "is_hidden": false, "name": "Previcoke FI RF CP", "resource_id": "APPSARD:BZ", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APPSARD:BZ", "url": "https://www.bloomberg.com/quote/APPSARD:BZ"}, {"country": "US", "industry": "", "is_hidden": false, "name": "Cavanal Hill Government Securities Money Market Funds", "resource_id": "APPXX:US", "resource_subtype": "MoneyMarket", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APPXX:US", "url": "https://www.bloomberg.com/quote/APPXX:US"}, {"country": "LU", "industry": "", "is_hidden": false, "name": "Amundi Funds - Pioneer US Bond", "resource_id": "APP2UM2:LX", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APP2UM2:LX", "url": "https://www.bloomberg.com/quote/APP2UM2:LX"}, {"country": "AU", "industry": "", "is_hidden": false, "name": "AMP Personal Achiever - AMP International Share", "resource_id": "APPACIS:AU", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APPACIS:AU", "url": "https://www.bloomberg.com/quote/APPACIS:AU"}, {"country": "US", "industry": "181015", "is_hidden": false, "name": "APAC Resources Ltd", "resource_id": "APPCF:US", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.2918756, "security_type": "Common Stock", "ticker_symbol": "APPCF:US", "url": "https://www.bloomberg.com/quote/APPCF:US"}, {"country": "BR", "industry": "", "is_hidden": false, "name": "Apollo Corporate Fii", "resource_id": "APPCFII:BZ", "resource_subtype": "ClosedEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Closed-End Fund", "ticker_symbol": "APPCFII:BZ", "url": "https://www.bloomberg.com/quote/APPCFII:BZ"}, {"country": "AU", "industry": "", "is_hidden": false, "name": "AMP Personal Achiever - AMP All Growth", "resource_id": "APPDIVF:AU", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APPDIVF:AU", "url": "https://www.bloomberg.com/quote/APPDIVF:AU"}, {"country": "DE", "industry": "161010", "is_hidden": false, "name": "Apontis Pharma AG", "resource_id": "APPH:GR", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.2918756, "security_type": "Common Stock", "ticker_symbol": "APPH:GR", "url": "https://www.bloomberg.com/quote/APPH:GR"}, {"country": "GB", "industry": "141110", "is_hidden": false, "name": "African Pioneer Plc", "resource_id": "APPP:PZ", "resource_subtype": ["Inactive", "Public"], "resource_type": "Company", "score": 1.2918756, "security_type": "Common Stock", "ticker_symbol": "APPP:PZ"}, {"country": "TH", "industry": "", "is_hidden": false, "name": "Asset Plus Property and Infrastructure Flexible Fund", "resource_id": "APPRINR:TB", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APPRINR:TB", "url": "https://www.bloomberg.com/quote/APPRINR:TB"}, {"country": "AU", "industry": "", "is_hidden": false, "name": "AMP Personal Super Bond - AMP Australian Share", "resource_id": "APPSUAS:AU", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APPSUAS:AU", "url": "https://www.bloomberg.com/quote/APPSUAS:AU"}, {"country": "IL", "industry": "", "is_hidden": false, "name": "Ayalon 0B Portfolio Equity Free", "resource_id": "APPTWOE:IT", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APPTWOE:IT", "url": "https://www.bloomberg.com/quote/APPTWOE:IT"}, {"country": "US", "industry": "101014", "is_hidden": false, "name": "Monster Arts Inc", "resource_id": "APPZ:US", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.2918756, "security_type": "Common Stock", "ticker_symbol": "APPZ:US", "url": "https://www.bloomberg.com/quote/APPZ:US"}, {"country": "EG", "industry": "181012", "is_hidden": false, "name": "Advanced Pharmaceutical Packaging Co", "resource_id": "APPC:EY", "resource_subtype": ["Private"], "resource_type": "Company", "score": 1.2918756, "security_type": "Private Comp", "ticker_symbol": "APPC:EY"}, {"country": "US", "industry": "191110", "is_hidden": false, "name": "Digital Turbine Inc", "resource_id": "APPS:US", "resource_subtype": ["Public"], "resource_type": "Company", "score": 1.2918756, "security_type": "Common Stock", "ticker_symbol": "APPS:US", "url": "https://www.bloomberg.com/quote/APPS:US"}, {"country": "AU", "industry": "", "is_hidden": false, "name": "AMP Personal Super Bond - AMP Conservative", "resource_id": "APPSCOV:AU", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APPSCOV:AU", "url": "https://www.bloomberg.com/quote/APPSCOV:AU"}, {"country": "LU", "industry": "", "is_hidden": false, "name": "Amundi Funds - Pioneer Global High Yield Bond", "resource_id": "APP2UMD:LX", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APP2UMD:LX", "url": "https://www.bloomberg.com/quote/APP2UMD:LX"}, {"country": "AU", "industry": "", "is_hidden": false, "name": "AMP Personal Achiever - AMP Balanced Growth", "resource_id": "APPACBG:AU", "resource_subtype": "OpenEnd", "resource_type": "Fund", "score": 1.2918756, "security_type": "Open-End Fund", "ticker_symbol": "APPACBG:AU", "url": "https://www.bloomberg.com/quote/APPACBG:AU"}], "message": "Successful", "status": true, "total_results": 11264} | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object"}}, "message": {"type": "string"}, "status": {"type": "boolean"}, "total_results": {"type": "integer"}}} |
c9b6e86b-5e7a-41b7-9a59-6c6178f0cc76/f12d2acf-c9db-4244-af9b-f3ec4d377d76/0/0 | JP Funda | JP Funda API is an API that provides fundamental information based on the securities report data of Japanese companies in Json format. | 5.9 | getListByEdinetCode | Return all securities report data of the company specified with edinet code.
Note: If the company doesn't have a consolidated subsidiary, all of consolidated management indicators become null. But you can obtain data instead of consolidated management indicators from non consolidated management indicators | 200 | New Example | [{"beginning_of_year": "2015-04-01", "company_name": "NISSAN MOTOR CO., LTD.", "consolidated_management_indicators": {"average_number_of_temporary_workers": 19007, "basic_earnings_loss_per_share": 125, "cash_and_cash_equivalents": 992095000000, "cash_flows_from_used_in_financing_activities": 530606000000, "cash_flows_from_used_in_investing_activities": -1229280000000, "cash_flows_from_used_in_operating_activities": 927013000000, "comprehensive_income": 75107000000, "comprehensive_income_attributable_to_owners_of_parent": null, "diluted_earnings_per_share": 124.99, "equity_to_asset_ratio": 0.272, "income_before_tax": null, "net_assets": 5140745000000, "net_assets_per_share": 1132.61, "net_income": null, "net_income_attributable_to_owners_of_parent": 523841000000, "number_of_employees": 152421, "operating_income": null, "operating_revenue": null, "ordinary_income": 862272000000, "price_earnings_ratio": 8.33, "rate_of_return_on_equity": 0.11, "revenue": 12189519000000, "total_assets": 17373643000000}, "edinet_code": "E02142", "ending_of_year": "2016-03-31", "nonconsolidated_management_indicators": {"average_number_of_temporary_workers": 3068, "basic_earnings_loss_per_share": 55.92, "capital_stock": 605813000000, "cash_and_cash_equivalents": null, "cash_flows_from_used_in_financing_activities": null, "cash_flows_from_used_in_investing_activities": null, "cash_flows_from_used_in_operating_activities": null, "equity_to_assets": null, "net_assets": 2490984000000, "net_assets_per_share": 557.81, "net_income": 251009000000, "number_of_employees": 22471, "operating_revenue": null, "ordinary_income": null, "payout_ratio": 0.7511, "price_earnings_ratio": 18.62, "revenue": 3493419000000, "total_assets": 4961612000000, "total_return_on_share_price_index": null, "total_share_holder_return": null}, "r_and_d_capital_investment_expenses": {"capital_investment": null, "r_and_d": null}, "securities_code": "7201", "securities_report_submission_date": "2016-06-24"}, {"beginning_of_year": "2016-04-01", "company_name": "NISSAN MOTOR CO., LTD.", "consolidated_management_indicators": {"average_number_of_temporary_workers": 19366, "basic_earnings_loss_per_share": 165.94, "cash_and_cash_equivalents": 1241124000000, "cash_flows_from_used_in_financing_activities": 320610000000, "cash_flows_from_used_in_investing_activities": -1377626000000, "cash_flows_from_used_in_operating_activities": 1335473000000, "comprehensive_income": 615950000000, "comprehensive_income_attributable_to_owners_of_parent": null, "diluted_earnings_per_share": 165.94, "equity_to_asset_ratio": 0.264, "income_before_tax": null, "net_assets": 5167136000000, "net_assets_per_share": 1242.9, "net_income": null, "net_income_attributable_to_owners_of_parent": 663499000000, "number_of_employees": 137250, "operating_income": null, "operating_revenue": null, "ordinary_income": 864733000000, "price_earnings_ratio": 6.47, "rate_of_return_on_equity": 0.138, "revenue": 11720041000000, "total_assets": 18421008000000}, "edinet_code": "E02142", "ending_of_year": "2017-03-31", "nonconsolidated_management_indicators": {"average_number_of_temporary_workers": 4398, "basic_earnings_loss_per_share": 136.8, "capital_stock": 605813000000, "cash_and_cash_equivalents": null, "cash_flows_from_used_in_financing_activities": null, "cash_flows_from_used_in_investing_activities": null, "cash_flows_from_used_in_operating_activities": null, "equity_to_assets": null, "net_assets": 2600382000000, "net_assets_per_share": 620.39, "net_income": 585951000000, "number_of_employees": 22209, "operating_revenue": null, "ordinary_income": null, "payout_ratio": 0.3509, "price_earnings_ratio": 7.85, "revenue": 3729335000000, "total_assets": 5138385000000, "total_return_on_share_price_index": null, "total_share_holder_return": null}, "r_and_d_capital_investment_expenses": {"capital_investment": null, "r_and_d": null}, "securities_code": "7201", "securities_report_submission_date": "2017-06-29"}, {"beginning_of_year": "2017-04-01", "company_name": "NISSAN MOTOR CO., LTD.", "consolidated_management_indicators": {"average_number_of_temporary_workers": 19924, "basic_earnings_loss_per_share": 190.96, "cash_and_cash_equivalents": 1206000000000, "cash_flows_from_used_in_financing_activities": 36810000000, "cash_flows_from_used_in_investing_activities": -1147719000000, "cash_flows_from_used_in_operating_activities": 1071250000000, "comprehensive_income": 740338000000, "comprehensive_income_attributable_to_owners_of_parent": null, "diluted_earnings_per_share": 190.96, "equity_to_asset_ratio": 0.287, "income_before_tax": null, "net_assets": 5688735000000, "net_assets_per_share": 1377.05, "net_income": null, "net_income_attributable_to_owners_of_parent": 746892000000, "number_of_employees": 138910, "operating_income": null, "operating_revenue": null, "ordinary_income": 750302000000, "price_earnings_ratio": 5.78, "rate_of_return_on_equity": 0.146, "revenue": 11951169000000, "total_assets": 18746901000000}, "edinet_code": "E02142", "ending_of_year": "2018-03-31", "nonconsolidated_management_indicators": {"average_number_of_temporary_workers": 5239, "basic_earnings_loss_per_share": 30.79, "capital_stock": 605813000000, "cash_and_cash_equivalents": null, "cash_flows_from_used_in_financing_activities": null, "cash_flows_from_used_in_investing_activities": null, "cash_flows_from_used_in_operating_activities": null, "equity_to_assets": null, "net_assets": 2527453000000, "net_assets_per_share": 602.86, "net_income": 129044000000, "number_of_employees": 22272, "operating_revenue": null, "ordinary_income": null, "payout_ratio": 1.7214, "price_earnings_ratio": 35.86, "revenue": 3750617000000, "total_assets": 5057592000000, "total_return_on_share_price_index": null, "total_share_holder_return": null}, "r_and_d_capital_investment_expenses": {"capital_investment": null, "r_and_d": null}, "securities_code": "7201", "securities_report_submission_date": "2018-06-28"}, {"beginning_of_year": "2018-04-01", "company_name": "NISSAN MOTOR CO., LTD.", "consolidated_management_indicators": {"average_number_of_temporary_workers": 19240, "basic_earnings_loss_per_share": 81.59, "cash_and_cash_equivalents": 1359058000000, "cash_flows_from_used_in_financing_activities": -127140000000, "cash_flows_from_used_in_investing_activities": -1133547000000, "cash_flows_from_used_in_operating_activities": 1450888000000, "comprehensive_income": 195999000000, "comprehensive_income_attributable_to_owners_of_parent": null, "diluted_earnings_per_share": 81.59, "equity_to_asset_ratio": 0.28, "income_before_tax": null, "net_assets": 5623510000000, "net_assets_per_share": 1355.18, "net_income": null, "net_income_attributable_to_owners_of_parent": 319138000000, "number_of_employees": 138893, "operating_income": null, "operating_revenue": null, "ordinary_income": 546498000000, "price_earnings_ratio": 11.13, "rate_of_return_on_equity": 0.06, "revenue": 11574247000000, "total_assets": 18952345000000}, "edinet_code": "E02142", "ending_of_year": "2019-03-31", "nonconsolidated_management_indicators": {"average_number_of_temporary_workers": 5349, "basic_earnings_loss_per_share": 40.21, "capital_stock": 605813000000, "cash_and_cash_equivalents": null, "cash_flows_from_used_in_financing_activities": null, "cash_flows_from_used_in_investing_activities": null, "cash_flows_from_used_in_operating_activities": null, "equity_to_assets": null, "net_assets": 2505945000000, "net_assets_per_share": 597.75, "net_income": 168552000000, "number_of_employees": 22791, "operating_revenue": null, "ordinary_income": null, "payout_ratio": 1.418, "price_earnings_ratio": 22.59, "revenue": 3644483000000, "total_assets": 5124037000000, "total_return_on_share_price_index": 1, "total_share_holder_return": 1}, "r_and_d_capital_investment_expenses": {"capital_investment": 509900000000, "r_and_d": 523100000000}, "securities_code": "7201", "securities_report_submission_date": "2019-06-27"}, {"beginning_of_year": "2019-04-01", "company_name": "NISSAN MOTOR CO., LTD.", "consolidated_management_indicators": {"average_number_of_temporary_workers": 17597, "basic_earnings_loss_per_share": -171.54, "cash_and_cash_equivalents": 1642981000000, "cash_flows_from_used_in_financing_activities": -155494000000, "cash_flows_from_used_in_investing_activities": -708687000000, "cash_flows_from_used_in_operating_activities": 1185854000000, "comprehensive_income": -1084147000000, "comprehensive_income_attributable_to_owners_of_parent": null, "diluted_earnings_per_share": null, "equity_to_asset_ratio": 0.239, "income_before_tax": null, "net_assets": 4424773000000, "net_assets_per_share": 1038.95, "net_income": null, "net_income_attributable_to_owners_of_parent": -671216000000, "number_of_employees": 136134, "operating_income": null, "operating_revenue": null, "ordinary_income": 44049000000, "price_earnings_ratio": null, "rate_of_return_on_equity": -0.143, "revenue": 9878866000000, "total_assets": 16976709000000}, "edinet_code": "E02142", "ending_of_year": "2020-03-31", "nonconsolidated_management_indicators": {"average_number_of_temporary_workers": 5148, "basic_earnings_loss_per_share": -81.76, "capital_stock": 605813000000, "cash_and_cash_equivalents": null, "cash_flows_from_used_in_financing_activities": null, "cash_flows_from_used_in_investing_activities": null, "cash_flows_from_used_in_operating_activities": null, "equity_to_assets": null, "net_assets": 1958610000000, "net_assets_per_share": 467.19, "net_income": -342745000000, "number_of_employees": 22717, "operating_revenue": null, "ordinary_income": null, "payout_ratio": null, "price_earnings_ratio": null, "revenue": 3157540000000, "total_assets": 4854023000000, "total_return_on_share_price_index": 1, "total_share_holder_return": 0}, "r_and_d_capital_investment_expenses": {"capital_investment": 509200000000, "r_and_d": 544800000000}, "securities_code": "7201", "securities_report_submission_date": "2020-07-06"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"beginning_of_year": {"type": "string"}, "company_name": {"type": "string"}, "consolidated_management_indicators": {"type": "object", "properties": {"average_number_of_temporary_workers": {"type": "integer"}, "basic_earnings_loss_per_share": {"type": "number"}, "cash_and_cash_equivalents": {"type": "integer"}, "cash_flows_from_used_in_financing_activities": {"type": "integer"}, "cash_flows_from_used_in_investing_activities": {"type": "integer"}, "cash_flows_from_used_in_operating_activities": {"type": "integer"}, "comprehensive_income": {"type": "integer"}, "comprehensive_income_attributable_to_owners_of_parent": {"type": "null"}, "diluted_earnings_per_share": {"type": ["null", "number"]}, "equity_to_asset_ratio": {"type": "number"}, "income_before_tax": {"type": "null"}, "net_assets": {"type": "integer"}, "net_assets_per_share": {"type": "number"}, "net_income": {"type": "null"}, "net_income_attributable_to_owners_of_parent": {"type": "integer"}, "number_of_employees": {"type": "integer"}, "operating_income": {"type": "null"}, "operating_revenue": {"type": "null"}, "ordinary_income": {"type": "integer"}, "price_earnings_ratio": {"type": ["null", "number"]}, "rate_of_return_on_equity": {"type": "number"}, "revenue": {"type": "integer"}, "total_assets": {"type": "integer"}}, "required": ["average_number_of_temporary_workers", "basic_earnings_loss_per_share", "cash_and_cash_equivalents", "cash_flows_from_used_in_financing_activities", "cash_flows_from_used_in_investing_activities", "cash_flows_from_used_in_operating_activities", "comprehensive_income", "comprehensive_income_attributable_to_owners_of_parent", "diluted_earnings_per_share", "equity_to_asset_ratio", "income_before_tax", "net_assets", "net_assets_per_share", "net_income", "net_income_attributable_to_owners_of_parent", "number_of_employees", "operating_income", "operating_revenue", "ordinary_income", "price_earnings_ratio", "rate_of_return_on_equity", "revenue", "total_assets"]}, "edinet_code": {"type": "string"}, "ending_of_year": {"type": "string"}, "nonconsolidated_management_indicators": {"type": "object", "properties": {"average_number_of_temporary_workers": {"type": "integer"}, "basic_earnings_loss_per_share": {"type": "number"}, "capital_stock": {"type": "integer"}, "cash_and_cash_equivalents": {"type": "null"}, "cash_flows_from_used_in_financing_activities": {"type": "null"}, "cash_flows_from_used_in_investing_activities": {"type": "null"}, "cash_flows_from_used_in_operating_activities": {"type": "null"}, "equity_to_assets": {"type": "null"}, "net_assets": {"type": "integer"}, "net_assets_per_share": {"type": "number"}, "net_income": {"type": "integer"}, "number_of_employees": {"type": "integer"}, "operating_revenue": {"type": "null"}, "ordinary_income": {"type": "null"}, "payout_ratio": {"type": ["null", "number"]}, "price_earnings_ratio": {"type": ["null", "number"]}, "revenue": {"type": "integer"}, "total_assets": {"type": "integer"}, "total_return_on_share_price_index": {"type": ["integer", "null"]}, "total_share_holder_return": {"type": ["integer", "null"]}}, "required": ["average_number_of_temporary_workers", "basic_earnings_loss_per_share", "capital_stock", "cash_and_cash_equivalents", "cash_flows_from_used_in_financing_activities", "cash_flows_from_used_in_investing_activities", "cash_flows_from_used_in_operating_activities", "equity_to_assets", "net_assets", "net_assets_per_share", "net_income", "number_of_employees", "operating_revenue", "ordinary_income", "payout_ratio", "price_earnings_ratio", "revenue", "total_assets", "total_return_on_share_price_index", "total_share_holder_return"]}, "r_and_d_capital_investment_expenses": {"type": "object", "properties": {"capital_investment": {"type": ["integer", "null"]}, "r_and_d": {"type": ["integer", "null"]}}, "required": ["capital_investment", "r_and_d"]}, "securities_code": {"type": "string"}, "securities_report_submission_date": {"type": "string"}}, "required": ["beginning_of_year", "company_name", "consolidated_management_indicators", "edinet_code", "ending_of_year", "nonconsolidated_management_indicators", "r_and_d_capital_investment_expenses", "securities_code", "securities_report_submission_date"]}} |
c9b6e86b-5e7a-41b7-9a59-6c6178f0cc76/cf6f6178-3ea0-4ef6-82b9-1e586de1a041/0/0 | JP Funda | JP Funda API is an API that provides fundamental information based on the securities report data of Japanese companies in Json format. | 5.9 | getListBySecuritiesCode | Return all of securities report data of the company specified with securities code.
Note: If the company doesn't have a consolidated subsidiary, all of consolidated management indicators become null. But you can obtain data instead of consolidated management indicators from non consolidated management indicators | 200 | New Example | [{"beginning_of_year": "2015-04-01", "company_name": "TOYOTA MOTOR CORPORATION", "consolidated_management_indicators": {"average_number_of_temporary_workers": 86843, "basic_earnings_loss_per_share": 741.36, "cash_and_cash_equivalents": 2939428000000, "cash_flows_from_used_in_financing_activities": -423571000000, "cash_flows_from_used_in_investing_activities": -3182544000000, "cash_flows_from_used_in_operating_activities": 4460857000000, "comprehensive_income": 1517486000000, "comprehensive_income_attributable_to_owners_of_parent": null, "diluted_earnings_per_share": 735.36, "equity_to_asset_ratio": 0.353, "income_before_tax": 2983381000000, "net_assets": null, "net_assets_per_share": null, "net_income": null, "net_income_attributable_to_owners_of_parent": null, "number_of_employees": 348877, "operating_income": null, "operating_revenue": null, "ordinary_income": null, "price_earnings_ratio": 8, "rate_of_return_on_equity": null, "revenue": 28403118000000, "total_assets": 47427597000000}, "edinet_code": "E02144", "ending_of_year": "2016-03-31", "nonconsolidated_management_indicators": {"average_number_of_temporary_workers": 10371, "basic_earnings_loss_per_share": 581.08, "capital_stock": 635401000000, "cash_and_cash_equivalents": null, "cash_flows_from_used_in_financing_activities": null, "cash_flows_from_used_in_investing_activities": null, "cash_flows_from_used_in_operating_activities": null, "equity_to_assets": null, "net_assets": 10859443000000, "net_assets_per_share": 3417.07, "net_income": 1810370000000, "number_of_employees": 72721, "operating_revenue": null, "ordinary_income": null, "payout_ratio": 0.361, "price_earnings_ratio": 10.2, "revenue": 11585822000000, "total_assets": 16100209000000, "total_return_on_share_price_index": null, "total_share_holder_return": null}, "r_and_d_capital_investment_expenses": {"capital_investment": null, "r_and_d": null}, "securities_code": "7203", "securities_report_submission_date": "2016-06-24"}, {"beginning_of_year": "2016-04-01", "company_name": "TOYOTA MOTOR CORPORATION", "consolidated_management_indicators": {"average_number_of_temporary_workers": 86005, "basic_earnings_loss_per_share": 605.47, "cash_and_cash_equivalents": 2995075000000, "cash_flows_from_used_in_financing_activities": -375165000000, "cash_flows_from_used_in_investing_activities": -2969939000000, "cash_flows_from_used_in_operating_activities": 3414237000000, "comprehensive_income": 1966650000000, "comprehensive_income_attributable_to_owners_of_parent": null, "diluted_earnings_per_share": 599.22, "equity_to_asset_ratio": 0.359, "income_before_tax": 2193825000000, "net_assets": null, "net_assets_per_share": null, "net_income": null, "net_income_attributable_to_owners_of_parent": null, "number_of_employees": 364445, "operating_income": null, "operating_revenue": null, "ordinary_income": null, "price_earnings_ratio": 10, "rate_of_return_on_equity": null, "revenue": 27597193000000, "total_assets": 48750186000000}, "edinet_code": "E02144", "ending_of_year": "2017-03-31", "nonconsolidated_management_indicators": {"average_number_of_temporary_workers": 10700, "basic_earnings_loss_per_share": 506.96, "capital_stock": 635401000000, "cash_and_cash_equivalents": null, "cash_flows_from_used_in_financing_activities": null, "cash_flows_from_used_in_investing_activities": null, "cash_flows_from_used_in_operating_activities": null, "equity_to_assets": null, "net_assets": 11365784000000, "net_assets_per_share": 3659.4, "net_income": 1529911000000, "number_of_employees": 73875, "operating_revenue": null, "ordinary_income": null, "payout_ratio": 0.414, "price_earnings_ratio": 11.9, "revenue": 11476343000000, "total_assets": 16592167000000, "total_return_on_share_price_index": null, "total_share_holder_return": null}, "r_and_d_capital_investment_expenses": {"capital_investment": null, "r_and_d": null}, "securities_code": "7203", "securities_report_submission_date": "2017-06-23"}, {"beginning_of_year": "2017-04-01", "company_name": "TOYOTA MOTOR CORPORATION", "consolidated_management_indicators": {"average_number_of_temporary_workers": 84731, "basic_earnings_loss_per_share": 842, "cash_and_cash_equivalents": 3052269000000, "cash_flows_from_used_in_financing_activities": -449135000000, "cash_flows_from_used_in_investing_activities": -3660092000000, "cash_flows_from_used_in_operating_activities": 4210009000000, "comprehensive_income": 2393256000000, "comprehensive_income_attributable_to_owners_of_parent": null, "diluted_earnings_per_share": 832.78, "equity_to_asset_ratio": 0.372, "income_before_tax": 2620429000000, "net_assets": null, "net_assets_per_share": null, "net_income": null, "net_income_attributable_to_owners_of_parent": null, "number_of_employees": 369124, "operating_income": null, "operating_revenue": null, "ordinary_income": null, "price_earnings_ratio": 8.1, "rate_of_return_on_equity": null, "revenue": 29379510000000, "total_assets": 50308249000000}, "edinet_code": "E02144", "ending_of_year": "2018-03-31", "nonconsolidated_management_indicators": {"average_number_of_temporary_workers": 10905, "basic_earnings_loss_per_share": 628.31, "capital_stock": 635401000000, "cash_and_cash_equivalents": null, "cash_flows_from_used_in_financing_activities": null, "cash_flows_from_used_in_investing_activities": null, "cash_flows_from_used_in_operating_activities": null, "equity_to_assets": null, "net_assets": 12040947000000, "net_assets_per_share": 3972.72, "net_income": 1859312000000, "number_of_employees": 74890, "operating_revenue": null, "ordinary_income": null, "payout_ratio": 0.35, "price_earnings_ratio": 10.9, "revenue": 12201443000000, "total_assets": 17522303000000, "total_return_on_share_price_index": null, "total_share_holder_return": null}, "r_and_d_capital_investment_expenses": {"capital_investment": null, "r_and_d": null}, "securities_code": "7203", "securities_report_submission_date": "2018-06-25"}, {"beginning_of_year": "2018-04-01", "company_name": "TOYOTA MOTOR CORPORATION", "consolidated_management_indicators": {"average_number_of_temporary_workers": 87129, "basic_earnings_loss_per_share": 650.55, "cash_and_cash_equivalents": 3706515000000, "cash_flows_from_used_in_financing_activities": -540839000000, "cash_flows_from_used_in_investing_activities": -2697241000000, "cash_flows_from_used_in_operating_activities": 3766597000000, "comprehensive_income": 1936602000000, "comprehensive_income_attributable_to_owners_of_parent": null, "diluted_earnings_per_share": 645.11, "equity_to_asset_ratio": 0.373, "income_before_tax": 2285465000000, "net_assets": null, "net_assets_per_share": null, "net_income": null, "net_income_attributable_to_owners_of_parent": null, "number_of_employees": 370870, "operating_income": null, "operating_revenue": null, "ordinary_income": null, "price_earnings_ratio": 10, "rate_of_return_on_equity": null, "revenue": 30225681000000, "total_assets": 51936949000000}, "edinet_code": "E02144", "ending_of_year": "2019-03-31", "nonconsolidated_management_indicators": {"average_number_of_temporary_workers": 11122, "basic_earnings_loss_per_share": 657.1, "capital_stock": 635401000000, "cash_and_cash_equivalents": null, "cash_flows_from_used_in_financing_activities": null, "cash_flows_from_used_in_investing_activities": null, "cash_flows_from_used_in_operating_activities": null, "equity_to_assets": null, "net_assets": 12450274000000, "net_assets_per_share": 4225.55, "net_income": 1896824000000, "number_of_employees": 74515, "operating_revenue": null, "ordinary_income": null, "payout_ratio": 0.335, "price_earnings_ratio": 9.9, "revenue": 12634439000000, "total_assets": 17716993000000, "total_return_on_share_price_index": 1, "total_share_holder_return": 1}, "r_and_d_capital_investment_expenses": {"capital_investment": 1465888000000, "r_and_d": 1048882000000}, "securities_code": "7203", "securities_report_submission_date": "2019-06-21"}, {"beginning_of_year": "2019-04-01", "company_name": "TOYOTA MOTOR CORPORATION", "consolidated_management_indicators": {"average_number_of_temporary_workers": 86219, "basic_earnings_loss_per_share": 735.61, "cash_and_cash_equivalents": 4412190000000, "cash_flows_from_used_in_financing_activities": 397138000000, "cash_flows_from_used_in_investing_activities": -3150861000000, "cash_flows_from_used_in_operating_activities": 3590643000000, "comprehensive_income": 1866642000000, "comprehensive_income_attributable_to_owners_of_parent": null, "diluted_earnings_per_share": 729.5, "equity_to_asset_ratio": 0.381, "income_before_tax": 2554607000000, "net_assets": null, "net_assets_per_share": null, "net_income": null, "net_income_attributable_to_owners_of_parent": null, "number_of_employees": 359542, "operating_income": null, "operating_revenue": null, "ordinary_income": null, "price_earnings_ratio": 8.8, "rate_of_return_on_equity": null, "revenue": 29929992000000, "total_assets": 52680436000000}, "edinet_code": "E02144", "ending_of_year": "2020-03-31", "nonconsolidated_management_indicators": {"average_number_of_temporary_workers": 10795, "basic_earnings_loss_per_share": 504.25, "capital_stock": 635401000000, "cash_and_cash_equivalents": null, "cash_flows_from_used_in_financing_activities": null, "cash_flows_from_used_in_investing_activities": null, "cash_flows_from_used_in_operating_activities": null, "equity_to_assets": null, "net_assets": 12590890000000, "net_assets_per_share": 4377.19, "net_income": 1424062000000, "number_of_employees": 74132, "operating_revenue": null, "ordinary_income": null, "payout_ratio": 0.436, "price_earnings_ratio": 12.9, "revenue": 12729731000000, "total_assets": 17809246000000, "total_return_on_share_price_index": 1, "total_share_holder_return": 0}, "r_and_d_capital_investment_expenses": {"capital_investment": 1393014000000, "r_and_d": 1110369000000}, "securities_code": "7203", "securities_report_submission_date": "2020-06-24"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"beginning_of_year": {"type": "string"}, "company_name": {"type": "string"}, "consolidated_management_indicators": {"type": "object", "properties": {"average_number_of_temporary_workers": {"type": "integer"}, "basic_earnings_loss_per_share": {"type": "number"}, "cash_and_cash_equivalents": {"type": "integer"}, "cash_flows_from_used_in_financing_activities": {"type": "integer"}, "cash_flows_from_used_in_investing_activities": {"type": "integer"}, "cash_flows_from_used_in_operating_activities": {"type": "integer"}, "comprehensive_income": {"type": "integer"}, "comprehensive_income_attributable_to_owners_of_parent": {"type": "null"}, "diluted_earnings_per_share": {"type": "number"}, "equity_to_asset_ratio": {"type": "number"}, "income_before_tax": {"type": "integer"}, "net_assets": {"type": "null"}, "net_assets_per_share": {"type": "null"}, "net_income": {"type": "null"}, "net_income_attributable_to_owners_of_parent": {"type": "null"}, "number_of_employees": {"type": "integer"}, "operating_income": {"type": "null"}, "operating_revenue": {"type": "null"}, "ordinary_income": {"type": "null"}, "price_earnings_ratio": {"type": "number"}, "rate_of_return_on_equity": {"type": "null"}, "revenue": {"type": "integer"}, "total_assets": {"type": "integer"}}, "required": ["average_number_of_temporary_workers", "basic_earnings_loss_per_share", "cash_and_cash_equivalents", "cash_flows_from_used_in_financing_activities", "cash_flows_from_used_in_investing_activities", "cash_flows_from_used_in_operating_activities", "comprehensive_income", "comprehensive_income_attributable_to_owners_of_parent", "diluted_earnings_per_share", "equity_to_asset_ratio", "income_before_tax", "net_assets", "net_assets_per_share", "net_income", "net_income_attributable_to_owners_of_parent", "number_of_employees", "operating_income", "operating_revenue", "ordinary_income", "price_earnings_ratio", "rate_of_return_on_equity", "revenue", "total_assets"]}, "edinet_code": {"type": "string"}, "ending_of_year": {"type": "string"}, "nonconsolidated_management_indicators": {"type": "object", "properties": {"average_number_of_temporary_workers": {"type": "integer"}, "basic_earnings_loss_per_share": {"type": "number"}, "capital_stock": {"type": "integer"}, "cash_and_cash_equivalents": {"type": "null"}, "cash_flows_from_used_in_financing_activities": {"type": "null"}, "cash_flows_from_used_in_investing_activities": {"type": "null"}, "cash_flows_from_used_in_operating_activities": {"type": "null"}, "equity_to_assets": {"type": "null"}, "net_assets": {"type": "integer"}, "net_assets_per_share": {"type": "number"}, "net_income": {"type": "integer"}, "number_of_employees": {"type": "integer"}, "operating_revenue": {"type": "null"}, "ordinary_income": {"type": "null"}, "payout_ratio": {"type": "number"}, "price_earnings_ratio": {"type": "number"}, "revenue": {"type": "integer"}, "total_assets": {"type": "integer"}, "total_return_on_share_price_index": {"type": ["integer", "null"]}, "total_share_holder_return": {"type": ["integer", "null"]}}, "required": ["average_number_of_temporary_workers", "basic_earnings_loss_per_share", "capital_stock", "cash_and_cash_equivalents", "cash_flows_from_used_in_financing_activities", "cash_flows_from_used_in_investing_activities", "cash_flows_from_used_in_operating_activities", "equity_to_assets", "net_assets", "net_assets_per_share", "net_income", "number_of_employees", "operating_revenue", "ordinary_income", "payout_ratio", "price_earnings_ratio", "revenue", "total_assets", "total_return_on_share_price_index", "total_share_holder_return"]}, "r_and_d_capital_investment_expenses": {"type": "object", "properties": {"capital_investment": {"type": ["integer", "null"]}, "r_and_d": {"type": ["integer", "null"]}}, "required": ["capital_investment", "r_and_d"]}, "securities_code": {"type": "string"}, "securities_report_submission_date": {"type": "string"}}, "required": ["beginning_of_year", "company_name", "consolidated_management_indicators", "edinet_code", "ending_of_year", "nonconsolidated_management_indicators", "r_and_d_capital_investment_expenses", "securities_code", "securities_report_submission_date"]}} |
c9b6e86b-5e7a-41b7-9a59-6c6178f0cc76/9cd0e2f7-0e3b-4216-933a-04cfa1c673cd/0/0 | JP Funda | JP Funda API is an API that provides fundamental information based on the securities report data of Japanese companies in Json format. | 5.9 | getLatestBySecuritiesCode | Return latest securities report data of the company specified with securities code.
Note: If the company doesn't have a consolidated subsidiary, all of consolidated management indicators become null. But you can obtain data instead of consolidated management indicators from non consolidated management indicators | 200 | New Example | {"beginning_of_year": "2019-04-01", "company_name": "TOYOTA MOTOR CORPORATION", "consolidated_management_indicators": {"average_number_of_temporary_workers": 86219, "basic_earnings_loss_per_share": 735.61, "cash_and_cash_equivalents": 4412190000000, "cash_flows_from_used_in_financing_activities": 397138000000, "cash_flows_from_used_in_investing_activities": -3150861000000, "cash_flows_from_used_in_operating_activities": 3590643000000, "comprehensive_income": 1866642000000, "comprehensive_income_attributable_to_owners_of_parent": null, "diluted_earnings_per_share": 729.5, "equity_to_asset_ratio": 0.381, "income_before_tax": 2554607000000, "net_assets": null, "net_assets_per_share": null, "net_income": null, "net_income_attributable_to_owners_of_parent": null, "number_of_employees": 359542, "operating_income": null, "operating_revenue": null, "ordinary_income": null, "price_earnings_ratio": 8.8, "rate_of_return_on_equity": null, "revenue": 29929992000000, "total_assets": 52680436000000}, "edinet_code": "E02144", "ending_of_year": "2020-03-31", "nonconsolidated_management_indicators": {"average_number_of_temporary_workers": 10795, "basic_earnings_loss_per_share": 504.25, "capital_stock": 635401000000, "cash_and_cash_equivalents": null, "cash_flows_from_used_in_financing_activities": null, "cash_flows_from_used_in_investing_activities": null, "cash_flows_from_used_in_operating_activities": null, "equity_to_assets": null, "net_assets": 12590890000000, "net_assets_per_share": 4377.19, "net_income": 1424062000000, "number_of_employees": 74132, "operating_revenue": null, "ordinary_income": null, "payout_ratio": 0.436, "price_earnings_ratio": 12.9, "revenue": 12729731000000, "total_assets": 17809246000000, "total_return_on_share_price_index": 1, "total_share_holder_return": 0}, "r_and_d_capital_investment_expenses": {"capital_investment": 1393014000000, "r_and_d": 1110369000000}, "securities_code": "7203", "securities_report_submission_date": "2020-06-24"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"beginning_of_year": {"type": "string"}, "company_name": {"type": "string"}, "consolidated_management_indicators": {"type": "object", "properties": {"average_number_of_temporary_workers": {"type": "integer"}, "basic_earnings_loss_per_share": {"type": "number"}, "cash_and_cash_equivalents": {"type": "integer"}, "cash_flows_from_used_in_financing_activities": {"type": "integer"}, "cash_flows_from_used_in_investing_activities": {"type": "integer"}, "cash_flows_from_used_in_operating_activities": {"type": "integer"}, "comprehensive_income": {"type": "integer"}, "comprehensive_income_attributable_to_owners_of_parent": {"type": "null"}, "diluted_earnings_per_share": {"type": "number"}, "equity_to_asset_ratio": {"type": "number"}, "income_before_tax": {"type": "integer"}, "net_assets": {"type": "null"}, "net_assets_per_share": {"type": "null"}, "net_income": {"type": "null"}, "net_income_attributable_to_owners_of_parent": {"type": "null"}, "number_of_employees": {"type": "integer"}, "operating_income": {"type": "null"}, "operating_revenue": {"type": "null"}, "ordinary_income": {"type": "null"}, "price_earnings_ratio": {"type": "number"}, "rate_of_return_on_equity": {"type": "null"}, "revenue": {"type": "integer"}, "total_assets": {"type": "integer"}}, "required": ["average_number_of_temporary_workers", "basic_earnings_loss_per_share", "cash_and_cash_equivalents", "cash_flows_from_used_in_financing_activities", "cash_flows_from_used_in_investing_activities", "cash_flows_from_used_in_operating_activities", "comprehensive_income", "comprehensive_income_attributable_to_owners_of_parent", "diluted_earnings_per_share", "equity_to_asset_ratio", "income_before_tax", "net_assets", "net_assets_per_share", "net_income", "net_income_attributable_to_owners_of_parent", "number_of_employees", "operating_income", "operating_revenue", "ordinary_income", "price_earnings_ratio", "rate_of_return_on_equity", "revenue", "total_assets"]}, "edinet_code": {"type": "string"}, "ending_of_year": {"type": "string"}, "nonconsolidated_management_indicators": {"type": "object", "properties": {"average_number_of_temporary_workers": {"type": "integer"}, "basic_earnings_loss_per_share": {"type": "number"}, "capital_stock": {"type": "integer"}, "cash_and_cash_equivalents": {"type": "null"}, "cash_flows_from_used_in_financing_activities": {"type": "null"}, "cash_flows_from_used_in_investing_activities": {"type": "null"}, "cash_flows_from_used_in_operating_activities": {"type": "null"}, "equity_to_assets": {"type": "null"}, "net_assets": {"type": "integer"}, "net_assets_per_share": {"type": "number"}, "net_income": {"type": "integer"}, "number_of_employees": {"type": "integer"}, "operating_revenue": {"type": "null"}, "ordinary_income": {"type": "null"}, "payout_ratio": {"type": "number"}, "price_earnings_ratio": {"type": "number"}, "revenue": {"type": "integer"}, "total_assets": {"type": "integer"}, "total_return_on_share_price_index": {"type": "integer"}, "total_share_holder_return": {"type": "integer"}}, "required": ["average_number_of_temporary_workers", "basic_earnings_loss_per_share", "capital_stock", "cash_and_cash_equivalents", "cash_flows_from_used_in_financing_activities", "cash_flows_from_used_in_investing_activities", "cash_flows_from_used_in_operating_activities", "equity_to_assets", "net_assets", "net_assets_per_share", "net_income", "number_of_employees", "operating_revenue", "ordinary_income", "payout_ratio", "price_earnings_ratio", "revenue", "total_assets", "total_return_on_share_price_index", "total_share_holder_return"]}, "r_and_d_capital_investment_expenses": {"type": "object", "properties": {"capital_investment": {"type": "integer"}, "r_and_d": {"type": "integer"}}, "required": ["capital_investment", "r_and_d"]}, "securities_code": {"type": "string"}, "securities_report_submission_date": {"type": "string"}}, "required": ["beginning_of_year", "company_name", "consolidated_management_indicators", "edinet_code", "ending_of_year", "nonconsolidated_management_indicators", "r_and_d_capital_investment_expenses", "securities_code", "securities_report_submission_date"]} |
c9b6e86b-5e7a-41b7-9a59-6c6178f0cc76/8d5aa70b-2229-4960-a7fd-652853c42ddd/0/0 | JP Funda | JP Funda API is an API that provides fundamental information based on the securities report data of Japanese companies in Json format. | 5.9 | getLatestByEdinetCode | Return latest securities report data of the company specified with edinet code.
Note: If the company doesn't have a consolidated subsidiary, all of consolidated management indicators become null. But you can obtain data instead of consolidated management indicators from non consolidated management indicators | 200 | New Example | {"beginning_of_year": "2019-04-01", "company_name": "NISSAN MOTOR CO., LTD.", "consolidated_management_indicators": {"average_number_of_temporary_workers": 17597, "basic_earnings_loss_per_share": -171.54, "cash_and_cash_equivalents": 1642981000000, "cash_flows_from_used_in_financing_activities": -155494000000, "cash_flows_from_used_in_investing_activities": -708687000000, "cash_flows_from_used_in_operating_activities": 1185854000000, "comprehensive_income": -1084147000000, "comprehensive_income_attributable_to_owners_of_parent": null, "diluted_earnings_per_share": null, "equity_to_asset_ratio": 0.239, "income_before_tax": null, "net_assets": 4424773000000, "net_assets_per_share": 1038.95, "net_income": null, "net_income_attributable_to_owners_of_parent": -671216000000, "number_of_employees": 136134, "operating_income": null, "operating_revenue": null, "ordinary_income": 44049000000, "price_earnings_ratio": null, "rate_of_return_on_equity": -0.143, "revenue": 9878866000000, "total_assets": 16976709000000}, "edinet_code": "E02142", "ending_of_year": "2020-03-31", "nonconsolidated_management_indicators": {"average_number_of_temporary_workers": 5148, "basic_earnings_loss_per_share": -81.76, "capital_stock": 605813000000, "cash_and_cash_equivalents": null, "cash_flows_from_used_in_financing_activities": null, "cash_flows_from_used_in_investing_activities": null, "cash_flows_from_used_in_operating_activities": null, "equity_to_assets": null, "net_assets": 1958610000000, "net_assets_per_share": 467.19, "net_income": -342745000000, "number_of_employees": 22717, "operating_revenue": null, "ordinary_income": null, "payout_ratio": null, "price_earnings_ratio": null, "revenue": 3157540000000, "total_assets": 4854023000000, "total_return_on_share_price_index": 1, "total_share_holder_return": 0}, "r_and_d_capital_investment_expenses": {"capital_investment": 509200000000, "r_and_d": 544800000000}, "securities_code": "7201", "securities_report_submission_date": "2020-07-06"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"beginning_of_year": {"type": "string"}, "company_name": {"type": "string"}, "consolidated_management_indicators": {"type": "object", "properties": {"average_number_of_temporary_workers": {"type": "integer"}, "basic_earnings_loss_per_share": {"type": "number"}, "cash_and_cash_equivalents": {"type": "integer"}, "cash_flows_from_used_in_financing_activities": {"type": "integer"}, "cash_flows_from_used_in_investing_activities": {"type": "integer"}, "cash_flows_from_used_in_operating_activities": {"type": "integer"}, "comprehensive_income": {"type": "integer"}, "comprehensive_income_attributable_to_owners_of_parent": {"type": "null"}, "diluted_earnings_per_share": {"type": "null"}, "equity_to_asset_ratio": {"type": "number"}, "income_before_tax": {"type": "null"}, "net_assets": {"type": "integer"}, "net_assets_per_share": {"type": "number"}, "net_income": {"type": "null"}, "net_income_attributable_to_owners_of_parent": {"type": "integer"}, "number_of_employees": {"type": "integer"}, "operating_income": {"type": "null"}, "operating_revenue": {"type": "null"}, "ordinary_income": {"type": "integer"}, "price_earnings_ratio": {"type": "null"}, "rate_of_return_on_equity": {"type": "number"}, "revenue": {"type": "integer"}, "total_assets": {"type": "integer"}}, "required": ["average_number_of_temporary_workers", "basic_earnings_loss_per_share", "cash_and_cash_equivalents", "cash_flows_from_used_in_financing_activities", "cash_flows_from_used_in_investing_activities", "cash_flows_from_used_in_operating_activities", "comprehensive_income", "comprehensive_income_attributable_to_owners_of_parent", "diluted_earnings_per_share", "equity_to_asset_ratio", "income_before_tax", "net_assets", "net_assets_per_share", "net_income", "net_income_attributable_to_owners_of_parent", "number_of_employees", "operating_income", "operating_revenue", "ordinary_income", "price_earnings_ratio", "rate_of_return_on_equity", "revenue", "total_assets"]}, "edinet_code": {"type": "string"}, "ending_of_year": {"type": "string"}, "nonconsolidated_management_indicators": {"type": "object", "properties": {"average_number_of_temporary_workers": {"type": "integer"}, "basic_earnings_loss_per_share": {"type": "number"}, "capital_stock": {"type": "integer"}, "cash_and_cash_equivalents": {"type": "null"}, "cash_flows_from_used_in_financing_activities": {"type": "null"}, "cash_flows_from_used_in_investing_activities": {"type": "null"}, "cash_flows_from_used_in_operating_activities": {"type": "null"}, "equity_to_assets": {"type": "null"}, "net_assets": {"type": "integer"}, "net_assets_per_share": {"type": "number"}, "net_income": {"type": "integer"}, "number_of_employees": {"type": "integer"}, "operating_revenue": {"type": "null"}, "ordinary_income": {"type": "null"}, "payout_ratio": {"type": "null"}, "price_earnings_ratio": {"type": "null"}, "revenue": {"type": "integer"}, "total_assets": {"type": "integer"}, "total_return_on_share_price_index": {"type": "integer"}, "total_share_holder_return": {"type": "integer"}}, "required": ["average_number_of_temporary_workers", "basic_earnings_loss_per_share", "capital_stock", "cash_and_cash_equivalents", "cash_flows_from_used_in_financing_activities", "cash_flows_from_used_in_investing_activities", "cash_flows_from_used_in_operating_activities", "equity_to_assets", "net_assets", "net_assets_per_share", "net_income", "number_of_employees", "operating_revenue", "ordinary_income", "payout_ratio", "price_earnings_ratio", "revenue", "total_assets", "total_return_on_share_price_index", "total_share_holder_return"]}, "r_and_d_capital_investment_expenses": {"type": "object", "properties": {"capital_investment": {"type": "integer"}, "r_and_d": {"type": "integer"}}, "required": ["capital_investment", "r_and_d"]}, "securities_code": {"type": "string"}, "securities_report_submission_date": {"type": "string"}}, "required": ["beginning_of_year", "company_name", "consolidated_management_indicators", "edinet_code", "ending_of_year", "nonconsolidated_management_indicators", "r_and_d_capital_investment_expenses", "securities_code", "securities_report_submission_date"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.