Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Select fields from Market module #40

Closed
sumeetagbi opened this issue Jan 23, 2021 · 1 comment
Closed

Get Select fields from Market module #40

sumeetagbi opened this issue Jan 23, 2021 · 1 comment

Comments

@sumeetagbi
Copy link

Hi
I am using Market.py and modifying it according to my needs. can I know how I can pull only few fields from api call using
url = self.base_url + "/v1/market/quote/" + symbols + ".json"
likes of

url = self.base_url + "/v1/market/quote/fields=symbol,symbolDescrition" + symbols + ".json"

your help is much appreciated.
fields here are from standard fields available with api call one from ALL , Extended Hours etc.
attached market.py, cannot upload market.py so attached as docx
Thank you in advance

market.docx

@jessecooper
Copy link
Owner

The application built with pyetrade should parse the return from the API. Modifying pyetrade to do that is not the correct way to go about that. The call in pyetrade should be aligned with etrades API documentation. If you find that it is not please reopen this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants