Live data from Hacker News

Show HN: Investorsexchange.jl – parse trade-level stock market data in Julia

github.com

1–10 of 71 posts

Show HN: Investorsexchange.jl – parse trade-level stock market data in Julia

#1
Backstory:

I wanted to play with intraday stock data but couldn't find a free dataset anywhere. IEXCloud [1] offers API access to 1-minute granularity intraday historical price data, but I was worried that it could get expensive or unwieldy to build up a substantial dataset via API calls. Plus, IEX gives out their raw data for free.

I probably should have just used the IEXTools python library [2] to parse IEX's raw data dumps, but I was working on a Julia project, so it felt more thematically appropriate to build a new tool from scratch.

I haven't been actively using InvestorsExchange.jl a lot lately, but it's made me the proud owner of a 50GB SQLite DB dump covering several years of trade data, and I think it would be awesome if I could help folks in the HN community more quickly build up this kind of dataset for their own curiosity or research.

Feedback is also greatly appreciated!

[1] https://www.iexcloud.io/docs/api/#historical-prices

[2] https://github.com/lvfrazao/IEXTools

Show HN: Investorsexchange.jl – parse trade-level stock market data in Julia
github.com

Re: Show HN: Investorsexchange.jl – parse trade-level stock market data in Julia

#5
post #2

Investor Sex Change?

https://www.theregister.com/2001/03/16/transsexuals_drawn_to...

Takes me back to the days of ExpertsExchange, the biggest predecessor to Stack Overflow. They were essentially forced to change their domain to Experts-Exchange.

Post reply on HN