I am looking into Bing News Search, and my testing results (with a free trial api-key) only contains articles in the last month. However I would like to get articles from last 1 or 2 years.
for example:
https://api.cognitive.microsoft.com/bing/v7.0/news/search?count=100&q=AMD+AND+product&since=1451606400&sortBy=Date
The document only mentioned use a 'freshness' as the filter with day/week/month options but no year.
Can I do that with Bing search? If I can, how can I do it?