Parameters
{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Query parameters for GET https://api.cityfalcon.com/v0.2/stories. Auth: access_token.",
"properties": {
"categories": {
"description": "Comma-separated category slugs: mp (major news publications), op (other news publications), r (research publications).",
"example": "mp,op",
"type": "string"
},
"country_codes": {
"description": "Comma-separated country codes. Not attached to a company's listing country but to the news.",
"example": "US,GB",
"type": "string"
},
"dcsc_sector_level": {
"description": "Select a DCSC sector level to refine the search.",
"type": "string"
},
"dcsc_sectors": {
"description": "Comma-separated DCSC sector slugs. Do not use with the asset, ticker, or full_ticker identifiers.",
"type": "string"
},
"events": {
"description": "Comma-separated event slugs. These are defined events such as \"stock buyback\" or \"analyst sell rating\". Browse available slugs: https://www.cityfalcon.ai/help/articles/36799477030301",
"type": "string"
},
"identifier_type": {
"default": "full_tickers",
"description": "Full tickers are built as [ticker]_[trading_country], e.g. AAPL_US, 005930_KR. For disambiguation of companies (e.g., AA_US and AA_GB for American Airlines and British American Tobacco). Cryptocurrencies use GLOBAL, e.g. BTC_GLOBAL. Commodities use the assets type — see https://www.cityfalcon.ai/help/articles/360006813837-Commodity-Identifiers. Macro topics (like inflation) also use the assets type and can be browsed at https://www.cityfalcon.ai/help/articles/36800176706333.",
"enum": [
"tickers",
"full_tickers",
"assets"
],
"type": "string"
},
"identifiers": {
"description": "Comma-separated list, interpreted per `identifier_type`, e.g. \"AAPL_US, BTC_GLOBAL\".",
"example": "AAPL_US,BTC_GLOBAL",
"type": "string"
},
"languages": {
"description": "Comma-separated language codes (e.g. en, de, fr). Leave blank to get content in all languages.",
"example": "en",
"type": "string"
},
"min_cityfalcon_score": {
"default": 0,
"description": "Minimum CityFALCON relevance score, from 0 to 100.",
"example": 50,
"format": "float",
"maximum": 100,
"minimum": 0,
"type": "number"
},
"registration_required": {
"description": "Include / exclude publishers that require user registration.",
"type": "boolean"
},
"time_filter": {
"default": "d1",
"description": "Time window: m5 (5 min), m15 (15 min), h1 (1 hour), h8 (8 hours), d1 (1 day), w1 (1 week), mth1 (1 month). Queries cover the most recent 30 days only.",
"enum": [
"m5",
"m15",
"h1",
"h8",
"d1",
"w1",
"mth1"
],
"type": "string"
},
"topic_classes": {
"description": "Comma-separated topic-class slugs (aggregate feeds such as \"all stocks\"). Browse topic-class and asset-class slugs at https://www.cityfalcon.ai/help/articles/360006745118.",
"type": "string"
},
"with_sentiment": {
"description": "Return the sentiment score for each story.",
"type": "boolean"
},
"with_sentiments_by_entities": {
"description": "Return the sentiment score for each NLU entity (e.g. company) in each story.",
"type": "boolean"
}
},
"title": "Retrieve news and content text, metadata, and analytics",
"type": "object"
}