Investorsexchange.jl – parse trade-level stock market data in Julia
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…
In plain words
Investorsexchange.jl is a Julia library for parsing intraday stock market data at one-minute granularity from IEX's free raw data dumps. It enables researchers and developers to build local datasets of historical trade data without relying on expensive API calls. The tool addresses the challenge of accessing and organizing substantial volumes of stock market information for analysis and experimentation within Julia projects.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
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
Does the same job
all alternatives →- DFDatabase for analyzing US companies, visualize using Apache SuperSet2023 · tesseractanalytics.ai · ▲113
My main motivation was that I wanted to be able to drill down and filter across all the available stocks, look at the data for myself, and narrow down on the stocks I am interested based on my own sets of criteria, and make data-driven analysis for my personal investment strategies. I used PostgreSQL as the backend database for ELT data pipelines, and used Citus Data cstore_fdw for columnar compression for the final dataset. All financial data is coming from SEC Edgar, https://www.sec.gov/developer. I used Python for downloading most of the data. I also run the data load…
- UFUnlimited, free intraday stock data API2021 · styvio.com · ▲93
- QIQuantra.io, a quantitative finance API made with Quantlib2017 · quantra.io · ▲90
- IBI built an open-source financial research terminal (SEC data and SQL)Jun 2026 · terminal.tesseractanalytics.ai · ▲5
I posted this a few weeks ago and the server died under the traffic. Fixed that by adding an in-mem caching layer with Redis/valkey and added CloudFront caching for static content. Also upgraded the server. Also fixed the Firefox bugs, trying again. It's a research tool for US stocks. Financials for ~10k companies pulled from SEC filings. You can chart any metric across companies, filter news by ticker, ask questions in plain English and get a chart back. There's also SQL console against the whole database, which is the part I like to use together with the AI chat (generates an SQL…
- SPStocks Porfolio in a URL and FaviconJun 2026 · stocksreader.com · ▲14

More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, August 2022
the whole month →



DhiWise 2.0▲737Convert Figma designs into Flutter 3.0 & React code rapidly
Dev tools · 2022 · dhiwise.com
- PA
Hey HN, I've been working on https://pornpen.ai, a site for generating adult images. Please only visit the site if you are 18+ and willing to look at NSFW images. This site is an experiment using newer text-to-image models. I explicitly removed the ability to specify custom text to avoid harmful imagery from being generated. New tags will be added once the prompt-engineering algorithm is fine-tuned further. If the servers are overloaded, take a look at the feed and search pages to look through past results. For comments/suggestions/feedback please visit…
AI · 2022 · pornpen.ai