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.
vtdocs avatar
vtdocs
getFirstComment
Script
An interactive, runnable TypeScript val by vtdocs
0
stevekrouse avatar
stevekrouse
date_me_docs_cache
Script
An interactive, runnable TypeScript val by stevekrouse
0
MichaelNollox avatar
MichaelNollox
spotify
HTTP
Forked from ejfox/spotify
0
pomdtr avatar
pomdtr
deno_server_example
HTTP
deno serve example Usage (requires deno >= 1.43) deno serve --reload https://esm.town/v/pomdtr/deno_server_example
0
stevekrouse avatar
stevekrouse
parseSendGridEmails
Script
An interactive, runnable TypeScript val by stevekrouse
0
vyatka avatar
vyatka
isMyWebsiteDown
Cron
Forked from andreterron/isMyWebsiteDown
0
pdebie avatar
pdebie
publishYoutubeToLemmy
Script
Publish a Youtube feed to Lemmy This allows you to automatically publish a Youtube channel to to a Lemmy community. Example usage: async function publishMyFeed() { try { return @pdebie.publishYoutubeToLemmy({ instance: "lemm.ee", auth: @me.secrets.lemmee, communityId: 23316, youtubeChannelId: "UChZgikssAJkmiQOv_sO-ngQ", lastSyncTime: @pdebie.spacexLemmyDb.lastSync, }); } finally { @pdebie.spacexLemmyDb.lastSync = new Date().toISOString(); } } Get a Youtube channel ID here . Make sure to set your lastSync properly, since otherwise you'll keep publishing new posts!
3
adnanwahab avatar
adnanwahab
blobReadPictureExample
HTTP
Forked from browserbase/httpApiScreenshotPageExample
0
jdan avatar
jdan
emperorOfJapanCrawler
HTTP
// This program crawls Wikipedia pages starting from an initial URL,
0
sammy avatar
sammy
scraper_template
Script
Forked from gwoods22/scraper_template
0
robsimmons avatar
robsimmons
sqlite_admin
HTTP
Forked from stevekrouse/sqlite_admin
1
kucukkanat avatar
kucukkanat
tape_test_example
Script
An interactive, runnable TypeScript val by kucukkanat
0
stevekrouse avatar
stevekrouse
spotifySearch
Script
An interactive, runnable TypeScript val by stevekrouse
0
onemanwenttomow avatar
onemanwenttomow
getWeatherByCoords
Script
An interactive, runnable TypeScript val by onemanwenttomow
0
stevekrouse avatar
stevekrouse
emptyReturn2
Script
An interactive, runnable TypeScript val by stevekrouse
0
rlesser avatar
rlesser
Resy_getFavorites
Script
Get Favorites on Resy This function fetches your favorite restaurants and venues, as specified in your Hit List . Inputs An object containing: authToken - Your authentication token, normally generated from @rlesser.Resy_authenticate . Returns A Favorites object, containing the ids of your favorite venues, defined in the type below. See other Resy vals I've made.
3