You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered: