Endpoint URL: https://api.alfinsight.com/odata/TradePress
Returns news articles researched by ALF.
These can be fetched along with the TradePress data using OData's $expand
option.
Companies
- Companies related to the Trade Press article.These require a separate API request based on a single Trade Press article. If you know the TradePressNewsId of a Trade Press article you are interested in, you can fetch related data using URL in the format:
https://api.alfinsight.com/odata/TradePress({TradePressNewsId})/{Relation}
Companies
- Companies related to the Trade Press article.
Key field(s): TradePressNewsId
To fetch details for one Trade Press article using the key field(s), call the endpoint with URL in format:
/odata/TradePress({TradePressNewsId})
Field | Data Type | Description |
---|---|---|
TradePressNewsId | Integer | Unique ID for a Trade Press news article. |
Title | String | Press Title the article appeared in. |
ArticleDate | Date | The date of the article. |
ArticleUrl | String | URL link to the original article (if applicable) |
Headline | String | Article headline |
ArticleBody | String | The article text |
IsExclusive | Boolean | If true, this news was an ALF scoop. If false, it came from another source. |
DateUpdated | String | Date this article was last updated by the ALF Research team. |
Companies are expandable, so you can fetch them with TradePress data in one request like this:
https://api.alfinsight.com/odata/TradePress?$expand=Companies
You can also fetch Companies for one Trade Press article in this format:
https://api.alfinsight.com/odata/TradePress({TradePressNewsId})/Companies
Key field(s): TradePressNewsId, CompanyId
To fetch details for one Trade Press Company using the key field(s), call the endpoint with URL in format:
/odata/TradePressCompanies({TradePressNewsId}, {CompanyId})
Field | Data Type | Description |
---|---|---|
TradePressNewsId | Integer | Unique ID for a Trade Press news article. |
CompanyId | Integer | Unique ID for a Company |
DateUpdated | String | Date this article/company relationship was last updated by the ALF Research team. |