Download OpenAPI specification:
Comprehensive Bombay Stock Exchange (BSE) News API for Indian Stock Market Intelligence. Access real-time news for 3,000+ BSE-listed companies including major stocks like Adani Group (512599), RCOM (532712), and other blue-chip stocks. Our multilingual API delivers instant market-moving news, earnings alerts, corporate announcements, and regulatory updates across 100+ languages. Perfect for trading platforms, fintech apps, wealth management tools, and investment research. Features include real-time headlines, AI-generated summaries, full-text articles, and advanced filtering by stock ticker, sector, and market cap. Trusted by traders, analysts, and financial institutions for BSE market intelligence, stock research, and algorithmic trading signals.
Instantly resolve BSE company names to stock ticker symbols. Search Indian companies by partial name and get exact BSE scrip codes for trading and news Intelligence.
name required | string Partial or full BSE company name to search (e.g., 'Adani' -> 512599, 'RCOM' -> 532712, 'Reliance' -> 500325). |
count | integer [ 1 .. 100 ] Default: 20 Maximum number of results to return. |
curl --request GET \ --url 'https://api.pressmonitor.com/news-xbom/v1/names?name=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[- {
- "ticker": "512599",
- "name": "Adani Enterprises Ltd"
}, - {
- "ticker": "532712",
- "name": "Reliance Communications Ltd"
}, - {
- "ticker": "500325",
- "name": "Reliance Industries Ltd"
}
]
Get instant BSE stock news headlines with titles and URLs. Access breaking news, earnings reports, corporate announcements, and market-moving updates for Indian stocks.
ticker required | string BSE stock ticker symbol or scrip code (e.g., 512599 for Adani Enterprises, 532712 for RCOM, 500325 for Reliance Industries). |
country_code | string |
lang_code | string |
search_after | string Opaque pagination cursor used only with |
count | integer Default: 20 |
sort | string Default: "latest" Enum: "relevance" "latest" Ranking mode: latest by publish time (default) or relevance. |
curl --request GET \ --url 'https://api.pressmonitor.com/news-xbom/v1/news-headlines?ticker=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&search_after=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&sort=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{- "items": [
- {
- "id": "string",
- "title": "string",
- "source": "string",
- "lang_code": "string",
- "country_code": "string",
- "ts": 0
}
], - "credits": {
- "rate": 0,
- "quantity": 0,
- "total": 0,
- "request_id": "string"
}, - "next": {
- "search_after": "string",
- "count": 0,
- "sort": "relevance"
}
}
Returns headlines, URLs, and brief AI-generated summaries of stories.
ticker required | string BSE stock ticker symbol or scrip code (e.g., 512599 for Adani Enterprises, 532712 for RCOM, 500325 for Reliance Industries). |
country_code | string |
lang_code | string |
search_after | string Opaque pagination cursor used only with |
count | integer Default: 20 |
sort | string Default: "latest" Enum: "relevance" "latest" Ranking mode: latest by publish time (default) or relevance. |
curl --request GET \ --url 'https://api.pressmonitor.com/news-xbom/v1/news-briefs?ticker=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&search_after=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&sort=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{- "items": [
- {
- "id": "string",
- "title": "string",
- "description": "string",
- "source": "string",
- "lang_code": "string",
- "country_code": "string",
- "caption": "string",
- "ts": 0
}
], - "credits": {
- "rate": 0,
- "quantity": 0,
- "total": 0,
- "request_id": "string"
}, - "next": {
- "search_after": "string",
- "count": 0,
- "sort": "relevance"
}
}
Returns full articles with titles, summaries, URLs, images, and article body.
ticker required | string BSE stock ticker symbol or scrip code (e.g., 512599 for Adani Enterprises, 532712 for RCOM, 500325 for Reliance Industries). |
country_code | string |
lang_code | string |
search_after | string Opaque pagination cursor used only with |
count | integer Default: 20 |
sort | string Default: "latest" Enum: "relevance" "latest" Ranking mode: latest by publish time (default) or relevance. |
curl --request GET \ --url 'https://api.pressmonitor.com/news-xbom/v1/news-fulltext?ticker=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&search_after=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&sort=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{- "items": [
- {
- "id": "string",
- "title": "string",
- "description": "string",
- "source": "string",
- "lang_code": "string",
- "country_code": "string",
- "caption": "string",
- "ts": 0
}
], - "credits": {
- "rate": 0,
- "quantity": 0,
- "total": 0,
- "request_id": "string"
}, - "next": {
- "search_after": "string",
- "count": 0,
- "sort": "relevance"
}
}
Returns full articles with enriched metadata such as Wikidata IDs, named entities, and subject codes.
ticker required | string BSE stock ticker symbol or scrip code (e.g., 512599 for Adani Enterprises, 532712 for RCOM, 500325 for Reliance Industries). |
country_code | string |
lang_code | string |
search_after | string Opaque pagination cursor used only with |
count | integer Default: 20 |
sort | string Default: "latest" Enum: "relevance" "latest" Ranking mode: latest by publish time (default) or relevance. |
curl --request GET \ --url 'https://api.pressmonitor.com/news-xbom/v1/news-fulltext-metadata?ticker=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&search_after=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&sort=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{- "items": [
- {
- "id": "string",
- "title": "string",
- "description": "string",
- "body": "string",
- "lang_code": "string",
- "country_code": "string",
- "source": "string",
- "caption": "string",
- "wikidata": { },
- "entities": [
- { }
], - "mediatopics": [
- "string"
], - "ts": 0
}
], - "credits": {
- "rate": 0,
- "quantity": 0,
- "total": 0,
- "request_id": "string"
}, - "next": {
- "search_after": "string",
- "count": 0,
- "sort": "relevance"
}
}
BSE stock news headlines with professional translation into 100+ languages. Perfect for global investors accessing Indian stock market updates.
target_lang_code required | string |
ticker required | string BSE stock ticker symbol or scrip code (e.g., 512599 for Adani Enterprises, 532712 for RCOM, 500325 for Reliance Industries). |
country_code | string |
lang_code | string |
search_after | string Opaque pagination cursor used only with |
count | integer Default: 20 |
sort | string Default: "latest" Enum: "relevance" "latest" Ranking mode: latest by publish time (default) or relevance. |
curl --request GET \ --url 'https://api.pressmonitor.com/news-xbom/v1/news-headlines-translated?target_lang_code=SOME_STRING_VALUE&ticker=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&search_after=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&sort=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{- "items": [
- {
- "id": "string",
- "title": "string",
- "source": "string",
- "lang_code": "string",
- "country_code": "string",
- "ts": 0
}
], - "credits": {
- "rate": 0,
- "quantity": 0,
- "total": 0,
- "request_id": "string"
}, - "next": {
- "search_after": "string",
- "count": 0,
- "sort": "relevance"
}
}
AI-summarized BSE stock news with professional translation. Enables international investors to quickly understand Indian market developments.
target_lang_code required | string |
ticker required | string BSE stock ticker symbol or scrip code (e.g., 512599 for Adani Enterprises, 532712 for RCOM, 500325 for Reliance Industries). |
country_code | string |
lang_code | string |
search_after | string Opaque pagination cursor used only with |
count | integer Default: 20 |
sort | string Default: "latest" Enum: "relevance" "latest" Ranking mode: latest by publish time (default) or relevance. |
curl --request GET \ --url 'https://api.pressmonitor.com/news-xbom/v1/news-briefs-translated?target_lang_code=SOME_STRING_VALUE&ticker=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&search_after=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&sort=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{- "items": [
- {
- "id": "string",
- "title": "string",
- "description": "string",
- "source": "string",
- "lang_code": "string",
- "country_code": "string",
- "caption": "string",
- "ts": 0,
- "tr": {
- "title": "string",
- "description": "string",
- "caption": "string",
- "body": "string",
- "source_lang_code": "string",
- "target_lang_code": "string"
}
}
], - "credits": {
- "rate": 0,
- "quantity": 0,
- "total": 0,
- "request_id": "string"
}, - "next": {
- "search_after": "string",
- "count": 0,
- "sort": "relevance"
}
}
Comprehensive BSE stock articles with professional translation. Essential for global financial institutions analyzing Indian equity markets.
target_lang_code required | string |
ticker required | string BSE stock ticker symbol or scrip code (e.g., 512599 for Adani Enterprises, 532712 for RCOM, 500325 for Reliance Industries). |
country_code | string |
lang_code | string |
search_after | string Opaque pagination cursor used only with |
count | integer Default: 20 |
sort | string Default: "latest" Enum: "relevance" "latest" Ranking mode: latest by publish time (default) or relevance. |
curl --request GET \ --url 'https://api.pressmonitor.com/news-xbom/v1/news-fulltext-translated?target_lang_code=SOME_STRING_VALUE&ticker=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&search_after=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&sort=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{- "items": [
- {
- "id": "string",
- "title": "string",
- "description": "string",
- "source": "string",
- "lang_code": "string",
- "country_code": "string",
- "caption": "string",
- "ts": 0,
- "tr": {
- "title": "string",
- "description": "string",
- "caption": "string",
- "body": "string",
- "source_lang_code": "string",
- "target_lang_code": "string"
}
}
], - "credits": {
- "rate": 0,
- "quantity": 0,
- "total": 0,
- "request_id": "string"
}, - "next": {
- "search_after": "string",
- "count": 0,
- "sort": "relevance"
}
}
Advanced BSE news Intelligence with metadata enrichment and translation. Designed for institutional traders, quantitative analysts, and AI-driven investment platforms.
target_lang_code required | string |
ticker required | string BSE stock ticker symbol or scrip code (e.g., 512599 for Adani Enterprises, 532712 for RCOM, 500325 for Reliance Industries). |
country_code | string |
lang_code | string |
search_after | string Opaque pagination cursor used only with |
count | integer Default: 20 |
sort | string Default: "latest" Enum: "relevance" "latest" Ranking mode: latest by publish time (default) or relevance. |
curl --request GET \ --url 'https://api.pressmonitor.com/news-xbom/v1/news-fulltext-metadata-translated?target_lang_code=SOME_STRING_VALUE&ticker=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&search_after=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&sort=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{- "items": [
- {
- "id": "string",
- "title": "string",
- "description": "string",
- "body": "string",
- "lang_code": "string",
- "country_code": "string",
- "source": "string",
- "caption": "string",
- "wikidata": { },
- "entities": [
- { }
], - "mediatopics": [
- "string"
], - "ts": 0,
- "tr": {
- "title": "string",
- "description": "string",
- "caption": "string",
- "body": "string",
- "source_lang_code": "string",
- "target_lang_code": "string"
}
}
], - "credits": {
- "rate": 0,
- "quantity": 0,
- "total": 0,
- "request_id": "string"
}, - "next": {
- "search_after": "string",
- "count": 0,
- "sort": "relevance"
}
}