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

Stock module is broken #192

Open
LinuxMercedes opened this issue Mar 22, 2018 · 4 comments
Open

Stock module is broken #192

LinuxMercedes opened this issue Mar 22, 2018 · 4 comments
Assignees
Labels

Comments

@LinuxMercedes
Copy link
Member

RIP, google finance API.

https://www.npmjs.com/package/yahoo-stocks looks like a solid choice but lacks the ability to select stock exchange. It's not clear that that feature was ever really used anyway...

@LinuxMercedes LinuxMercedes self-assigned this Mar 22, 2018
@LinuxMercedes
Copy link
Member Author

Example API output:

{ symbol: 'AMD',
  name: 'Advanced Micro Devices, Inc.',
  exchange: 'NYSE',
  currentPrice: 10.91,
  highPrice: 27,
  lowPrice: 7,
  meanPrice: 14.64,
  medianPrice: 14 }

@sashae
Copy link

sashae commented Mar 27, 2018

@LinuxMercedes the IEX API is actually quite easy to work with as well -- I've futzed with it a bit and think it could be a good substitute for stockscraper... I believe the Yahoo API is considered to be unstable/unsupported.

https://iextrading.com/developer/docs/#stocks

@LinuxMercedes
Copy link
Member Author

Nice, there's even an npm package for that already:

https://www.npmjs.com/package/iex-api

@sashae
Copy link

sashae commented Mar 27, 2018

@LinuxMercedes I was a little suspicious of the newness/inactivity of that package and was hitting IEX's API directly, but you might be better able to adjudge the situation ;)

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

No branches or pull requests

2 participants