API दस्तावेज़ीकरण
get
/api/v1/Instruments/newsReturns news articles for a single instrument within a UTC date range.
Instruments
पैरामीटर
symbol
query · string
आवश्यक
from
query · string
आवश्यक
to
query · string
आवश्यक
version
path · string
आवश्यक
जवाब
- 200Array of news items with headline, summary text, and published time.application/json
[ { "instrumentId": 1042, "symbol": "AAPL", "headline": "Company reports quarterly results", "text": "Summary of the announcement.", "url": "https://example.com/news/1", "dateTime": "2026-06-28T14:30:00Z", "sourceType": "stock" } ] - 404Unknown symbol.application/json
{} - 500News could not be loaded.