Vectorspace AI uses an ensemble of advanced language processing models to generate feature vectors that are transformed into correlation matrix datasets and ultimately a signal. This allows us to uncover hidden relationships between stocks, crypto, and global events and themes to protect, build, and inform your investment portfolio.
We are proud to host our first official Hackathon in support of our two recently released SaaS products for the finance community. These tools apply our scientific data engineering IP to solutions and products in Fintech. Hear us talk about our technology at this year's Morningstar Investment Conference.
About our finance products:
REAL-TIME PORTFOLIO PROTECTOR | REAL-TIME THEMATIC BASKET GENERATOR | |
Determine how global events impact your portfolio of stocks - invaluable insights in protecting your portfolio.
| Create thematic baskets of similar stocks - for short or long investing. Filter your baskets by theme or date range for even more granular insights.
|
The goal of this hackathon is to drive big ideas and innovative solutions to build on top of our ML/NLP/NLU technology, accessed through the APIs for our new finance products above. We challenge you to reimagine how our technology can be used, developing your best app or product that uses them.
Our core audience is investors from individual traders up through financial institutions as we offer both retail and enterprise subscription level products.
Kasian FranksFounder and CEO | Arina MaltsevaML/NLP/NLU Engineer | ||
Christopher SearsonData Engineer | Manu JainHead of AR/XR | ||
David CurtnerHead of Corporate Strategy | Pilsang ParkEVP of Operations |
Business potential - 5 points: This criteria is scored based on the viability of the submission based on the market, target audiences, and competition.
Relevance to the theme - 5 points: This criteria is scored based on how effectively the submission relates to the challenge ask.
User Experience - 5 points: This criteria is scored based on the ease of use of the submission relative to the existing product offering.
Completion/Execution - 5 points: This criteria is scored based on the completion of the work as expressed in the submission.
NOTE: For a project to qualify as a finalist in the "Best Product For Today" category an Innovator must include a working MVP. "Best Product For Tomorrow" Innovators are not required to include a working MVP to qualify as a finalist, but are required to include a working MVP in their final submission.
Pacific Standard Time (PST)
Monday, August 15th
12:00am - Registration
12:01am - Ideation + Development
Monday, August 29nd
9:00am: Intro + Q&A with VSB Founder, Kasian Franks
(recording found in Resources below)
Friday, September 30th
11:00am: Project Check-In
(jury will notify projects if they're not on the right path)
Saturday, October 15th
11:00am: Submission Deadline
Sunday, October 16th
5:00pm: Winners Announced
Monday, October 17th
11:00am - 12:45pm: Winner Demo Day
See the Resources section for access to our product APIs and documentation.
# PORTFOLIO PROTECTOR REST API #### ENDPOINT https://demo.vectorspacebio.science/api/_portfolio_protector #### PARAMS tickers, event, vxv_wallet_addr, api_key #### RESPONSE { "portfolio_protector": { "earthquake in taiwan": [ { "stock": "INTC", "score": 4.7 }, { "stock": "ASML", "score": 4.2 }, { "stock": "TSLA", "score": 3.9 }, { "stock": "AAPL", "score": 3.6 } ], "detail": { "vxv_wallet_addr": "0x56E6d402ec52F080f07f4b7Db82fD74f27A297e9", }, "message": "Success." } } #### EXAMPLE curl -X 'GET' 'https://demo.vectorspacebio.science/api/_portfolio_protector?tickers=tsla,aapl,asml,intc&event=earthquake+in+taiwan&vxv_wallet_addr=0x56E6d402ec52F080f07f4b7Db82fD74f27A297e9&api_key=XSKXWYIBEEBUFJUGIIXIVCTRKFVWXDRRGCER' #### LIMITS - Tickers: 1-10 - API calls per second: 1