I'm glad to see https://isevenapi.xyz/ made the list.
A Collection of Free Public APIs That Is Tested Daily
41–50 of 130 posts
This made my day..
Re: A Collection of Free Public APIs That Is Tested Daily
#42Anyone know of a decent (doesn't have to be realtime) stock API for stocks? I didn't find any under the finance category besides one crypto related.
Re: A Collection of Free Public APIs That Is Tested Daily
#43Anyone know of a decent (doesn't have to be realtime) stock API for stocks? I didn't find any under the finance category besides one crypto related.
for basic high-low-open-close daily data, I like yfinance for daily data and polygon.io for minute by minute data
Re: A Collection of Free Public APIs That Is Tested Daily
#44Re: A Collection of Free Public APIs That Is Tested Daily
#45I'm glad to see https://isevenapi.xyz/ made the list.
But what do I do if I need to know if a number is odd?
Re: A Collection of Free Public APIs That Is Tested Daily
#46Wanted to add AISstream but didn't work.
Does it accept websocket APIs?
wss://stream.aisstream.io/v0/stream
https://aisstream.io/documentation
Re: A Collection of Free Public APIs That Is Tested Daily
#47I think most of these would be better off as files
Re: A Collection of Free Public APIs That Is Tested Daily
#48Re: A Collection of Free Public APIs That Is Tested Daily
#49Paraphrasing a known saying, "there's no API, it's just someone else's computer". I wish programmers would internalize this. They often seem to take APIs uncritically, not questioning whose resources they're using and where does the data come from as well as its quality beyond obvious cases. APIs are leaky abstractions as all abstractions are.
API doesn't mean someone's else's computer.
But all the APIs in this collection of free public APIs are on someone else's computer.
Hence testing them daily to see if the someone else is still offering them.
Re: A Collection of Free Public APIs That Is Tested Daily
#50Tangentially, what APIs do you guys actually pay for? (Personally or through work)