Show HN: PennyWhale – Use natural language to search for any financial data
1–10 of 60 posts
Re: Show HN: PennyWhale – Use natural language to search for any financial data
#2From what I've seen, people in the financial services industry have gotten very good at using the Bloomberg Terminal commands to examine this kind of data.
Re: Show HN: PennyWhale – Use natural language to search for any financial data
#3PennyWhale lets you search, manipulate, and compare financial data with natural language queries along the lines of "how much cash does $GOOG have" and "show me the PE ratio for $AAPL".
Seems like a really good research tool!
Re: Show HN: PennyWhale – Use natural language to search for any financial data
#4Re: Show HN: PennyWhale – Use natural language to search for any financial data
#5How does this compare to Bloomberg? From what I've seen, people in the financial services industry have gotten very good at using the Bloomberg Terminal commands to examine this kind of data.
Re: Show HN: PennyWhale – Use natural language to search for any financial data
#6We've been working on something similar, but the opposite direction (for world trade data). Instead of trying to NLP our way out of the problem, we pre-generate and index a bunch of possible questions, and let full text search handle the rest.
It's interesting, because theoretically NLP should be able to "understand" what you mean but in reality I find that even if you parse sentence structure and extract some meaning, you're still at some level hardcoding the possible things that can be queried into the code.
So it's a neat tradeoff of whether it's more worth it to create a mini query language, or go full natural language, or go somewhere in between.
...
Anyway, try it out by clicking on the title (keeping it a bit hidden for now for testing purposes): http://atlas.cid.harvard.edu/explore/tree_map/export/usa/all...
Things you can try (mix and match too!):
- "wine italy" - "france" - "germany spain" - "germany export wine 2002 to 2012" - "turkey feasible"
...
If you want to see the code, check out our github:
https://github.com/cid-harvard/atlas-economic-complexity/blo... (search view)
https://github.com/cid-harvard/atlas-economic-complexity/blo... (indexer)
Apologies for any mess, I recently joined and we're undergoing a huge overhaul right now.
Re: Show HN: PennyWhale – Use natural language to search for any financial data
#7Do you have to use one of their example questions for a free demonstration? I asked one of the questions and it asked me to log in.
Re: Show HN: PennyWhale – Use natural language to search for any financial data
#8https://www.pennywhale.com/app/queries/execute?utf8=%E2%9C%9...
Re: Show HN: PennyWhale – Use natural language to search for any financial data
#9- none of your query results have a date attached! While pretty, an earnings number without a date is like a chart without an axis.
- Just how natural can the queries be? "$AAPL sales estimates" did not return anything. Neither did "$CAT cost of capital". "quarterly $CAT earnings growth" gave me a single EBIDTA number", e.g. not what asked. Is it easier to start with simple dropdowns?
- Why the stocktwits $ prefix? Why cant a company name be used?
- Another "sad face" feature - every not found/no results query takes away a "free query" :(
On more positive note, things look really clean - good job on the design! A great start. Is the long-term idea here to build an accessible place for fundamental data research?
What value added are you providing in your premium product (aside from heatmap) over just going over to EDGAR archive?
Ping me directly - would love to provide more feedback!
Edit: fix formatting :)
Re: Show HN: PennyWhale – Use natural language to search for any financial data
#10Pretty interesting effort, but a bit of constructive criticism: - none of your query results have a date attached! While pretty, an earnings number without a date is like a chart without an axis. - Just how natural can the queries be? "$AAPL sales estimates" did not return anything. Neither did "$CAT cost of capital". "quarterly $CAT earnings growth" gave me a single EBIDTA number", e.g. not what asked. Is it easier…