Enterprise X
EnterpriseX is a server to server distribution medium for QuoteMedia's financial data via Request API. The system is designed to provide intraday snap information and end of day bulk information to authorized users (IP, Token, User Session). EnterpriseX operates as a polled data source using http for the transport and XML or JSON for the encoding.
Access Control
Request Structure:
The requests are simple http get requests on port 80 to app.quotemedia.com (West Coast) or quotes.quotemedia.com (East coast) which you pass a set of parameters to configure the response you want to receive. Request API Data Center Failover Protocols.
The request uses the Restful BEST Practices, for more details click here
Response Structure:
The response to the request is an XML or JSON document containing the data.
IPOsPerformanceByCountry
The IPOsByPerformanceByCountry API provides the ability to track the performance of IPO's within a specified time frame. IPOs for US and Canada are supported with historical data starting from December 2020.
Output Variables
Categories | Fields | Data Type | Description |
---|---|---|---|
copyright | float | QuoteMedia copyright statement | |
symbolCount | integer | Number of symbols in request | |
symbol | symbol | string | Symbol |
| longName | string | Company long name |
| shortName | string | Company short name |
exchange | excode | string | Listing Exchange of company/symbol |
| longName | float | Exchange long name |
| shortName | string | Exchange short name |
| offerPrice | float | Price at which the company went IPO. |
| offerDate | Date | Date at which the company went IPO. |
| percentChange1Day | float | Percentage change between OfferPrice and ClosePrice over 1 day. If null output should be N/A. |
| percentChange30Day | float | Percentage change between OfferPrice and ClosePrice over 30 days. Simply, the % change over 30days after the IPO (offer date) If null output should be N/A. |
| percentChange60Day | float | Percentage change between OfferPrice and ClosePrice over 60 days. Simply, the % change over 60 days after the IPO (offer date) |
| percentChange6Month | float | Percentage change between OfferPrice and ClosePrice over 6 months. Simply, the % change over 6 months after the IPO (offer date) If null output should be N/A. |
| percentChangeSinceIPO | float | Percentage change between OfferPrice and todays ClosePrice since IPO Date If null output should be N/A. |
Input Variables
Fields | Required | Default | Range of Values | Description |
---|---|---|---|---|
country | Yes | US | Type: Text | Country for requested data. |
start | No | None | Date | Allows for the specification of a start date to pull all “Offer Date”s in a specified amount of time. Must be used in conjunction with the end input parameter. |
end | No | None | Date | Allows for the specification of an end date to pull all “OfferDate”s in a specified amount of time. Must be used in conjunction with the start input parameter. |
page | No | 1 | Unlimited | Page number of query results |
results_per_page | No | 250 | 1 to 250 | Number of records to show per page |
limit | No | None | 1 to 1500 | Limits the number of records in the response. Limit= 1 to 1500. |
exclude | No | None | any output data point | Allows for the exclusion of specific data points (Up to a maximum of 5). Ex. When exclude=open is used, all open values will be hidden in the output. |
webmaster_id | Yes | None | Numeric value | QuoteMedia attaches a unique id to your company that allows us to entitle you to specific data and products |
content_type | No | json | json or xml | Format of output |
include_nulls | No | None | Boolean - True or False | When set to true, null value fields will be included in the output. |
fields | No | None | String | The fields input parameter allows to define which fields you want to include in the output and which ones you don't. If the field isn't nested, it can be included directly. If it is nested then it will need to use syntax such as - object1[fieldX,fieldY] If excluding specific fields, start the request with a '!'. If excluding a nested field then use syntax such as - !object1[fieldX,fieldY] For a more detailed explanation please see this article here |
Sample Request - IPOsPerformanceByCountry
This API brings back IPOsPerformanceByCountry Data for the United States in JSON
Browser Request - https://app.quotemedia.com/v2/events/ipos/performance?webmaster_id=XXXXXX&content_type=json&country=US&page=1&results_per_page=10
User-based Session Request - https://app.quotemedia.com/v2/events/ipos/performance?webmaster_id=XXXXXX&content_type=json&country=US&page=1&results_per_page=10&sid=[extracted_sid]
This API brings back IPOsPerformanceByCountry Data for the United States in XML
Browser Request - https://app.quotemedia.com/v2/events/ipos/performance?webmaster_id=XXXXXX&content_type=xml&country=US&page=1&results_per_page=10
Sample Result - IPOsPerformanceByCountry - JSON
Results based on
*results limited to show only the first few results
"results": {"pageNumber": 1,"nextPage": "https://app.quotemedia.com/v2/events/ipos/performance?webmaster_id=91924&content_type=json&country=US&results_per_page=10&page=2","copyright": "Copyright (c) 2021 QuoteMedia, Inc.","symbolCount": 45,"ipos": [{"symbol": {"symbol": "ABSI","longName": "Absci Corporation","shortName": "Absci Corp","exchange": {"excode": "NGS","longName": "Nasdaq Global Select","shortName": "NGS"}},"offerPrice": 16,"offerDate": "2021-07-22","percentChange1Day": 0.349375,"percentChangeSinceIPO": 0.78},{"symbol": {"symbol": "ACRO.U","longName": "Acropolis Infrastructure Acquisition Corp. Units each consisting of one share of Class A Common Stock and one-third of one Warrant","shortName": "Acropolis Infras","exchange": {"excode": "NYE","longName": "New York Stock Exchange","shortName": "NYSE"}},"offerPrice": 10,"offerDate": "2021-07-09","percentChange1Day": 0,"percentChangeSinceIPO": 0.00041},
Sample Result - IPOsPerformanceByCountry - XML
Results based on
*results limited to only show the first few results
<results pageNumber="1" nextPage="https://app.quotemedia.com/v2/events/ipos/performance?webmaster_id=91924&content_type=xml&country=US&results_per_page=10&page=2"><copyright>Copyright (c) 2021 QuoteMedia, Inc.</copyright><symbolCount>45</symbolCount><ipos><ipo><symbol><symbol>ABSI</symbol><longName>Absci Corporation</longName><shortName>Absci Corp</shortName><exchange><excode>NGS</excode><longName>Nasdaq Global Select</longName><shortName>NGS</shortName></exchange></symbol><offerPrice>16.0</offerPrice><offerDate>2021-07-22</offerDate><percentChange1Day>0.349375</percentChange1Day><percentChangeSinceIPO>0.78</percentChangeSinceIPO></ipo><ipo><symbol><symbol>ACRO.U</symbol><longName>Acropolis Infrastructure Acquisition Corp. Units each consisting of one share of Class A Common Stock and one-third of one Warrant</longName><shortName>Acropolis Infras</shortName><exchange><excode>NYE</excode><longName>New York Stock Exchange</longName><shortName>NYSE</shortName></exchange></symbol><offerPrice>10.0</offerPrice><offerDate>2021-07-09</offerDate><percentChange1Day>0.0</percentChange1Day><percentChangeSinceIPO>4.1E-4</percentChangeSinceIPO></ipo>