Making money shouldn't be expensive. Craft your next winning trade strategy or signal using our no-frills stock market price data APIs.
OkamiStocks provides no-frills real time, minute bar, and daily bar stock market price data. Whether you are collecting prices for back-testing, or coding the next big trading algo, we've got you covered. Our subscription plans cater to all kinds of users: from those just starting out, to algorithmic traders. Gain a competitive edge in your next strategy with our easy-to-use real time pricing data REST APIs.
We are always adding new features and expanding our API offerings. Historic market data and real time crypto prices coming soon.
Our Free plan (no credit card required) gives you access to certain (SPY, AAPL, GOOG, AMZN, META, TSLA, and NFLX) ticker real-time, minute, and daily data. The plan allows for a rate limit of 1 API call per minute. Start here if you would like to test our API.
Our Standard plan gives you access to all US stock ticker real-time, minute, and daily data. The plan allows for a rate limit of 60 API calls per minute.
Our Premium plan gives you access to all US stock ticker real-time, minute, and daily data. The plan allows for a rate limit of 1200 API calls per minute.
Real time market data for the most popular stocks and ETFs is available at your fingertips, all through our easy-to-use REST API. We support thousands of tickers, the ones below are just a small sample.
curl --request POST 'https://okamistocks.io/api/quote/real-time' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"token":"5212fe68bc73a33bae33",
"ticker" : "SPY"
}'
{
"ticker": "SPY",
"bid_price": 381.97,
"bid_size": 4,
"ask_price": 382.1,
"ask_size": 1,
"timestamp": "2022-07-06T14:44:17.901134052Z"
}
Most stock price data APIs only allow for delayed data except for the most expensive plans. All of our plans come standard with real time data, even the free one.
We like to keep things spartan. You can get up in running in under 5 minutes, literally. Check out our documentation page if you don't believe us.
We support most US tickers and ETFs for our paid plans. Utilize this vast array of data to craft your next winning strategy. Choose from real time, minute bar, daily bar, or historic (coming soon!) data.
“I cannot believe how inexpensive OkamiStocks is compared to the competition, while being able to offer service that is second to none. My Python trading bots have evolved to the next level using the market data API. Thank you.”
Anthony M.
"I really appreciate the simplicity and succinctness of the API. Instead of spending hours digging through documentation, I can spend more time on the integration. Perfect!"
Fiona S.
"OkamiStocks' real time pricing data allowed me to fine tune my signals for my Python trading app. Similar services would have cost a magnitude more. I love the simplicity and no-frills experience!"
Edward R.