Seeking Alpha

부분 유료
Verified
분류별 Api Dojo | 업데이트됨 6 days ago | Finance
인기

9.9 / 10

지연 시간

1,841ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

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

Rapid account: Steinar Talmoen
steinar.talmoen
2 years ago

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 years ago

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 years ago

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 years ago

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 years ago

Hello,

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

Regards.

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입