Tathanen
Get Inside Her!
Hello. Unfortunately the person I connected with here on GAF isn't familiar with this particular API.
You can check out the API here: http://docs.intrinio.com/#introduction
Basically I have no idea what I'm doing (REST API with JASON request). I just want simple requests (e.g., Apple stock price, latest Apple news) to show on my site. If anyone here can set me up with an example I can go nuts changing symbols for other securities.
I will gladly pay hourly whatever you think is appropriate.
Do you have an account on this site? Looks like the API requires basic authorization, which is a base64 encoding of usernameassword. (http://docs.intrinio.com/#authentication)
Are you familiar with using a REST API at all? It looks like this is pretty bog-standard, I'd recommend installing Postman and playing around with how you interact with an API, sending some basic requests, setting headers, etc. Then on your actual site you can do it all via straight JS, or basic libraries like jQuery to make things easier.