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

Implement IEX historical price fetches #4

Open
blais opened this issue May 23, 2020 · 1 comment
Open

Implement IEX historical price fetches #4

blais opened this issue May 23, 2020 · 1 comment

Comments

@blais
Copy link
Member

blais commented May 23, 2020

IEX looks like it now supports historical prices:
https://iextrading.com/developers/docs/#hist

Our price source does not:
https://github.com/beancount/beancount/blob/master/beancount/prices/sources/iex.py#L60

That source would be useful for many I thin.

@Steven1677
Copy link

It seems that IEX only provides historical data in PCAP format, which means that the data could not be got by a HTTP request.
e.g. API example in the doc
To get data from the PCAP file, an additional parser might needed (like IEXTools).

@blais blais transferred this issue from beancount/beancount Oct 11, 2020
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