Search Trends API
Through the Search Trends API, you can obtain data on Google trends and search volumes of queries for a particular geographical location. The data on search trends and results largely depends on your personal interests. If you would like to know the specific Google trends and the SERP results about the various stocks of the most growing companies for 2020, then you get this data from our Search Trends API Database. In addition, you are also entitled to have data on the most frequently used keywords for the topic. The API for search trends contributes immensely to all-sized businesses or individuals interested in integrating successfully data regardless whether it is financial, retail or any other type. Knowing your market positions you ahead of your competition. Tradefeeds Search Trends API can help you gain a strategic advantage.

Stock Search Trends API
The Search Trends API allows customers to keep informed about the ongoing global, regional or even local google search trends about any company stocks. Customers can obtain data about the exact keywords users are typing in google for the stock prices they are interested in. Furthermore, they are also able to get data on related keywords, questions asked in google search engine and even more.
Stock Search Volume API
Search volume of queries can serve as an additional tool for investors, traders or individuals interested in stocks to analyze which stocks are highly demanded. The Search Trends API database shows customers data on the total amount of user queries in Google Search Engine. To get accurate search volume results through Tradefeeds API, customers should filter the data by setting a particular country, region or a town.To illustrate our point, consider the following example. If you are interested in the stock search volume of all the search queries about Apple stock price, then you should identify the geographical location of the users. In other words, you should to determine the geographical area from which you want to receive the data. If you try to find the total search volume for Apple stocks worldwide, then you do not specify a location.

Developer Documentation
Search Trends API is available in a JSON format. Tradefeeds API also support all API programming languages, which satifies the needs of all our customers. Check the other formats through which you obtain data on search trends. Pay attention to the key filtering parameters as well as input and output response examples.
ready to start?
Get our API key in an instant!
Objects | Description |
stock_ticker_symbol | the ticker symbol of the stocks of a company for which you get an output |
exchange | the stock exchange on which securities are traded |
stock_isin_identifier | the ISIN of the stocks for which you want search trends and volume data |
date_from | select the date from which you want to get output |
date_to | select the date till which you want to get output |
- /searchtrends&stock_ticker_symbol=AAPL
- /searchtrends&stock_isin_identifier=US0378331005
https://data.tradefeeds.com/api/v1/searchtrends
?key=YOUR-KEY
&stock_ticker_symbol=AAPL
{
"status": {
"message": "Success"
},
"results": [
{
"basics": {
"name": "Apple Inc",
"stock_ticker_symbol": "AAPL"
"isin_identifier": "US0378331005"
"exchange": "nasdaq"
},
"terms": {
"search_term": "apple stock"
"search_question": "is apple a good stock to buy?"
},
"output": {
"related_term": "apple stock predictions 2025"
"related_term_volume": "20000"
"related_term": "microsoft stock"
"related_term_volume": "8700000"
"related_term": "amazon stock"
"related_term_volume": "1100000"
"related_term": "apple stock price"
"related_term_volume": "1350000"
"related_question": "can apple stock reach 1000?"
"related_question_volume": "13200"
"related_question": "should I buy apple stock 2021?"
"related_question_volume": "32000"
},
}
[
}
https://data.tradefeeds.com/api/v1/searchtrends
?key=YOUR-KEY
&isin_identifier=US0378331005
{
"status": {
"message": "Success"
},
"results": [
{
"basics": {
"name": "Apple Inc",
"stock_ticker_symbol": "AAPL"
"isin_identifier": "US0378331005"
"exchange": "nasdaq"
},
"terms": {
"search_term": "apple stock"
"search_question": "is apple a good stock to buy?"
},
"output": {
"related_term": "apple stock predictions 2025"
"related_term_volume": "20000"
"related_term": "microsoft stock"
"related_term_volume": "8700000"
"related_term": "amazon stock"
"related_term_volume": "1100000"
"related_term": "apple stock price"
"related_term_volume": "1350000"
"related_question": "can apple stock reach 1000?"
"related_question_volume": "13200"
"related_question": "should I buy apple stock 2021?"
"related_question_volume": "32000"
},
}
[
}