Welcome to DataJockey - Your Free Stock Market API

This documentation will guide you through integrating the DataJockey fundamental stock financials API into your research, projtects, and applications.

Getting Started with DataJockey API

Follow these steps to set up our free stock data API:

  • Login to your DataJockey account and navigate to your dashboard.
  • Copy your unique API key for accessing our free stock market data API.
  • Choose your preferred programming language and set up the required libraries to integrate our API.

Making Your First Stock Market Data API Call

With your API key and setup ready, it's time to make your first call to our stock data API. For instance, to retrieve a list of company financials, use the Python requests library as shown below. Don't forget to replace "YOUR_KEY" with your unique API key.

Make A Request

ticker*
filetype
period
https://api.datajockey.io/v0/company/financials?apikey=YOUR_KEY

Please fill the parameters above to build the URL. Parameters marked with a * are mandatory.

What's Next after Your First API Call?

Congratulations on making your first call to our stock market data API! Explore more in our API Reference and Guides section. If you need help or want to connect with other developers, don't hesitate to reach out to our support team or join our community forum.

Happy coding with DataJockey, your free source of stock market data!