๐Ÿ’กIdeas

The ideas API retrieves ideas from users on Utradea. Ideas can be searched by ticker, start, end date, & popularity.

All GET methods associated with retrieving Utradea's user-generated ideas/positions.

// GET IDEAS
https://cloud.utradea.com/v1/get-ideas

You must pass the required headers with your enterprise access token.

Expand the below GET method table for details.

Endpoints

/get-ideas

GET URL: https://cloud.utradea.com/v1/get-ideas

Request ideas by ticker, start and end date.

Query Parameters

Name
Type
Description

tickers*

String

The company OR crypto symbol, as it is defined in Utradea. To pass multiple symbols, use a comma to seperate tickers.

startDate

Integer

Integer representation of a date-time object.

extend

String

Pass 'true' or 'false' to return the condensed or detailed version of the ideas object.

endDate

Integer

Integer representation of a date-time object.

Headers

Name
Type
Description

Content-Type*

String

application/json

Authorization*

String

${YOUR_APIKEY}

Last updated