Chilkat Online Tools

PowerBuilder / Broker API / Announcements

Back to Collection Items

System.OutOfMemoryException: Insufficient memory to continue the execution of the program.
   at System.Runtime.InteropServices.Marshal.StringToHGlobalUni(String s)
   at Chilkat.CkMarshal.StringToX(String s, XString* x)
   at Chilkat.Xml.LoadXml(String xmlData)
   at ChilkatApi.XClass.LoadClass(String className, Log log)
   at ChilkatApi.ApiCache.getApiClass(String className, Log log)
   at ChilkatApi.ApiCache.getApiProperty(String className, String propName, Log log)
   at ChilkatCode.CodeGen.getXProp(String className, String propName)
   at ChilkatCode.CodeGen.getPropType(String varName, String propName)
   at ChilkatCode.CodeGen.emitAssignment(String varName, String propName, String op, Xml xml)
   at ChilkatCode.Parser.assignment()
   at ChilkatCode.Parser.statement()
   at ChilkatCode.Parser.Chilkat()
   at ChilkatCode.Parser.Parse()
   at ChilkatCode.Compile.CompileForToolsIO(String srcCode, String langHashKey, StringBuilder sbHtmlOut)

Curl Command

curl -G -d "ca_types=dividend,merger,spinoff,split"
	-d "since=2021-12-01"
	-d "until=2021-12-17"
	-u '{{api_key}}:{{api_secret}}'
https://domain.com/v1/corporate_actions/announcements

Postman Collection Item JSON

{
  "name": "Announcements",
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "{{HOST}}/v1/corporate_actions/announcements?ca_types=dividend,merger,spinoff,split&since=2021-12-01&until=2021-12-17",
      "host": [
        "{{HOST}}"
      ],
      "path": [
        "v1",
        "corporate_actions",
        "announcements"
      ],
      "query": [
        {
          "key": "ca_types",
          "value": "dividend,merger,spinoff,split",
          "description": "A comma-delimited list of ENUM.CorporateActionType values"
        },
        {
          "key": "since",
          "value": "2021-12-01",
          "description": "The start (inclusive) of the date range when searching corporate action announcements. This should follow the YYYY-MM-DD format. The date range is limited to 90 days."
        },
        {
          "key": "until",
          "value": "2021-12-17",
          "description": "The end (inclusive) of the date range when searching corporate action announcements. This should follow the YYYY-MM-DD format. The date range is limited to 90 days."
        },
        {
          "key": "symbol",
          "value": "",
          "description": "The symbol of the company initiating the announcement.",
          "disabled": true
        },
        {
          "key": "cusip",
          "value": "",
          "description": "The CUSIP of the company initiating the announcement.",
          "disabled": true
        },
        {
          "key": "date_type",
          "value": "",
          "description": "ENUM.DateType. Potential values are declaration_date, ex_date, record_date, or payable_date",
          "disabled": true
        }
      ]
    }
  },
  "response": [
  ]
}