Back to APIs list

US Congress Stock Trading API examples & templates

Use these vals as a playground to view and fork US Congress Stock Trading API examples and templates on Val Town. Run any example below or find templates that can be used as a pre-built solution.
hrbrmstr avatar
cisaKEVToRSS
@hrbrmstr
HTTP
CISA KEV To RSS This val.town HTTP endpoint reads the JSON from CISA's Known Exploited Vulnerabilities Catalog and converts it to an RSS feed.
steveb1313 avatar
GetPelotonWorkoutsAndSaveToAirTable
@steveb1313
Script
An interactive, runnable TypeScript val by steveb1313
eagle251 avatar
githubGists
@eagle251
Script
An interactive, runnable TypeScript val by eagle251
stevekrouse avatar
TodoApp
@stevekrouse
HTTP (deprecated)
SSR React Mini & SQLite Todo App This Todo App is server rendered and client-hydrated React. This architecture is a lightweight alternative to NextJS, RemixJS, or other React metaframeworks with no compile or build step. The data is saved server-side in Val Town SQLite . SSR React Mini Framework This "framework" is currently 44 lines of code, so it's obviously not a true replacement for NextJS or Remix. The trick is client-side importing the React component that you're server rendering . Val Town is uniquely suited for this trick because it both runs your code server-side and exposes vals as modules importable by the browser. The tricky part is making sure that server-only code doesn't run on the client and vice-versa. For example, because this val colocates the server-side loader and action with the React component we have to be careful to do all server-only imports (ie sqlite) dynamically inside the loader and action , so they only run server-side.
pomdtr avatar
VALLE
@pomdtr
HTTP (deprecated)
Forked from janpaul123/VALLE
yawnxyz avatar
generateValCode
@yawnxyz
Script
Forked from andreterron/generateValCode
stevekrouse avatar
stevekrouseFollowing
@stevekrouse
Script
An interactive, runnable TypeScript val by stevekrouse
yusuke avatar
pollRSSFeeds
@yusuke
Cron
An interactive, runnable TypeScript val by yusuke
pomdtr avatar
extractImports
@pomdtr
Script
An interactive, runnable TypeScript val by pomdtr
dexa avatar
starWars
@dexa
Script
// Explore the Star Wars universe, from StarWarsAPI
jxnblk avatar
snake
@jxnblk
HTTP (deprecated)
// WIP turn-based snake game built in Val Town
neverstew avatar
connect4Agent
@neverstew
HTTP (deprecated)
Forked from saolsen/connect4
bitbloxhub avatar
fetchestoomuch
@bitbloxhub
Script
An interactive, runnable TypeScript val by bitbloxhub
janpaul123 avatar
valle_tmp_56208884983514818093201845315532
@janpaul123
HTTP (deprecated)
@jsxImportSource https://esm.sh/react
ejfox avatar
techstackinventory
@ejfox
HTTP
* This val creates a tech stack inventory chooser using React and Tailwind CSS for styling. * It allows users to select technologies for different categories and displays the chosen stack.
robsimmons avatar
aoc_2023_15_1
@robsimmons
Script
Forked from robsimmons/aoc_2023_14_infeasible