Seeking Alpha

ÜCRETSİZ PREMIUM
Verified
Taraf Api Dojo | Güncelleyen 13 giorni fa | Finance
Popülerlik

9.9 / 10

Gecikme

1,801ms

Hizmet Düzeyi

100%

Health Check

N/A

Tüm Tartışmalara Dön

[:authors_rating_pro] is not a valid field for Screeners::Search.

Rapid account: Steinar Talmoen
steinar.talmoen
2 anni fa

Stopped working a couple of days ago, example for endpoint still shows authors_rating_pro…

const options = {
method: ‘POST’,
url: ‘https://seeking-alpha.p.rapidapi.com/screeners/get-results’,
params: {page: ‘1’, per_page: ‘100’},
headers: {
‘content-type’: ‘application/json’,
‘X-RapidAPI-Host’: ‘seeking-alpha.p.rapidapi.com
},
data: ‘{“quant_rating”:{“gte”:3.5,“lte”:5},“authors_rating_pro”:{“gte”:3.5,“lte”:5},“sell_side_rating”:{“gte”:3.5,“lte”:5},“value_category”:{“gte”:1,“lte”:6},“growth_category”:{“gte”:1,“lte”:6},“profitability_category”:{“gte”:1,“lte”:6},“momentum_category”:{“gte”:1,“lte”:6},“eps_revisions_category”:{“gte”:1,“lte”:6}}’
};

Rapid account: Philipmassey HIS 35 Gc RW 3 Y
philipmassey-HIS35GcRW3Y Commented 2 anni fa

The work around is to replace “authors_rating_pro” with “authors_rating”:

.replace(’“authors_rating_pro”’,’“authors_rating”’)

Can we ask the api developers to change the api ‘screeners/get-results’ to match this change in the api to match the system.

Regards

Rapid account: Apidojo
apidojo Commented 2 anni fa

Hello,

All of our APIs provide live data so if the official developers make some changes to the system of Seeking Alpha, the endpoints may be affected on real time. You should always use …/screener-filters/list endpoint to get the correct id first.

Regards.

Rapid account: Philipmassey HIS 35 Gc RW 3 Y
philipmassey-HIS35GcRW3Y Commented 2 anni fa

The workaround is no longer required for ‘marketcap_display’, I’m quessing a fix was made to the api.
Some mismatch is now in place where the api:
"https://seeking-alpha.p.rapidapi.com/screeners/list"
returns fields:
Top Rated Stocks,{“quant_rating”: {“gte”: 3.5, “lte”: 5.0}, “authors_rating_pro”: {“gte”: 3.5, “lte”: 5.0}, “sell_side_rating”: {“gte”: …
The do not match the fields in:
"https://seeking-alpha.p.rapidapi.com/screeners/get-results"
Can I see what has change?

Rapid account: Apidojo
apidojo Commented 2 anni fa

Hello,

You are interested in the discussion at https://rapidapi.com/apidojo/api/seeking-alpha/discussions/28423

Regards.

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun