nowfound

Alternatives

Products that do what I made a simple personal finance API (like Yodlee) does

It's at http://finkin.com. The goal is to allow a developer to sign up in seconds, and within minutes begin querying data. It runs under https and stores no access information. From http://news.ycombinator.com/item?id=1431583, I realized that all those types of sites are not tailored to developers like the other simple APIs around the web are (i.e. flickr). I made mine as simple as I thought possible. From http://news.ycombinator.com/item?id=1676458, I realized that eventually it should be a scalable model where you pay pennies per the # of requests you make. Right now it supports many…

  1. 1AA

    Hey everyone! I'm Rob and I want to share what I've built - a solid ledger behind simple API: https://decimals.app The ledger is a key piece of any financial system and is easy to get the design wrong, resulting in troubles for making sure money movements are adding up. I took a lot of inspiration from good designs from Square, Uber, and others for the scalability and security aspects. And on the usability side, I applied many concepts from the Ledger CLI, making it very easy to use. I'm really happy I get to show this to you all, thank you for reading about it! Please let me know…

    2020

  2. 2

    Startup data via API

    Mar 2026

  3. 3
    Finage104

    Real-time API platform for stock, forex, and crypto data

    2025

  4. 4

    A free finance API with 25+ sources

    Jun 2026 · bluedoor.sh

  5. 5SL

    So a while ago I was thinking it would be neat to build a site that had the most absolute utility. The idea I came up with was a site to store those little protips that are super useful, if you know them ahead of time. I hired a guy to work on it with me, and ClueDB was born: http://cluedb.com/ Please give it a whirl (it uses Twitter auth as login but doesn't tweet anything) and tell me what you think! (Various trivia: My first try at a project coded by someone else and "product managed" by me. Runs on Flask + MongoDB. Also, this is totally unrelated to my startup.)

    2011

  6. 6FL

    We built a local-first, private, multi-currency, double-entry based personal finance app. It will help you track, visualize, and plan your financial journey. Use the `Try demo` button, to try it without an account. Small screens (mobiles) are not supported yet. By local-first we mean, your data is on your system (we use sqlite over opfs, in browser). For synching across devices, the data is encrypted with your key before it leaves your device. You can backup the data locally (if you are using chrome) and/or to your dropbox. It's designed so that we (the people building it) can't access…

    Nov 2025 · finbodhi.com

  7. 7FF

    A little while ago I built an automated website that finds free stuff while filtering out scams. It works in an interesting way. Most freebie sites on the web contain a mix of real, useful free stuff and scammy affiliate and pyramid schemes. I realized that affiliate links are always unique (because they need to contain an affiliate code) while real freebies have URLs that co-occur across multiple sites at roughly the same time. I wrote a crawler in Perl and MySQL that looks for repeating, off-domain URLs that temporally cluster on multiple free stuff sites. I was surprised and pleased to…

    2011

  8. 8CA

    Hi there HN, just wanted to share a little project I've been working on for some time: a coinmarketcap.com Python (API) wrapper. As coinmarketcap does not provide any API endpoints, the code is pretty dirty and should be considered as a scraper more than a real API wrapper. Example usage: >>> import coinmarketcap >>> coinmarketcap.market_cap('bitcoin') $ 7,644,402,276 Everything is well documented in the README but if you have questions, don't ask. Hope you enjoy it, issues and PR on Github are more than welcome. (https://github.com/c0ding/coinmarketcap-api)

    2015

  9. 9IM

    Hello everyone. I'm a relatively new developer and I started my first project to go full production recently. It is a directory of payment processors and payment service providers. It's free to use and gives detailed info on their pricing, business model, supported business types, available countries, prohibited businesses and high risk business support. So far only 40 have been added with more to come. And I allow processors to contact me so that they're details can be added to the database. I'll eventually automate this and add verification the months to come. I hope you'll find it useful.…

    2025 · sourcefees.com

  10. 10TS

    Hi there, We've spent the last couple of years building our fixed income data API, but so far you had to contact us to get access. This release is targeted towards the fintech community. We understand the difficulties of sourcing fixed income data, and dealing with all the restrictions and countless calls with customer representatives. You can now register, get an API key, and start fetching bond data in minutes, without having to speak to anyone - a first in the fixed income data space. We are making a subset of our government and corporate bonds available via our self-serve API, with…

    2024 · terrapinfinance.com

  11. 11IB

    Hi HN, I built a website myfinsight.com that aims to make complicated company financials easy to understand. The problem: The go-to place for financial data such as revenue, sales, net income is Yahoo finance. However, their data is usually wrong and very limited. The numbers are hard to digest to get insight quickly. There are also numerous websites that provide much better data for a very expensive monthly fee. Solution: a website that provides free diagrams and charts that visualize important financial data, such as income growth rate by date, revenue breakdown etc. It is free because the…

    Nov 2025 · myfinsight.com

  12. 12IB

    Do you want to monetize a private group/ channel/ community? Use Subjoin to create a personal membership page in minutes. It's easy to use and free to try out. No need to integrate Stripe if membership is free. - - - - I have never built something this fast, what a thrill! I saw there was no easy way to create a simple subscription page. Big platforms are confusing and expensive for simple needs. - - - - What are you building? Would love to connect with like-minded people on X: @tjmakingof

    2024 · subjoin.me

  13. 13AS

    I built this simple Chrome extension to always see how much I can pay myself based on my Stripe income. So now when I open my Stripe dashboard, I always see how much I can pay myself. How it works is pretty simple. You create a read-only Stripe API key (this key stays on your laptop), the widget gets the last 3 months of your revenue to calculate an average, and then you can specify your monthly expenses and adjust a tax and buffer %. Then you get a nice card that shows you how much you can pay yourself this month. It's fully open source under an MIT license. Please let me know if you have…

    Jun 2026 · github.com

  14. 14IB

    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…

    Jun 2026 · terminal.tesseractanalytics.ai

  15. 15IB

    Building integrations for TikTok, X, Facebook, Instagram, YouTube, and LinkedIn got frustrating with how different every platform is with auth setup, rate limits, and media requirements. So we built Post for Me: one REST API that handles scheduling and publishing posts for TikTok, Facebook, Instagram, X, YouTube, LinkedIn, Pinterest, Bluesky, and Threads. It's built for developers. You bring your own app credentials from the social platform, so you're in control of your data. There's no limitations on account connections, and pricing is based on usage (not some arbitrary limitations). We…

    2025 · postforme.dev

  16. 16AS

    Hey Hacker News! No one likes to code pricing; it sucks. It shouldn't take up my time, yet it always does - too much of it. And pricing always needs to change, eating up valuable dev hours. I created a simple pricing engine so that I could write all of my pricing rules & resource limits in a single YAML doc, then enforce them everywhere with a single policy check. It's simple, intuitive, versionable, auditable, and easy to reason about or change quickly without bogging my development down. My CTO friends liked the idea and wanted to use it, so I created this open-source library for everyone…

    Feb 2026 · github.com

  17. 17IB

    A few years ago, I started managing my finances using Google Sheets. It worked fine for a while, but then I hit some limitations. As my financial planning needs grew more complex, I found myself struggling with tracking assets and forecasting future financial scenarios. Thus, I started to work in my spare time on building FinancialAha: https://www.financialaha.com - a financial planning app designed to do everything my spreadsheets couldn’t. It is completely free and I intend to add some paid features later on as listed on the pricing page, but I want to keep it free for people…

    2024

  18. 18IB

    Hi HN! My name is Yossi, and I'm a solo indie maker. SEO tools are super pricey and free tools often fall short, leaving most users to costly subscription-based tools. So, I built SEO Stuff, a keyword tool that uses a credit-based system for builders like me who use SEO more sporadically. Have a great day!

    2024 · seo-stuff.com

  19. 19UC

    Hi HN, https://companies.bx.tc My colleague and I put together this tool for easily searching UK company data. We run a few server side batches daily to extract data from various government sources before linking it all together in (what is now) a fairly large database. We're also using this project as a way to test out a new JS UI library we built (similar to Vue, but a bit faster) to see how it stands up in a real project. We'd love to hear your feedback and any ideas you have for how we can improve the dashboard! Thanks :)

    2020

  20. 20
    Fin2

    Understand your money, instantly

    Apr 2026

  21. 21IB

    I'm Canadian, live abroad, and my money is scattered across two countries, multiple currencies, banks, brokerages, real estate, and some private equity. No app could hold all of it, and none could answer a simple question like "what's my actual USD exposure?" Brisa pulls everything together (Plaid + manual accounts + real estate + PE, all multi-currency) and puts an AI on top that has my full financial picture in context. Instead of clicking through charts, I can just ask. Would appreciate any feedback!

    Jul 2026 · demo.joinbrisa.com

  22. 22MW

    I was thinking the other days; what's the biggest and the easiest market to enter and start winning money directly and found out, It's the job market. There way too much money in this market and choosing the correct niche in it might help you start a simple business that wins ton of money. That's how I came up with my project RemoteInSpain. There are tons of people who wants to work in remote and in spain is not an exception. So I created my website after some research and I have already 100 visits per day and the website is just 2 days old. Talk about a jackpot

    2024 · remoteinspain.com

  23. 23FA

    Hi, my name is Kam, and today my cofounder Josh and I are shipping Finterm, a CLI that gives coding agents direct access to financial data: stock prices, options data, SEC filings, and Ticker Deep Research, a filtered ticker news search. I’m a developer and have been a full-time trader for the past few years.Recently I have been using LLMs more and more in my trading and strategy. I always found it frustrating that Claude Code or GPT did not have direct access to actual financial information and had to rely on web search, so it couldn’t get me more granular numbers for specific options…

    Jul 2026 · finterm.ai

  24. 24AI

    Hey HN! First post btw I want to share a product we are developing right now. It's a thing to gather your data from LinkedIn, GitHub, StackOverflow (and a couple more things in the future) and we obviously use LLMs under the hood :D So the idea of using it is that you don't need to share 69 links and docs and can use one link (or download PDF) now. When you connect all the stuff you will see your profile with a radar chart, which represents your "domains". The next thing will be a section with ai-generated-summary-bio + section with things you're open to. Then a section with work experience…

    2024 · hackerpulse.io

Ranked by how close each launch is in meaning, then by votes. Refine with a description →