Leveling the Playing Field

Quincy News delivers real-time insights with fairness and speed, ensuring everyone—regardless of size or location—has equal access to crucial market-moving content. Our technology guarantees the fastest, fairest delivery to key market venues.

Democratizing Access

We believe in democratizing access to news content, enabling users to access the most impactful insights from the best sources. Our platform eliminates unfair advantages, offering transparent, equal, and fast access to all parties.

Resilient, Lowest-Latency Transport

Our resilient transport system ensures ultra-low latency delivery to key execution venues, ensuring you stay ahead of the market. No missed updates, no unfair delays—just the fastest possible access to actionable insights.

API Preview

GET /pressReleases/stream

Returns a stream of press releases in real-time as they become available.

Parameters

Authorization required

API key for authentication

Type: string

Response Schema

Field Type Description
id int Unique identifier for the press release
timestamp string ISO 8601 formatted datetime
title string Title of the press release
url string Link to the press release content
wire string Source newswire service
entities array The name and exchange ticker for mentioned companies
wireTags array Array of topic tags provided by the newswire
quincyTags array Array of normalized topic tags provided by Quincy News
novelty float A score indicating the potential importance of the story

Example Requests

curl -X GET "wss://api.quincy.news/pressReleases/stream" \ -H "Authorization: [YOUR_API_KEY]" \ -H "Accept: application/json"
import asyncio import websockets API_KEY = "[YOUR_API_KEY]" WEBSOCKET_URL = "wss://api.quincy.news/pressReleases/stream" async def websocket_listener(): async with websockets.connect(WEBSOCKET_URL, extra_headers={"Authorization": f"{API_KEY}"}) as websocket: while True: message = await websocket.recv() print("Received:", message) if __name__ == "__main__": asyncio.run(websocket_listener())

Example Response

[{ "id": "10435", "timestamp": "2024-12-16T13:00:00Z", "title": "LegalZoom and 1-800Accountant Join Forces to Deliver Full-Service Tax and Bookkeeping Solutions for Small Business Owners", "url": "https://www.globenewswire.com/news-release/2024/12/16/2997574/0/en/LegalZoom-and-1-800Accountant-Join-Forces-to-Deliver-Full-Service-Tax-and-Bookkeeping-Solutions-for-Small-Business-Owners.html", "wire": "globenewswire", "entities": [ { "name": "LegalZoom", "ticker": "LZ" }, { "name": "1-800Accountant", "ticker": "" }, ], "wireTags": [ "Consumer Services" ], "quincyTags": [ "legal", "accounting", "partner", "product" ], "novelty": "0.3" }]
GET /pressReleases/topStories

Returns the most significant press releases from the last 24 hours.

Parameters

Authorization required

API key for authentication

Type: string

limit optional

Maximum number of stories to return (default: 10)

Type: integer

Response Schema

Field Type Description
stories array Array of press release objects. See the Stream endpoint for a description of the fields.
total integer Total number of top stories
lastUpdated string ISO 8601 formatted datetime

Example Requests

curl -X GET "https://api.quincy.news/pressReleases/topStories?limit=5" \ -H "Authorization: [YOUR_API_KEY]" \ -H "Accept: application/json"
import requests url = "https://api.quincy.news/pressReleases/topStories" headers = { "Authorization": "[YOUR_API_KEY]", "Accept": "application/json" } params = { "limit": 5 } response = requests.get(url, headers=headers, params=params) top_stories = response.json() print(top_stories)

Example Response

{ "stories": [ { "id": "10477", "timestamp": "2024-12-16T14:55:00Z", "title": "Acme United Corporation Board Approves Cash Dividend", "url": "https://www.globenewswire.com/news-release/2024/12/16/2997637/0/en/Acme-United-Corporation-Board-Approves-Cash-Dividend.html", "wire": "globenewswire", "entities": [ { "name": "Acme United Corporation", "ticker": "ACU" } ], "wireTags": [ "Home Improvement", "Retailers" ], "quincyTags": [ "retail", "dividend" ], "novelty": "1" }, { "id": "10433", "timestamp": "2024-12-16T13:00:00Z", "title": "PepGen Announces Clinical Hold in the U.S. on IND Application to Initiate CONNECT2-EDO51 Phase 2 Study of PGN-EDO51 for Duchenne Muscular Dystrophy", "url": "https://www.businesswire.com/news/home/20241216162092/en/PepGen-Announces-Clinical-Hold-in-the-U.S.-on-IND-Application-to-Initiate-CONNECT2-EDO51-Phase-2-Study-of-PGN-EDO51-for-Duchenne-Muscular-Dystrophy", "wire": "businesswire", "entities": [ { "name": "PepGen", "ticker": "PEPG" } ], "wireTags": [ "Healthcare" ], "quincyTags": [ "clinical", "fda", "clinicaltrial", "phase2" ], "novelty": "1" }, { "id": "10402", "timestamp": "2024-12-16T12:30:00Z", "title": "Aehr Test Systems Secures Initial $10 Million in Orders for Production Wafer-Level Burn-In of Advanced AI Processors", "url": "https://www.accesswire.com/955554/aehr-test-systems-secures-initial-10-million-in-orders-for-production-wafer-level-burn-in-of-advanced-ai-processors", "wire": "Accesswire", "entities": [ { "name": "Aehr Test Systems", "ticker": "AEHR" } ], "wireTags": [ "Company Update" ], "quincyTags": [ "semi", "bizdev", "mfg", "orders" ], "novelty": "1" }, { "id": "10395", "timestamp": "2024-12-16T12:00:00Z", "title": "Viridian Therapeutics Announces Positive Topline Results from Veligrotug Phase 3 THRIVE-2 Clinical Trial in Patients with Chronic Thyroid Eye Disease", "url": "https://www.businesswire.com/news/home/20241215083644/en/Viridian-Therapeutics-Announces-Positive-Topline-Results-from-Veligrotug-Phase-3-THRIVE-2-Clinical-Trial-in-Patients-with-Chronic-Thyroid-Eye-Disease", "wire": "businesswire", "entities": [ { "name": "Viridian", "ticker": "VRDN" } ], "wireTags": [ "Healthcare" ], "quincyTags": [ "clinical", "clinicaltrial", "trialresult", "pharma", "phase3" ], "novelty": "1" }, { "id": "10382", "timestamp": "2024-12-16T11:00:00Z", "title": "Honeywell Explores Strategic Alternatives for Unlocking Shareholder Value; Continues Review of Transformational Portfolio Actions", "url": "https://www.prnewswire.com/news-releases/honeywell-explores-strategic-alternatives-for-unlocking-shareholder-value-continues-review-of-transformational-portfolio-actions-302332178.html", "wire": "prnewswire", "entities": [ { "name": "Honeywell", "ticker": "HON" } ], "wireTags": [ "Aerospace, Defense", "Utilities", "Computer & Electronics" ], "quincyTags": [ "aerospace", "mna", "divest" ], "novelty": "1" } ], "total": 5, "lastUpdated": "2024-12-16T15:00:00Z" }