EDU

    AU:EDU

    Australian Agricultural Company

    • Privately Held

    Please sign in or create an account to use the API

    The basic API is free to use for everyone. You can use it to build your own app. Please login to get your API token.

    GET

    Get Data For Symbol

    Retrieve detailed data for a specific symbol.

    Endpoint

    https://api.markets.sh/api/v1/symbols/AU:EDU

    Code Example

    Response

    Returns detailed data for the specified symbol ID.

    GET

    Get News Feed for Symbol

    Fetch the news feed related to a specific symbol.

    Endpoint

    https://api.markets.sh/api/v1/symbols/AU:EDU/news

    Parameters

    NameValueType
    offset

    Offset for pagination. Starts at 0.

    query
    limit

    Limit the number of news items returned. Set to 10 by default.

    query
    q

    Query string for filtering news items.

    query
    from

    Start date for filtering news items. Defaults to 2 months ago.

    query
    to

    End date for filtering news items. Defaults to 1 month ago.

    query

    Code Example

    Response

    Returns a news feed for the specified symbol ID within the provided date range and filters. Filters include news source and specific query string.

    GET

    Get Daily Quotes For Symbol

    Fetch daily quotes for a specific symbol within a date range.

    Endpoint

    https://api.markets.sh/api/v1/symbols/AU:EDU/quotes

    Parameters

    NameValueType
    from

    Start date for the daily quotes. Defaults to 1 year ago.

    query
    to

    End date for the daily quotes. Defaults to today.

    query

    Code Example

    Response

    Returns daily quotes for the specified symbol ID within the given date range.

    GET

    Get income statement

    Retrieve income statement data for this symbol

    Endpoint

    https://api.markets.sh/api/v1/symbols/AU:EDU/financials/income_statement

    Parameters

    NameValueType
    period

    Specifies the financial reporting period. Default is "FY" if not provided.

    query
    from

    Start date for filtering the results. Defaults to 10 years ago if not provided.

    query
    to

    End date for filtering the results. Defaults to today if not provided.

    query

    Code Example

    Response

    Returns income statement data for the given ID within the specified date range.

    GET

    Get balance sheet

    Retrieve balance sheet data for this symbol

    Endpoint

    https://api.markets.sh/api/v1/symbols/AU:EDU/financials/balance_sheet

    Parameters

    NameValueType
    period

    Specifies the financial reporting period. Default is "FY" if not provided.

    query
    from

    Start date for filtering the results. Defaults to 10 years ago if not provided.

    query
    to

    End date for filtering the results. Defaults to today if not provided.

    query

    Code Example

    Response

    Returns balance sheet data for the given ID within the specified date range.

    GET

    Get cash flow

    Retrieve cash flow data for this symbol

    Endpoint

    https://api.markets.sh/api/v1/symbols/AU:EDU/financials/cash_flow

    Parameters

    NameValueType
    period

    Specifies the financial reporting period. Default is "FY" if not provided.

    query
    from

    Start date for filtering the results. Defaults to 10 years ago if not provided.

    query
    to

    End date for filtering the results. Defaults to today if not provided.

    query

    Code Example

    Response

    Returns cash flow data for the given ID within the specified date range.

    GET

    Get key metrics

    Retrieve key metrics data for this symbol

    Endpoint

    https://api.markets.sh/api/v1/symbols/AU:EDU/financials/key_metrics

    Parameters

    NameValueType
    period

    Specifies the financial reporting period. Default is "FY" if not provided.

    query
    from

    Start date for filtering the results. Defaults to 10 years ago if not provided.

    query
    to

    End date for filtering the results. Defaults to today if not provided.

    query

    Code Example

    Response

    Returns key metrics data for the given ID within the specified date range.

    GET

    Get ratios

    Retrieve ratios data for this symbol

    Endpoint

    https://api.markets.sh/api/v1/symbols/AU:EDU/financials/ratios

    Parameters

    NameValueType
    period

    Specifies the financial reporting period. Default is "FY" if not provided.

    query
    from

    Start date for filtering the results. Defaults to 10 years ago if not provided.

    query
    to

    End date for filtering the results. Defaults to today if not provided.

    query

    Code Example

    Response

    Returns ratios data for the given ID within the specified date range.

    GET

    Get Stories for Symbol

    Retrieve stories related to a specific symbol.

    Endpoint

    https://api.markets.sh/api/v1/symbols/AU:EDU/stories

    Parameters

    NameValueType
    offset

    Offset for pagination. Starts at 0.

    query
    limit

    Limit the number of stories returned. Set to 10 by default.

    query

    Code Example

    Response

    Returns stories related to the specified symbol ID with the given offset and limit.