12.19.2024
|FAQs
|Troubleshooting
|3 Min Read
What is the cause of an HTTP 500 Error?
You should never get a HTTP 500 error in normal operation mode. There are two causes for HTTP 500 errors:
1. A major problem on our side
2. A problem with your request.
The first thing you should do is examine possible problems with your request.
Missing Required Parameters: All parameters with a non-string data type are required . This includes numerics, dates, booleans, and enumerations (which are really numerics). Only missing string values will not cause an HTTP 500 error.
Mis-typed Enumerations: Enumerations are case-sensitive. Make sure you look at the list of valid values in the SOAP, GET or POST description. Our test form makes it easy by using drop-downs but your code must be correct. For instance, you may get the following response if you omit an integer parameter: "System.ArgumentException: Cannot convert to System.Int32" .
If your request is valid and the problem persists, please reach out support@quodd.com
BackOther Question Frequently Asked

05.31.2024
|FAQs
|Troubleshooting
|3
RegistrationError: {Service}: Maximum number of unregistered requests exceeded
There are two reasons for encountering this error...

05.31.2024
|FAQs
|Corporate Actions
|1
Does QUODD provide private company corporate actions data?
The QUODD Global Corporate Actions API provides corporate actions data for public companies' events such as stock splits, dividends, mergers, and spinoffs.

05.31.2024
|FAQs
|Corporate Actions
|1
Does QUODD provide data on company mergers?
Yes, QUODD does provide data on company mergers.

05.31.2024
|FAQs
|Troubleshooting
|3
What is the cause of an HTTP 403 Error?
A 403 Error indicates that we have blocked access to our computers from your computer.

05.31.2024
|FAQs
|Exchange Fees
|3
What are exchange fees?
If you are building a website or application that requires real-time or delayed exchange data you may be subject to agreements and fees.

05.31.2024
|FAQs
|Corporate Actions
|1
Why would an event not have Event Notes in the Corporate Actions API?
Event Notes are dependent on company announcements.

05.31.2024
|FAQs
|Corporate Actions
|1
What events do the GetEventSummaries and GetEventSummariesByExchange endpoints include in the Corporate Actions API?

05.31.2024
|FAQs
|General-Help
|3
What is your API availability?
QUODD targets 99.9% availability.

05.31.2024
|FAQs
|Corporate Actions
|1
Why are the CUSIP and ISIN fields blank in the Corporate Actions API?
The CUSIP and ISIN field are blank in the Corporate Actions API because a licensing agreement are required to access them.

05.31.2024
|FAQs
|Corporate Actions
|1
What are Optional Payments in the Corporate Actions API?
You may see multiple records for the same event, this happens when an issuer announces more than one payment option for shareholders.

05.31.2024
|FAQs
|Corporate Actions
|1
How do I find a merger event in GetMergers in the Corporate Actions API?
In the QUODD Global Corporate Actions API we offer the GetMergers endpoint which returns merger events for a given identifier and date range.

05.31.2024
|FAQs
|Corporate Actions
|1