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.
stevekrouse avatar
discoverWeekly
@stevekrouse
Script
An interactive, runnable TypeScript val by stevekrouse
nerdymomocat avatar
notion_paperpile_detail_filler
@nerdymomocat
Cron
An interactive, runnable TypeScript val by nerdymomocat
xsec avatar
ChatGPTTextDefinitionUserscript
@xsec
Script
Forked from willthereader/ChatGPTTextDefinitionUserscript
stevekrouse avatar
examplebot_endpoint
@stevekrouse
Script
Forked from malloc/examplebot_endpoint
pomdtr avatar
violetBuzzard
@pomdtr
Script
An interactive, runnable TypeScript val by pomdtr
mattrw2 avatar
bookTheSperryChalet
@mattrw2
Cron
A val that emails you when the Sperry Chalet in Glacier National Park has open vacancies
postpostscript avatar
disposable
@postpostscript
Script
disposable: wrapper to make an object disposable with the using keyword using feature explanation in TypeScript 5.2 docs Example: import { disposable } from "https://esm.town/v/postpostscript/disposable"; using state = disposable( { x: 1, y: 2, }, (value) => console.log("state disposed", value), ); // state disposed { x: 1, y: 2, [Symbol(Symbol.dispose)]: [Function (anonymous)] } or, to use a proxy instead of modifying the original object: using state = disposable( { x: 1, y: 2, }, (value) => console.log("proxyState disposed", value), true, ); // proxyState disposed { x: 1, y: 2 } Full Example
sco avatar
bskyPosts
@sco
Script
// Use this to get the Bluesky posts from any user.
jamiedubs avatar
roastCast
@jamiedubs
HTTP (deprecated)
Farcaster action that summons a https://glif.app bot to roast the cast, using glif AI magic #farcaster #glif
kousun12 avatar
shotclip
@kousun12
HTTP (deprecated)
SHOTCLIP Demo of embedding images with substrate , and querying them for semantic relevance. Use the query parameter prompt to control the search.
iamseeley avatar
LoginModal
@iamseeley
Script
@jsxImportSource https://esm.sh/hono@latest/jsx
postpostscript avatar
workerifyExample
@postpostscript
Script
Example for @postpostscript/workerify
rendall avatar
RSSFeed
@rendall
Script
An interactive, runnable TypeScript val by rendall
jxnblk avatar
indirection
@jxnblk
HTTP
A game of riddles to play with your friends How to play To start a game, choose a 3-20 letter word. The game generates a riddle based on your word. Copy the link to share with your friends to see if they can guess the word. If they guess the word correctly, they get to pick a new word and can send you a new clue back. If they guess wrong, the next riddle is based on the word they guessed You can play with 2 or as many people as you want. You can follow a long chain, like the game Telephone or games can branch with multiple players. TODO [ ] Reload after updating the URL to support native share sheets [ ] Incorrect state / helpers [x] Trim and lowercase guesses
byjp avatar
addShortlink
@byjp
Express
Shortlinks for the decentralised web This is a script to allow API-based updating of the shortlinks/redirects in an IPFS-based shortlink repo (using val.town). I've written up how all this works on my blog at https://byjp.me/posts/link-shortener
janpaul123 avatar
valle_tmp_3011947751662660376708881415586205
@janpaul123
HTTP (deprecated)
// Initialize sample stories and store them in blob storage